-
Notifications
You must be signed in to change notification settings - Fork 23
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
#8581 refactoring POMs to use the BasePageObject #8727
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8727 +/- ##
==========================================
+ Coverage 73.69% 74.24% +0.55%
==========================================
Files 1344 1332 -12
Lines 41566 40817 -749
Branches 7775 7634 -141
==========================================
- Hits 30633 30306 -327
+ Misses 10933 10511 -422 ☔ View full report in Codecov by Sentry. |
Playwright test resultsDetails Open report ↗︎ Skipped testschrome › tests/runtime/googleSheetsIntegration.spec.ts › can activate a google spreadsheet mod with config options |
No loom links were found in the first post. Please add one there if you'd like to it to appear on Slack. Do not edit this comment manually. |
What does this PR do?
Switching over our POMs to use the BasePageObject, and simplifying page calls, locator definitions and constructors where applicable
In particular see how this BasePageObject makes defining the workshop modEditor POM very clean, and easy to nest.
Checklist
For more information on our expectations for the PR process, see the
code review principles doc