Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Chore: Desktop: Fixes #9873: Fix Playwright test failure due to image not visible #9874

Conversation

personalizedrefrigerator
Copy link
Collaborator

Summary

By default, locator.waitFor waits for locator to be visible (have a non-empty bounding box and not have visibility: hidden). This seems to fail in some instances for elements in the note viewer.

Fixes #9873.

By default, `locator.waitFor` waits for `locator` to be visible (have a
non-empty bounding box and not have visibility: hidden). This seems to
fail in some instances for elements in the note viewer.
@personalizedrefrigerator personalizedrefrigerator changed the title Chore: Desktop: Fixes #9873: Fix flaky Playwright test Chore: Desktop: Fixes #9873: Fix Playwright test failure due to image not visible Feb 7, 2024
@laurent22 laurent22 merged commit c546030 into laurent22:dev Feb 8, 2024
10 checks passed
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.

JPEG rotation Playwright test occasionally fails in CI
2 participants