-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #621 from adobecom/mwpw-144463-geo-ip-phone-number
MWPW-144463 Added E2E test geo ip phone number
- Loading branch information
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Feature: Phone number test | ||
@MWPW-144460 @smoke @geo-phoneNumber | ||
Scenario Outline: Geo IP phone number | ||
Given I go to the DC page '<urlPath>' | ||
Then I wait for 2 seconds | ||
Then I record phone number on the page | ||
Then I go to the page "<urlPath>" with geo-ip spoof "<countryCode>" | ||
Then I wait for 2 seconds | ||
Then I confirm phone number is different and has geo-ip value "<geoIpPhoneNumber>" | ||
|
||
|
||
Examples: | ||
| urlPath | countryCode | geoIpPhoneNumber | | ||
| acrobat/business/resources/it-tools.html | fr | +33 (800) 12457-1241 | | ||
| acrobat/business/resources/it-tools.html | de | +49 (800) 12457-1241 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters