Skip to content

Commit

Permalink
Adjust assert_text for method in application system test case (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
gazayas authored and newstler committed Oct 9, 2023
1 parent f2faa76 commit cc85294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/application_system_test_case.rb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def sign_out_for(display_details)
click_on "Logout"

# make sure we're actually signed out.
assert_text "Signed out successfully"
assert_text(/Signed out successfully|You need to sign in or sign up before continuing/)
end

def new_session_page_for(display_details)
Expand Down

0 comments on commit cc85294

Please sign in to comment.