Skip to content

Commit

Permalink
Adapt HTTP proxy test to UI change
Browse files Browse the repository at this point in the history
  • Loading branch information
Bischoff committed Jan 31, 2025
1 parent 97e577d commit 2af72f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/features/step_definitions/setup_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# setup wizard

Then(/^HTTP proxy verification should have succeeded$/) do
raise ScriptError, 'Success icon not found' unless find('i.text-success', wait: DEFAULT_TIMEOUT)
raise ScriptError, 'Success icon not found' unless find('div.alert-success', wait: DEFAULT_TIMEOUT)
end

When(/^I enter the address of the HTTP proxy as "([^"]*)"$/) do |hostname|
Expand Down

0 comments on commit 2af72f6

Please sign in to comment.