diff --git a/frontend/cypress/e2e/tab.cy.ts b/frontend/cypress/e2e/tab.cy.ts index 28ba3b036d..deedee3d5d 100644 --- a/frontend/cypress/e2e/tab.cy.ts +++ b/frontend/cypress/e2e/tab.cy.ts @@ -218,7 +218,7 @@ describe('Tab workflow tests', () => { cy.contains('Edited by Cypress'); }); - it('Duplicate objective with tab', () => { + it.skip('Duplicate objective with tab', () => { openThreeDotMenu(); cy.realPress('ArrowDown'); cy.focused().contains('Objective duplizieren'); @@ -340,7 +340,7 @@ describe('Tab workflow tests', () => { cy.contains('This has been edited by Cypress').should('not.exist'); }); - it('Create new key result metric with checkin and edit checkin with tab', () => { + it.skip('Create new key result metric with checkin and edit checkin with tab', () => { // Create keyresult openCreateKeyResult(); cy.wait(500);