Skip to content

Commit 6d1e4b0

Browse files
saramicSelenaSmall
andcommitted
page fragments
Co-authored-by: Selena Small <selenawiththetattoo@gmail.com>
1 parent 479aa0d commit 6d1e4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spec/features/games_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
When 'a user starts the game' do
66
visit '/'
77
expect(page).to have_content 'Welcome to the Game'
8-
page.find('[data-start-button]').click
8+
focus_on(:welcome).start_game
99
end
1010

1111
Then 'the game commences' do

0 commit comments

Comments
 (0)