diff --git a/frontend/tests/cox.spec.ts b/frontend/tests/cox.spec.ts index 54f8f1f..5b047b1 100644 --- a/frontend/tests/cox.spec.ts +++ b/frontend/tests/cox.spec.ts @@ -132,7 +132,7 @@ test.describe("cox can edit trips", () => { await expect(sharedPage.locator("body")).toContainText( "Ausfahrt erfolgreich aktualisiert.", ); - await expect(sharedPage.locator("body")).toContainText("(Absage cox )"); + await expect(sharedPage.locator("body")).toContainText("(Absage cox)"); }); test.afterEach(async () => {