diff --git a/cypress/e2e/cardFeatures.js b/cypress/e2e/cardFeatures.js index 0ae250df5..366a6bd7b 100644 --- a/cypress/e2e/cardFeatures.js +++ b/cypress/e2e/cardFeatures.js @@ -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')