Skip to content

Commit 22c36a0

Browse files
fix: cypress issue
Signed-off-by: Luka Trovic <luka@nextcloud.com>
1 parent 1ebaa0c commit 22c36a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/cardFeatures.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ describe('Card', function () {
8787
cy.get('.modal-mask.card-selector button.button-vue--vue-primary').should('be.visible').click()
8888
cy.wait('@save', { timeout: 7000 })
8989

90-
cy.visit(`/apps/deck/#/board/${boardId}`)
9190
cy.reload()
91+
cy.visit(`/apps/deck/#/board/${boardId}`)
9292
cy.get('.board .stack').eq(0).within(() => {
9393
cy.get(`.card:contains("${newCardTitle}")`).should('be.visible')
9494
})

0 commit comments

Comments
 (0)