Skip to content

Commit

Permalink
QE: Fix Gherkin syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Gedon <dominik.gedon@suse.com>
  • Loading branch information
nodeg authored and admd committed Jun 26, 2024
1 parent 3f1b370 commit 0633dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/features/step_definitions/command_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@
end
end

Then(/^I wait until mgr-sync refresh is finished$/) do
When(/^I wait until mgr-sync refresh is finished$/) do
# mgr-sync refresh is a slow operation, we don't use the default timeout
cmd = 'spacecmd -u admin -p admin api sync.content.listProducts | grep SLES'
repeat_until_timeout(timeout: 1800, message: '\'mgr-sync refresh\' did not finish') do
Expand Down

0 comments on commit 0633dc9

Please sign in to comment.