diff --git a/testsuite/features/secondary/min_check_patches_install.feature b/testsuite/features/secondary/min_check_patches_install.feature index e0fd7189840..f7621e57a0b 100644 --- a/testsuite/features/secondary/min_check_patches_install.feature +++ b/testsuite/features/secondary/min_check_patches_install.feature @@ -42,7 +42,7 @@ Feature: Display patches And I follow "andromeda-dummy-6789" And I follow "Packages" Then I should see a "Fake-RPM-SUSE-Channel" link - And I should see a "sha512:6bc584eb0af1bc04705c78e59ca0e4154ea86c46cd75abee57c82bfc4ebb57f3660ed21e9aceceae03855264e163853acbcde88005609d773c20f185587f70cc" text + And I should see a "sha512:83601d7345101d0fce603c9e920ab9868f1499ae38c2e62951a6082ec0737af29c2acb9f643f8f28eee27bb731dad33a431593042ce32165b03489909f4fac10" text And I should see a "andromeda-dummy-2.0-1.1-noarch" link Scenario: Check relevant patches for this client diff --git a/testsuite/features/secondary/min_rhlike_salt_install_package_and_patch.feature b/testsuite/features/secondary/min_rhlike_salt_install_package_and_patch.feature index c82266178ad..3a7223eb461 100644 --- a/testsuite/features/secondary/min_rhlike_salt_install_package_and_patch.feature +++ b/testsuite/features/secondary/min_rhlike_salt_install_package_and_patch.feature @@ -53,7 +53,7 @@ Feature: Install a patch on the Red Hat-like minion via Salt through the UI And I click on "Apply Patches" And I click on "Confirm" Then I should see a "1 patch update has been scheduled for" text - And I wait for "virgo-dummy-2.0-1.1" to be installed on "rhlike_minion" + And I wait for "virgo-dummy-2.0-1.2" to be installed on "rhlike_minion" Scenario: Install a package on the Red Hat-like minion When I follow "Software" in the content area diff --git a/testsuite/features/secondary/srv_check_sync_source_packages.feature b/testsuite/features/secondary/srv_check_sync_source_packages.feature index 35df2f3ffcd..34be8696695 100644 --- a/testsuite/features/secondary/srv_check_sync_source_packages.feature +++ b/testsuite/features/secondary/srv_check_sync_source_packages.feature @@ -25,5 +25,5 @@ Feature: Check if source packages were successfully synced And I follow "Show All Child Channels" And I follow "Fake-RPM-SUSE-Channel" And I follow "Packages" - And I follow "blackhole-dummy-1.0-1.1.x86_64" - Then I should see a "blackhole-dummy-1.0-1.1.src.rpm" text + And I follow "blackhole-dummy-1.0-1.2.x86_64" + Then I should see a "blackhole-dummy-1.0-1.2.src.rpm" text