From f25278d933397f15fc41cc361ae7a79b86bf9a84 Mon Sep 17 00:00:00 2001 From: uo287545 Date: Sun, 7 Apr 2024 16:42:23 +0200 Subject: [PATCH] Changed the name of the user that plays the game to try to fix the errors on github actions. --- src/test/resources/features/Game.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/resources/features/Game.feature b/src/test/resources/features/Game.feature index ed74ea16..b3120c41 100644 --- a/src/test/resources/features/Game.feature +++ b/src/test/resources/features/Game.feature @@ -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