From df9f1c398bdbeb8adb800a66d7c637e59b712514 Mon Sep 17 00:00:00 2001 From: philipp Date: Mon, 4 Mar 2024 14:26:42 +0100 Subject: [PATCH] fix spacing issues --- frontend/tests/cox.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () => {