Skip to content

Commit

Permalink
añadido otra vez el test e2e basicButtons
Browse files Browse the repository at this point in the history
  • Loading branch information
uo282189 committed Apr 25, 2024
1 parent b80c0d7 commit 5b2b5e2
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions webapp/e2e/features/basicButtons-form.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Feature: Basic Buttons

Scenario: The user is not registered in the site
Given An unregistered user
When I fill the data in the form and press submit
Then The user is logged

Scenario: User checks game play history
When I navigate to user section and press the history
Then I should see a list of past games played

Scenario: User checks ranking history
When I navigate to the user section and press the ranking section
Then I should see a list of users ranked by their scores

Scenario: User switches to dark mode
When I toggle the dark mode switch
Then The interface should switch to dark mode

Scenario: User switches to light mode
When I toggle the light mode switch
Then The interface should switch to light mode

Scenario: User switches to english
When I navigate to the settings section and press english from the language dropdown
Then The interface should switch to english

Scenario: User switches to spanish
When I navigate to the settings section and press spanish from the language dropdown
Then The interface should switch to spanish

Scenario: User logout
When I navigate to the user section and press logout
Then The user should logout

0 comments on commit 5b2b5e2

Please sign in to comment.