Visit table path instead of game path

This commit is contained in:
Jesse C. Fisher 2021-09-19 00:24:45 -07:00
parent 299e46b1a5
commit 9dafd9374a

View File

@ -8,7 +8,7 @@ feature 'Play a hand', type: :feature, js: true do
@game.reload
@player = @game.controlling_player
signin(@player.user.email,'password')
visit game_path @game
visit table_path @game.table
end
after(:each) do