From a6c607a1d3d00bc9d8c9692d4794b8d77c64d67a Mon Sep 17 00:00:00 2001 From: Miguel Lehmann Date: Thu, 5 Dec 2024 15:51:04 +0100 Subject: [PATCH] run e2e test --- frontend/cypress/e2e/tab.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/cypress/e2e/tab.cy.ts b/frontend/cypress/e2e/tab.cy.ts index e311961ad8..3a6a685159 100644 --- a/frontend/cypress/e2e/tab.cy.ts +++ b/frontend/cypress/e2e/tab.cy.ts @@ -187,7 +187,7 @@ describe('Tab workflow tests', () => { tabAndCheck('closeButton', 'Schliessen'); cy.realPress('Enter'); tabAndCheck('add-check-in', 'Check-in erfassen'); - // tabAndCheck('edit-keyResult', 'Key Result bearbeiten'); + tabAndCheck('edit-keyResult', 'Key Result bearbeiten'); }); it('Should tab create-check-in metric', () => {