fix spacing issues
This commit is contained in:
parent
62ff5f0c2e
commit
df9f1c398b
@ -132,7 +132,7 @@ test.describe("cox can edit trips", () => {
|
|||||||
await expect(sharedPage.locator("body")).toContainText(
|
await expect(sharedPage.locator("body")).toContainText(
|
||||||
"Ausfahrt erfolgreich aktualisiert.",
|
"Ausfahrt erfolgreich aktualisiert.",
|
||||||
);
|
);
|
||||||
await expect(sharedPage.locator("body")).toContainText("(Absage cox )");
|
await expect(sharedPage.locator("body")).toContainText("(Absage cox)");
|
||||||
});
|
});
|
||||||
|
|
||||||
test.afterEach(async () => {
|
test.afterEach(async () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user