Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-kirwan committed Feb 6, 2024
1 parent 6717629 commit eb2d2fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
23 changes: 0 additions & 23 deletions test/components/error_message_test.rb

This file was deleted.

2 changes: 1 addition & 1 deletion test/integration/service_sign_in/choose_sign_in_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class ChooseSignInTest < ActionDispatch::IntegrationTest
# Make sure the id is the same as the link href so that they'll link together properly.
assert page.has_css?(".gem-c-radio input[id='option-0'][value='use-government-gateway']", visible: false)

assert page.has_css?(".app-c-error-message", text: "Please select an option")
assert page.has_css?(".gem-c-error-message", text: "Please select an option")
end

test "page less options without an or divider" do
Expand Down

0 comments on commit eb2d2fa

Please sign in to comment.