Skip to content

Commit

Permalink
Fix CLM
Browse files Browse the repository at this point in the history
  • Loading branch information
nodeg committed Sep 8, 2023
1 parent ec45c64 commit 9b98a1b
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions testsuite/features/secondary/srv_content_lifecycle.feature
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ Feature: Content lifecycle
And I follow "clp_name"
And I click on "Attach/Detach Sources"
And I select "openSUSE Leap 15.4 (x86_64)" from "selectedBaseChannel"
And I exclude the recommended child channels
And I click on "Save"
And I wait until I see "openSUSE Leap 15.4 (x86_64)" text
Then I should see a "Version 1: (draft - not built) - Check the changes below" text
Expand All @@ -64,7 +63,7 @@ Feature: Content lifecycle
When I follow the left menu "Content Lifecycle > Projects"
And I follow "clp_name"
Then I should see a "openSUSE Leap 15.4 (x86_64)" text
And I should see a "Build (2)" text
And I should see a "Build (1)" text

Scenario: Add environments to the project
When I follow the left menu "Content Lifecycle > Projects"
Expand Down Expand Up @@ -93,6 +92,7 @@ Feature: Content lifecycle
Then I wait until I see "qa_name" text
And I should see a "qa_desc" text

@susemanager
Scenario: Build the sources in the project
When I follow the left menu "Content Lifecycle > Projects"
And I follow "clp_name"
Expand All @@ -104,6 +104,18 @@ Feature: Content lifecycle
And I wait until I see "Version 1: test version message 1" text in the environment "dev_name"
And I wait at most 600 seconds until I see "Built" text in the environment "dev_name"

@uyuni
Scenario: Build the sources in the project
When I follow the left menu "Content Lifecycle > Projects"
And I follow "clp_name"
Then I should see a "not built" text in the environment "qa_name"
When I click on "Build (1)"
Then I should see a "Version 1 history" text
When I enter "test version message 1" as "message"
And I click the environment build button
And I wait until I see "Version 1: test version message 1" text in the environment "dev_name"
And I wait at most 600 seconds until I see "Built" text in the environment "dev_name"

Scenario: Promote the sources in the project
When I follow the left menu "Content Lifecycle > Projects"
Then I should see a "clp_name" text
Expand Down

0 comments on commit 9b98a1b

Please sign in to comment.