Skip to content

Commit 1704bfb

Browse files
committed
fix(test): make share as selector more specific
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
1 parent bc2f14f commit 1704bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/integration.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe('Nextcloud integration', function() {
3333
it('Sharing sidebar', function() {
3434
cy.get('@loleafletframe').within(() => {
3535
cy.get('button[aria-label="File"]').click()
36-
cy.get('button[aria-label="Share"]').click()
36+
cy.get('button#ShareAs-button').click()
3737
})
3838

3939
cy.get('#app-sidebar-vue')

0 commit comments

Comments
 (0)