Skip to content

Commit

Permalink
fix(#2651): Fix e2e test for user roles
Browse files Browse the repository at this point in the history
  • Loading branch information
tenthe committed Apr 4, 2024
1 parent 992ff63 commit 0fabbd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ for (var i = 0; i < testedRoles.length; i++) {
UserUtils.goToUserConfiguration();
cy.dataCy('navigation-icon', { timeout: 10000 }).should(
'have.length',
11,
10,
);

cy.dataCy('user-accounts-table-row', { timeout: 10000 }).should(
Expand Down

0 comments on commit 0fabbd3

Please sign in to comment.