generated from Arquisoft/wiq_0
-
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.
- Loading branch information
Showing
5 changed files
with
38 additions
and
6 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 |
---|---|---|
@@ -1,8 +1,16 @@ | ||
Feature: Game Menu page functionality | ||
Scenario: There should be visible three links | ||
Given I am on the game menu | ||
Then three buttons should be visible | ||
Given I am on the game menu | ||
Then three buttons should be visible | ||
Scenario: New Game should go to game configurator | ||
Given I am on the game menu | ||
When I click on New Game | ||
Then I should be in the game configurator | ||
Scenario: Ranking should go to ranking view | ||
Given I am on the game menu | ||
When I click on Ranking | ||
Then I should be in the ranking | ||
Scenario: View Historical Data should go to historical data | ||
Given I am on the game menu | ||
When I click on View Historical Data | ||
Then I should be in the historical data |
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