Skip to content

Commit

Permalink
Remove has_content? Systems when looking for new system
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Aug 16, 2023
1 parent a0b2ff6 commit f8531d5
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?('System Overview') || has_content?('Systems')
raise 'Overview System page didn\'t load' unless has_content?('System Overview')
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 f8531d5

Please sign in to comment.