From 31b9ea9ca327654cf71db9174e8a6dd173a1d901 Mon Sep 17 00:00:00 2001 From: vandabarata Date: Thu, 17 Aug 2023 14:44:42 +0100 Subject: [PATCH] QE: Add Keys as one of the pages listing systems, as well as the other cases --- testsuite/features/step_definitions/navigation_steps.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/features/step_definitions/navigation_steps.rb b/testsuite/features/step_definitions/navigation_steps.rb index 824f973755ba..e42c3e977d63 100644 --- a/testsuite/features/step_definitions/navigation_steps.rb +++ b/testsuite/features/step_definitions/navigation_steps.rb @@ -110,7 +110,7 @@ end When(/^I wait until I see the name of "([^"]*)", refreshing the page$/) do |host| - raise 'Overview System page didn\'t load' unless has_content?('Download CSV') + raise 'Overview System page didn\'t load' unless has_content?('Download CSV') || has_content?('System Overview') || has_content?('Systems') || has_content?('Keys') system_name = get_system_name(host) step %(I wait until I see the "#{system_name}" system, refreshing the page) end