Visit table path instead of game path
This commit is contained in:
parent
299e46b1a5
commit
9dafd9374a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user