From 0633dc9a646bd8497187254e0c66c4748bd06975 Mon Sep 17 00:00:00 2001 From: Dominik Gedon Date: Wed, 26 Jun 2024 14:08:44 +0200 Subject: [PATCH] QE: Fix Gherkin syntax Signed-off-by: Dominik Gedon --- testsuite/features/step_definitions/command_steps.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/features/step_definitions/command_steps.rb b/testsuite/features/step_definitions/command_steps.rb index 25c9b367a76d..139512f0cba7 100644 --- a/testsuite/features/step_definitions/command_steps.rb +++ b/testsuite/features/step_definitions/command_steps.rb @@ -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