Skip to content

Commit

Permalink
QE: Add Keys as one of the pages listing systems, as well as the othe…
Browse files Browse the repository at this point in the history
…r cases
  • Loading branch information
vandabarata committed Aug 17, 2023
1 parent 42fdaf5 commit 31b9ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/features/step_definitions/navigation_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31b9ea9

Please sign in to comment.