-
-
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: Refactor SendLinkView.js & TokenOverview.js files to follow page object model #11986
test: Refactor SendLinkView.js & TokenOverview.js files to follow page object model #11986
Conversation
Bitrise🔄🔄🔄 Commit hash: e660c12 Note
|
Bitrise🔄🔄🔄 Commit hash: 3ea8c49 Note
|
Bitrise✅✅✅ Commit hash: b2dee48 Note
|
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.
small feedback
Bitrise✅✅✅ Commit hash: f740978 Note
|
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 remaining, this issue will focus on working on three files to refactor, as well as their respective testIDS.
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/73c51633-f930-4f5f-874e-1d7338f508ee
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist