Skip to content

Commit

Permalink
Fixes test to match actual alert string
Browse files Browse the repository at this point in the history
  • Loading branch information
HazelGrant committed Dec 12, 2024
1 parent 579d3a0 commit bc24860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/test/system/batch_connect_widgets_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def make_bc_app(dir, form)
Pathname.new("#{dir}/app/").join('form.yml').write(form)
base_id = 'batch_connect_session_context_path'

accept_alert("The regular expression provided for this path selector did not compile!") do
accept_alert("The regular expression provided for this path selector did not compile") do
visit new_batch_connect_session_context_url('sys/app')
end
end
Expand Down

0 comments on commit bc24860

Please sign in to comment.