Skip to content

Commit 7af74d5

Browse files
committed
test(file_sharing): Do not open advanced settings manually
If a share note is present, the advanced settings should expand automatically, without the user needing to click. Signed-off-by: nfebe <fenn25.fn@gmail.com>
1 parent 6582f62 commit 7af74d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cypress/e2e/files_sharing/note-to-recipient.cy.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ describe('files_sharing: Note to recipient', { testIsolation: true }, () => {
8080
cy.get('[data-cy-sidebar]').within(() => {
8181
// Open the share
8282
cy.get('[data-cy-files-sharing-share-actions]').first().click({ force: true })
83-
// Open the custom settings
84-
cy.get('[data-cy-files-sharing-share-permissions-bundle="custom"]').click()
8583

8684
cy.findByRole('checkbox', { name: /note to recipient/i })
8785
.and('be.checked')
@@ -90,4 +88,5 @@ describe('files_sharing: Note to recipient', { testIsolation: true }, () => {
9088
.and('have.value', 'Hello, this is the note.')
9189
})
9290
})
91+
9392
})

0 commit comments

Comments
 (0)