Skip to content

Commit

Permalink
QE: fix checks on dummy RPM packages
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessOne91 committed Oct 21, 2024
1 parent 0a200a4 commit 2680ac2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions testsuite/features/secondary/srv_check_channels_page.feature
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ Feature: The channels page
And I should see package "hoag-dummy-1.1-1.1.x86_64"
And I should see package "milkyway-dummy-2.0-1.1.i586"
And I should see package "milkyway-dummy-2.0-1.1.x86_64"
And I should see package "virgo-dummy-2.0-1.1.noarch"
# the package may be in the 2nd page of results
When I enter "virgo-dummy" as the filtered package name
And I click on the filter button
Then I should see package "virgo-dummy-2.0-1.1.noarch"

Scenario: Check package metadata
When I follow the left menu "Software > Channel List > All"
Expand All @@ -53,7 +56,7 @@ Feature: The channels page
And I should see a "Fake-RPM-SUSE-Channel" link
And I should see a "build.opensuse.org" text
And I should see a "SHA512sum:" text
And I should see a "packages/1/6bc/andromeda-dummy/2.0-1.1/noarch/6bc584eb0af1bc04705c78e59ca0e4154ea86c46cd75abee57c82bfc4ebb57f3660ed21e9aceceae03855264e163853acbcde88005609d773c20f185587f70cc/andromeda-dummy-2.0-1.1.noarch.rpm" text
And I should see a "packages/1/836/andromeda-dummy/2.0-1.1/noarch/83601d7345101d0fce603c9e920ab9868f1499ae38c2e62951a6082ec0737af29c2acb9f643f8f28eee27bb731dad33a431593042ce32165b03489909f4fac10/andromeda-dummy-2.0-1.1.noarch.rpm " text

Scenario: Check package dependencies page
When I follow the left menu "Software > Channel List > All"
Expand Down

0 comments on commit 2680ac2

Please sign in to comment.