diff --git a/alfa-client/apps/alfa-e2e/cypress-ci-einheitlicher-ansprechpartner.config.ts b/alfa-client/apps/alfa-e2e/cypress-ci-einheitlicher-ansprechpartner.config.ts
index d0776a7caf9bb9e32c4007d2031f0e22d3cfcddb..13cefd098ae4abd5959c34e625cae8aab8723697 100644
--- a/alfa-client/apps/alfa-e2e/cypress-ci-einheitlicher-ansprechpartner.config.ts
+++ b/alfa-client/apps/alfa-e2e/cypress-ci-einheitlicher-ansprechpartner.config.ts
@@ -19,9 +19,6 @@ export default defineConfig({
 		  maxRetries: 2,
 		  passesRequired: 2,
 		},
-
-		// you must also explicitly set openMode and runMode to
-		// either true or false when using experimental retries
 		openMode: true,
 		runMode: true,
 	},
diff --git a/alfa-client/apps/alfa-e2e/cypress-ci-main-tests.config.ts b/alfa-client/apps/alfa-e2e/cypress-ci-main-tests.config.ts
index e541b4c02ae255d998e16efb48b0eb892943d56c..9e90e297f1d80329dcd0020fb0763e61dff963ee 100644
--- a/alfa-client/apps/alfa-e2e/cypress-ci-main-tests.config.ts
+++ b/alfa-client/apps/alfa-e2e/cypress-ci-main-tests.config.ts
@@ -19,9 +19,6 @@ export default defineConfig({
 		  maxRetries: 2,
 		  passesRequired: 2,
 		},
-
-		// you must also explicitly set openMode and runMode to
-		// either true or false when using experimental retries
 		openMode: true,
 		runMode: true,
 	},
diff --git a/alfa-client/apps/alfa-e2e/cypress.config.ts b/alfa-client/apps/alfa-e2e/cypress.config.ts
index b867a3f35b5f5f8ec521e2631c78b2e25eb2ce77..a39449b9c96551d36cfcc969df2c141bc07e12e7 100644
--- a/alfa-client/apps/alfa-e2e/cypress.config.ts
+++ b/alfa-client/apps/alfa-e2e/cypress.config.ts
@@ -18,9 +18,6 @@ export default defineConfig({
 		  maxRetries: 2,
 		  passesRequired: 2,
 		},
-
-		// you must also explicitly set openMode and runMode to
-		// either true or false when using experimental retries
 		openMode: true,
 		runMode: true,
 	},
diff --git a/alfa-client/apps/alfa-e2e/src/e2e/main-tests/user-profile/user-profile-icon-assign-unassign.cy.ts b/alfa-client/apps/alfa-e2e/src/e2e/main-tests/user-profile/user-profile-icon-assign-unassign.cy.ts
index 4acfd38edd15da225ef10614c795af3357ebc5d3..bcfddd084bc8ec429fd218c339ea26aa77f43241 100644
--- a/alfa-client/apps/alfa-e2e/src/e2e/main-tests/user-profile/user-profile-icon-assign-unassign.cy.ts
+++ b/alfa-client/apps/alfa-e2e/src/e2e/main-tests/user-profile/user-profile-icon-assign-unassign.cy.ts
@@ -168,7 +168,7 @@ describe('User Profile im ausgewählten Vorgang', () => {
 
 				it('should show assign icon', { defaultCommandTimeout: 30000 }, () => {
 					waitForSpinnerToDisappear();
-					// TODO Hier muss aufs Verarbeiten im Backend gewartet werden - oder: wait(500)
+					// WORKAROUND Hier muss aufs Verarbeiten im Backend gewartet werden - oder: wait(500)
 					wait(500);
 					exist(userProfileContainer.getIconContainer().getAssignedIcon());
 					haveText(userProfileContainer.getIconContainer().getAssignedIcon(), userDorothea.initials)