From e46612d9e0bda4f0c24a179bfd5dc8b434e50a2f Mon Sep 17 00:00:00 2001 From: uo287545 Date: Sun, 7 Apr 2024 16:53:43 +0200 Subject: [PATCH] Trying to fix error while passing tests on actions --- src/test/resources/features/Game.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/resources/features/Game.feature b/src/test/resources/features/Game.feature index b3120c41..6c7fb2f7 100644 --- a/src/test/resources/features/Game.feature +++ b/src/test/resources/features/Game.feature @@ -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: "userGame@gmail.com" 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