Skip to content

Commit

Permalink
ci: Adapt selector to new vue lib naming
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Jun 29, 2023
1 parent ffd387c commit 3f57d5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/nodes/Links.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('test link marks', function() {

cy.getContent()
.find('.widgets--list', { timeout: 10000 })
.find('.widget-default--title')
.find('.widget-default--name')
.contains('Nextcloud - Online collaboration platform')
})

Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/share.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ describe('Open test.md in viewer', function() {
cy.login(recipient)
cy.visit('/apps/files')
cy.openFile('test.md')
cy.getModal().find('.empty-content__title').should('contain', 'Failed to load file')
cy.getModal().find('.empty-content__name').should('contain', 'Failed to load file')
cy.getModal().getContent().should('not.exist')
})
})
Expand Down

0 comments on commit 3f57d5b

Please sign in to comment.