-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
test: 1453 refactor modal pages batch 3 #8909
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8909 +/- ##
=======================================
Coverage 43.26% 43.26%
=======================================
Files 1271 1271
Lines 30921 30921
Branches 3092 3092
=======================================
Hits 13379 13379
Misses 16769 16769
Partials 773 773 ☔ View full report in Codecov by Sentry. |
@SamuelSalas I left a follow up comment. Also there are merge conflicts on your PR. Will move it back to dev in progress |
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.
✅ ✅ ✅
Latest bitrise test run: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/a21ca4f5-9020-47e1-9b2b-97b49d4b5ddd |
Quality Gate passedIssues Measures |
Description
We are aiming to refactor the page objects in the modal folder so that they strictly follow the page object model pattern. This would aide in providing more readable and help standardize the way we create our tests. Because of the amount of files inside of the modal folder, the scope was divided into a batch of 4.
Files inside the scope for this batch:
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Regression test run: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/a21ca4f5-9020-47e1-9b2b-97b49d4b5ddd
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist