Skip to content

Fix page-select-option headful test failures#151

Closed
kblok wants to merge 1 commit intomainfrom
fix/issue-126
Closed

Fix page-select-option headful test failures#151
kblok wants to merge 1 commit intomainfrom
fix/issue-126

Conversation

@kblok
Copy link
Copy Markdown
Member

@kblok kblok commented Mar 28, 2026

Summary

  • Remove incorrect test expectation entry that marked all [page-select-option.spec.ts] * tests as FAIL in headful mode. These tests perform basic DOM select element manipulation (GoToAsync + SelectOptionAsync) via the Playwright protocol and have no headful-specific dependencies that would cause them to fail.
  • The tests match upstream page-select-option.spec.ts and work identically in headless and headful modes.

Closes #126

Test plan

  • Run page-select-option tests in headful mode (HEADLESS=false) across all browsers to confirm they pass
  • Confirm no regressions in other test expectations

🤖 Generated with Claude Code

…dful-specific dependencies

The page-select-option tests perform basic DOM select element manipulation
via the Playwright protocol and work identically in headless and headful
modes. They were incorrectly marked as headful failures during bulk CI
setup.

Closes #126

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@kblok kblok closed this Mar 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix failing tests: page-select-option.spec.ts (headful)

1 participant