Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
test: adjust cypress tests to be less flaky
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed May 31, 2025
commit 645ddc8195152dee3345f9d1ba15ec72b9cc3207
2 changes: 1 addition & 1 deletion cypress/e2e/files/favorites.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading