We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 267354e commit 7536b7eCopy full SHA for 7536b7e
1 file changed
cypress/e2e/files/favorites.cy.ts
@@ -30,7 +30,7 @@ describe('files: Favorites', { testIsolation: true }, () => {
30
// See action is called 'Add to favorites'
31
cy.get('[data-cy-files-list-row-action="favorite"] > button').last()
32
.should('exist')
33
- .and('have.text', 'Add to favorites')
+ .and('contain.text', 'Add to favorites')
34
.click({ force: true })
35
cy.wait('@addToFavorites')
36
// See favorites star
0 commit comments