Skip to content

Commit

Permalink
Changed the name of the user that plays the game to try to fix the er…
Browse files Browse the repository at this point in the history
…rors on github actions.
  • Loading branch information
uo287545 committed Apr 7, 2024
1 parent cae0dbc commit f25278d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/resources/features/Game.feature
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Feature: I try to play a normal game
Scenario: I play a game
Given I am not registered or logged in
And I am on the register page
When I fill in the form with valid data username: "user1" email: "user1@gmail.com" password: "password" password_confirmation: "password"
When I fill in the form with valid data username: "userGame" email: "userGame@gmail.com" password: "password" password_confirmation: "password"
And I press the register button
And I go to the home page
When I press Play
Expand Down

0 comments on commit f25278d

Please sign in to comment.