Skip to content

Commit

Permalink
Merge pull request #6778 from nextcloud/fix-cypress-main
Browse files Browse the repository at this point in the history
fix: cypress issue
  • Loading branch information
luka-nextcloud authored Feb 21, 2025
2 parents 55056e2 + 22c36a0 commit 439e441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/cardFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ describe('Card', function () {
cy.get('.modal-mask.card-selector button.button-vue--vue-primary').should('be.visible').click()
cy.wait('@save', { timeout: 7000 })

cy.visit(`/apps/deck/#/board/${boardId}`)
cy.reload()
cy.visit(`/apps/deck/#/board/${boardId}`)
cy.get('.board .stack').eq(0).within(() => {
cy.get(`.card:contains("${newCardTitle}")`).should('be.visible')
})
Expand Down

0 comments on commit 439e441

Please sign in to comment.