Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

tests(bug): Use locator instead of element handles #1716

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

karangattu
Copy link
Collaborator

Discovered while setting checkbox group inputs when element handle is updated immediately on set, then playwright actionability tests cannot complete since the new element is in its place.
However, if we use a locator instead of an element handle, the error goes away but the intent stays the same.

cc: @chendaniely

@karangattu karangattu requested a review from schloerke October 3, 2024 19:20
@schloerke schloerke merged commit 53c5605 into main Oct 4, 2024
40 checks passed
@schloerke schloerke deleted the remove-playwright-element-handles branch October 4, 2024 18:29
schloerke added a commit that referenced this pull request Oct 7, 2024
* main:
  tests(sidebar): Add tests for sidebar (#1715)
  tests(accordion): Add kitchensink tests for accordion (#1710)
  tests(bug): Use locator instead of element handles (#1716)
  tests(deploys): Move import from htmltools into code to help with debugging deploys (#1718)
  build: set Narwhals 1.9.1 as minimum, remove upper bound, use narwhals.stable.v1 for dtypes and typing (#1717)
  feat: support DataFrames via narwhals (#1570)
  Adds Deploy to Connect Cloud buttons to app READMEs (#1709)
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants