From 9f3d5d010d635c55ebda6efd00a37c522855f3a1 Mon Sep 17 00:00:00 2001 From: Milorad Filipovic Date: Wed, 28 Aug 2024 13:04:36 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=95=20Breaking=20up=20a=20long=20line?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cypress/e2e/17-sharing.cy.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress/e2e/17-sharing.cy.ts b/cypress/e2e/17-sharing.cy.ts index 32d96adf3e591..c90a884325239 100644 --- a/cypress/e2e/17-sharing.cy.ts +++ b/cypress/e2e/17-sharing.cy.ts @@ -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)