skip cypress test causing chrome out of memory crash

Signed-off-by: grnd-alt <git@belakkaf.net>
This commit is contained in:
grnd-alt
2024-12-05 14:00:20 +01:00
committed by Julius Knorr
parent 0a48954f18
commit d829a28ddf

View File

@@ -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')