reformat files #227

Merged
philipp merged 9 commits from staging into main 2024-03-04 15:51:55 +01:00
Showing only changes of commit df9f1c398b - Show all commits

View File

@ -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 () => {