Skip to content

Commit

Permalink
skip cypress test causing chrome out of memory crash
Browse files Browse the repository at this point in the history
Signed-off-by: grnd-alt <git@belakkaf.net>
  • Loading branch information
grnd-alt committed Dec 5, 2024
1 parent cbb13e2 commit ed2f7b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/e2e/cardFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ describe('Card', function () {
})
})

it('Create card from overview', function () {
// TODO reintroduce this test
it.skip('Create card from overview', function () {
cy.visit(`/apps/deck/#/`)
const newCardTitle = 'Test create from overview'
cy.intercept({ method: 'POST', url: '**/apps/deck/cards' }).as('save')
Expand Down

0 comments on commit ed2f7b5

Please sign in to comment.