Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QE: wait for the Setup Wizard page to be ready #9458

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,7 @@ Feature: Synchronize products in the products page of the Setup Wizard
Scenario: Detect product loading issues from the UI in Build Validation
Given I am authorized for the "Admin" section
When I follow the left menu "Admin > Setup Wizard > Products"
And I wait until I see "Setup Wizard" text
And I wait until I do not see "Loading" text
Then I should not see a "Operation not successful" text
And I should only see success signs in the product list
3 changes: 2 additions & 1 deletion testsuite/features/reposync/srv_sync_products.feature
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,10 @@ Feature: Synchronize products in the products page of the Setup Wizard
Scenario: Detect product loading issues from the UI
Given I am authorized for the "Admin" section
When I follow the left menu "Admin > Setup Wizard > Products"
And I wait until I see "Setup Wizard" text
And I wait until I do not see "Loading" text
Then I should not see a "Operation not successful" text
And I should only see success signs in the product list
And I should only see success signs in the product list

@scc_credentials
Scenario: Trigger a refresh of the products synched from SCC
Expand Down
Loading