diff --git a/cypress/e2e/files_sharing/note-to-recipient.cy.ts b/cypress/e2e/files_sharing/note-to-recipient.cy.ts index b950e0aec9e..8bca696e95c 100644 --- a/cypress/e2e/files_sharing/note-to-recipient.cy.ts +++ b/cypress/e2e/files_sharing/note-to-recipient.cy.ts @@ -80,8 +80,6 @@ describe('files_sharing: Note to recipient', { testIsolation: true }, () => { cy.get('[data-cy-sidebar]').within(() => { // Open the share cy.get('[data-cy-files-sharing-share-actions]').first().click({ force: true }) - // Open the custom settings - cy.get('[data-cy-files-sharing-share-permissions-bundle="custom"]').click() cy.findByRole('checkbox', { name: /note to recipient/i }) .and('be.checked') @@ -90,4 +88,5 @@ describe('files_sharing: Note to recipient', { testIsolation: true }, () => { .and('have.value', 'Hello, this is the note.') }) }) + })