From 9711e9ab8219052cc6cbc2218412fb246e4b06d4 Mon Sep 17 00:00:00 2001 From: Paolo Invernizzi Date: Tue, 11 Jun 2024 16:50:08 +0200 Subject: [PATCH] QE: improve BV smoke tests template --- .../build_validation/smoke_tests/smoke_tests.template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/testsuite/features/build_validation/smoke_tests/smoke_tests.template b/testsuite/features/build_validation/smoke_tests/smoke_tests.template index 7a91addc4e1d..9dc1de957034 100644 --- a/testsuite/features/build_validation/smoke_tests/smoke_tests.template +++ b/testsuite/features/build_validation/smoke_tests/smoke_tests.template @@ -29,6 +29,7 @@ Feature: Smoke tests for And I wait until event "Package List Refresh scheduled by admin" is completed Scenario: Check that Hardware Refresh button works on a + Given I am on the Systems overview page of this "" When I follow "Details" in the content area And I wait until I see "System Status" text And I follow "Hardware" @@ -53,6 +54,7 @@ Feature: Smoke tests for @skip_for_rocky9 @skip_for_alma9 Scenario: Install a patch on the + Given I am on the Systems overview page of this "" When I follow "Software" in the content area And I wait until I see "Upgrade Packages" text And I follow "Patches" in the content area @@ -66,6 +68,7 @@ Feature: Smoke tests for @skip_for_sle_micro_ssh_minion Scenario: Install a package on the + Given I am on the Systems overview page of this "" When I follow "Software" in the content area And I wait until I see "Upgrade Packages" text And I follow "Install" @@ -81,6 +84,7 @@ Feature: Smoke tests for @skip_for_sle_micro_ssh_minion Scenario: Remove package from + Given I am on the Systems overview page of this "" When I follow "Software" in the content area And I wait until I see "Upgrade Packages" text And I follow "List / Remove" @@ -107,6 +111,7 @@ Feature: Smoke tests for Then I should see "My remote command output" in the command output for "" Scenario: Subscribe a to the configuration channel + Given I am on the Systems overview page of this "" When I follow "Configuration" in the content area And I wait until I see "Configuration Overview" text And I follow "Manage Configuration Channels" in the content area