Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
DinSmol committed Dec 15, 2021
1 parent fa5203d commit ed2d877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/admin_area/domains/force_delete_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_force_delete_prohibit_adding_deleteprohibited_status
last_input = page.all(:id, 'domain_statuses_').last
last_input.find(:xpath, 'option[10]').select_option
click_link_or_button 'Save'
assert_text 'Failed to update domain'
assert_text 'Domain updated!'

click_link_or_button 'Cancel force delete'
@domain.reload
Expand Down

0 comments on commit ed2d877

Please sign in to comment.