From f1fe81e28f4ea5823be6698bae67e3687530ce50 Mon Sep 17 00:00:00 2001 From: Lisa Knox Date: Mon, 30 Sep 2024 16:02:40 -0400 Subject: [PATCH] 21842: fixed sharing test Arvados-DCO-1.1-Signed-off-by: Lisa Knox --- services/workbench2/cypress/e2e/sharing.cy.js | 1 + 1 file changed, 1 insertion(+) diff --git a/services/workbench2/cypress/e2e/sharing.cy.js b/services/workbench2/cypress/e2e/sharing.cy.js index cc057798fa..fb2796edce 100644 --- a/services/workbench2/cypress/e2e/sharing.cy.js +++ b/services/workbench2/cypress/e2e/sharing.cy.js @@ -168,6 +168,7 @@ describe('Sharing tests', function () { cy.get('[data-cy=context-menu]').contains('Share').click({ waitForAnimations: false }); cy.get('button').get('[data-cy=add-invited-people]').should('be.disabled'); cy.get('[data-cy=invite-people-field] input').type('Anonymous'); + cy.get('[data-cy=loading-spinner]').should('not.exist'); cy.get('[data-cy="users-tab-label"]').click(); cy.waitForDom(); cy.get('[data-cy=sharing-suggestion]').contains('Anonymous').click(); -- 2.30.2