From 2af72f6d8c10397762119fd874ef56701a4cea7d Mon Sep 17 00:00:00 2001 From: Eric Bischoff Date: Fri, 31 Jan 2025 17:35:27 +0100 Subject: [PATCH] Adapt HTTP proxy test to UI change --- testsuite/features/step_definitions/setup_steps.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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|