Skip to content

temporarily run all ui/eyes tests using local chromedriver in ci#72203

Draft
davidsbailey wants to merge 3 commits intostagingfrom
drone-ci-all-runs-local
Draft

temporarily run all ui/eyes tests using local chromedriver in ci#72203
davidsbailey wants to merge 3 commits intostagingfrom
drone-ci-all-runs-local

Conversation

@davidsbailey
Copy link
Copy Markdown
Member

No description provided.

davidsbailey and others added 3 commits April 16, 2026 13:42
Add waits and use jQuery click for steps that were racing on local
chromedriver:

- version_history: wait for #resetButton before second
  add-another-version
- authored_hints, contextual_hints: swap Selenium native click for
  jQuery click on #lightbulb.  When the hint content is showing in
  .csf-top-instructions, Selenium's interactability check fails on
  the lightbulb even though jQuery :visible reports it visible.
  Clicking via $('#lightbulb')[0].click() still fires React's
  delegated click handler (on .prompt-icon-cell, the parent) and
  avoids the Selenium check.
- applab clipping: wait for #designModeViz.clip-content instead of
  asserting the class synchronously after switching to design mode

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
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.

1 participant