mirror of
https://github.com/nextcloud/server.git
synced 2026-02-23 01:40:59 -05:00
test: adjust cypress tests to be less flaky
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
267354e70d
commit
7536b7ef63
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ describe('files: Favorites', { testIsolation: true }, () => {
|
|||
// See action is called 'Add to favorites'
|
||||
cy.get('[data-cy-files-list-row-action="favorite"] > button').last()
|
||||
.should('exist')
|
||||
.and('have.text', 'Add to favorites')
|
||||
.and('contain.text', 'Add to favorites')
|
||||
.click({ force: true })
|
||||
cy.wait('@addToFavorites')
|
||||
// See favorites star
|
||||
|
|
|
|||
Loading…
Reference in a new issue