diff --git a/frontend/cypress/e2e/objective.cy.ts b/frontend/cypress/e2e/objective.cy.ts
index 2e0b3cb305..afca9c4c76 100644
--- a/frontend/cypress/e2e/objective.cy.ts
+++ b/frontend/cypress/e2e/objective.cy.ts
@@ -158,7 +158,7 @@ describe('OKR Objective e2e tests', () => {
.tabForward();
cy.contains('Objective als Draft speichern');
cy.contains('Soll dieses Objective als Draft gespeichert werden?');
- cy.focused().click().wait(500);
+ cy.getByTestId('confirm-yes').click();
cy.getByTestId('objective')
.filter(':contains("This objective will be returned to draft state")')
diff --git a/frontend/src/app/components/objective/objective.component.html b/frontend/src/app/components/objective/objective.component.html
index fcf84893a2..71cd720191 100644
--- a/frontend/src/app/components/objective/objective.component.html
+++ b/frontend/src/app/components/objective/objective.component.html
@@ -8,7 +8,7 @@
>
-
+
{{ objective.title }}
-
+
-
+
{{ objective.title }}
[keyResult]="keyResult"
[attr.data-testId]="'keyresult'"
>
-
+