-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
playwright: Update to latest versions and add new page objects #12843
playwright: Update to latest versions and add new page objects #12843
Conversation
- Update `playwright` to the latest version - Extend page objects for compact and nested folders - Extend ExplorerView tests with compact folders Signed-off-by: Nina Doschek <ndoschek@eclipsesource.com>
Hi @planger, as you already had an initial look at my changes, could you please suggest additional reviewers for this PR? Thank you! |
Thank you, Nina! As mentioned, I'm in favor and already reviewed this change. I think, recently, @marcdumais-work and @vince-fugnitto had a second look at Playwright-related PRs. Are any of you up to a short review? Thank you very much in advance! |
@planger I'm fine with the changes to playwright as long as they pass :) |
@vince-fugnitto Thank you very much! I'll add an approve to this PR then and wait for the approval of the updated dependencies before merging. Thanks again for the swift response and for filing the dependency updates! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks good to me! 👍
As mentioned above, we'll wait with merging until all dependency updates have been approved.
@planger I think they are approved? |
What it does
playwright
to the latest versionSigned-off-by: Nina Doschek ndoschek@eclipsesource.com
How to test
yarn test:playwright
from root directoryReview checklist
Reminder for reviewers