-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update takeScreenshotScenario in Hooks
- Loading branch information
Showing
7 changed files
with
47 additions
and
51 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
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
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
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
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
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
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 |
---|---|---|
@@ -1,20 +1,20 @@ | ||
Feature: Sign in page CRM | ||
|
||
@Regression @device_Window_10 @author_AnVo | ||
Scenario Outline: Sign in CRM with an email valid | ||
Given User navigate to url "<url>" | ||
When User login with username "<username>" and password "<password>" valid | ||
Then The user redirect to Dashboard page | ||
Examples: | ||
| url | username | password | | ||
| https://rise.fairsketch.com/signin | admin@demo.com | riseDemo | | ||
@Regression @device_Window_10 @author_AnVo | ||
Scenario Outline: Sign in CRM with an email valid | ||
Given User navigate to url "<url>" | ||
When User login with username "<username>" and password "<password>" valid | ||
Then The user redirect to Dashboard page | ||
Examples: | ||
| url | username | password | | ||
| https://rise.anhtester.com/signin | admin@example.com | 123456 | | ||
|
||
@Smoke @device_Window_10 @author_AnVo | ||
Scenario Outline: Sign in CRM with an email invalid | ||
Given User navigate to url "<url>" | ||
When User login with username "<username>" and password "<password>" invalid | ||
Then The user can not redirect to Dashboard page | ||
And The error message is displays | ||
Examples: | ||
| url | username | password | | ||
| https://rise.fairsketch.com/signin | admin123@demo.com | riseDemo | | ||
@Smoke @device_Window_10 @author_AnVo | ||
Scenario Outline: Sign in CRM with an email invalid | ||
Given User navigate to url "<url>" | ||
When User login with username "<username>" and password "<password>" invalid | ||
Then The user can not redirect to Dashboard page | ||
And The error message is displays | ||
Examples: | ||
| url | username | password | | ||
| https://rise.anhtester.com/signin | demo@example.com | 123456 | |