Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix broken acceptance test
  • Loading branch information
dennmart committed Sep 16, 2017
1 parent 71fa575 commit 46072c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/wanikani_user_spec.rb
Expand Up @@ -27,7 +27,7 @@
fill_in 'wanikani_api_key', with: valid_api_key
click_button 'Let\'s Go!'
click_link '(Not koichi?)'
expect(page).to have_content('Enter your WaniKani API key to get started')
expect(page).to have_content('Enter your WaniKani API Version 1 key to get started')
end
end
end

0 comments on commit 46072c9

Please sign in to comment.