From 6b1c340e0995cb7c6de4c89acf1a741c96e72223 Mon Sep 17 00:00:00 2001 From: Michael Calmer Date: Thu, 22 Aug 2024 10:28:53 +0200 Subject: [PATCH] try to wait until the list of child channels are visible before clicking on "Save" --- testsuite/features/secondary/srv_content_lifecycle.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuite/features/secondary/srv_content_lifecycle.feature b/testsuite/features/secondary/srv_content_lifecycle.feature index bd5825fc5afb..fd02b9ef74d1 100644 --- a/testsuite/features/secondary/srv_content_lifecycle.feature +++ b/testsuite/features/secondary/srv_content_lifecycle.feature @@ -72,6 +72,7 @@ Feature: Content lifecycle And I follow "clp_name" And I click on "Attach/Detach Sources" And I select "openSUSE Leap 15.5 (x86_64)" from "selectedBaseChannel" + And I wait until I see "openSUSE Leap 15.5 Updates (x86_64)" text And I click on "Save" And I wait until I see "openSUSE Leap 15.5 (x86_64)" text Then I should see a "Version 1: (draft - not built) - Check the changes below" text