Skip to content

Commit

Permalink
click N more before testing labels
Browse files Browse the repository at this point in the history
  • Loading branch information
himdel committed Aug 31, 2023
1 parent 40c6159 commit 3700775
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ describe('Approval Dashboard process with multiple repos', () => {
// deselect page and repo9 should remain here
cy.get('.hub-toolbar [aria-label="Select"] svg').click();
cy.contains('a', 'Deselect page (10 items)').click();

cy.contains('.pf-c-label.pf-m-overflow', 'more').click();

reposList.forEach((repo) => {
if (repo != 'repo9') {
cy.contains('[aria-label="Label group category"]', repo).should(
Expand Down

0 comments on commit 3700775

Please sign in to comment.