diff --git a/testsuite/features/step_definitions/setup_steps.rb b/testsuite/features/step_definitions/setup_steps.rb index f714ebe96a32..98e12ea0eed9 100644 --- a/testsuite/features/step_definitions/setup_steps.rb +++ b/testsuite/features/step_definitions/setup_steps.rb @@ -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|