Skip to content

Commit

Permalink
👕 Breaking up a long line
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloradFilipovic committed Aug 28, 2024
1 parent d0df328 commit 9f3d5d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/e2e/17-sharing.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ describe('Sharing', { disableAutoLogin: true }, () => {
).should('be.visible');

credentialsModal.getters.usersSelect().click();
getVisiblePopper().find('[data-test-id="project-sharing-info"]')
getVisiblePopper()
.find('[data-test-id="project-sharing-info"]')
.filter(':visible')
.should('have.length', 3)
.contains(INSTANCE_ADMIN.email)
Expand Down

0 comments on commit 9f3d5d0

Please sign in to comment.