From 5a33b1446e393e569fe132d1abfbfd4661e3e0f0 Mon Sep 17 00:00:00 2001 From: elariekerboull Date: Thu, 3 Aug 2023 13:59:21 +0200 Subject: [PATCH] Use the systems filter to find the minion (#7351) --- .../features/secondary/allcli_overview_systems_details.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/features/secondary/allcli_overview_systems_details.feature b/testsuite/features/secondary/allcli_overview_systems_details.feature index 824896707ab7..7170e6b4036f 100644 --- a/testsuite/features/secondary/allcli_overview_systems_details.feature +++ b/testsuite/features/secondary/allcli_overview_systems_details.feature @@ -8,7 +8,7 @@ Feature: The system details of each minion and client provides an overview of th Given I am authorized for the "Admin" section @sle_minion Scenario: SLE minion hardware refresh - Given I am on the Systems overview page of this "sle_minion" + Given I navigate to the Systems overview page of this "sle_minion" When I follow "Hardware" And I click on "Schedule Hardware Refresh" Then I should see a "You have successfully scheduled a hardware profile refresh" text