Skip to content

Commit

Permalink
Trying to fix error while passing tests on actions
Browse files Browse the repository at this point in the history
  • Loading branch information
uo287545 committed Apr 7, 2024
1 parent f25278d commit e46612d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/resources/features/Game.feature
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Feature: I try to play a normal 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: "userGame" email: "[email protected]" password: "password" password_confirmation: "password"
Then I should see the profile page
And I press the register button
And I go to the home page
When I press Play
Expand Down

0 comments on commit e46612d

Please sign in to comment.