-
Notifications
You must be signed in to change notification settings - Fork 36
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
MWPW-144463 Added E2E test geo ip phone number #621
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## stage #621 +/- ##
=======================================
Coverage 98.14% 98.14%
=======================================
Files 34 34
Lines 4088 4088
=======================================
Hits 4012 4012
Misses 76 76 ☔ View full report in Codecov by Sentry. |
Given I go to the DC page '<urlPath>' | ||
Then I record phone number on the page | ||
Then I go to the page "<urlPath>" with geo-ip spoof "<countryCode>" | ||
Then I confirm phone number is not changed |
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.
Shouldn't the number be changed?
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.
Hi James, I've just updated a test, please have a look:
830ecb8
# Conflicts: # test/e2e/step-definitions/dc.steps.js
Resolves: MWPW-144463