-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SFR-2257: Update and Modify License Page PW tests
- Loading branch information
Showing
4 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
10 changes: 5 additions & 5 deletions
10
playwright/features/licensePage.feature → playwright/features/copyrightPage.feature
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,13 +1,13 @@ | ||
Feature: License Page | ||
|
||
Scenario: As a user I want to verify the headers and subheaders of DRB License Page | ||
Given I go to the "license" page | ||
Then the "license explanations header" should be displayed | ||
Scenario: As a user I want to verify the headers and subheaders of DRB Copyright Page | ||
Given I go to the "copyright" page | ||
Then the "copyright explanations header" should be displayed | ||
Then the "public domain header" should be displayed | ||
Then the "public domain us only header" should be displayed | ||
Then the "creative commons licenses header" should be displayed | ||
|
||
Scenario: As a user I verify the subheaders of DRB License Page are displayed correctly | ||
Given I go to the "license" page | ||
Scenario: As a user I verify the subheaders of DRB Copyright Page are displayed correctly | ||
Given I go to the "copyright" page | ||
Then the "public domain subheader" should be displayed | ||
Then the "public domain us only subheader" should be displayed |
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