summaryrefslogtreecommitdiff
path: root/tests/example.spec.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/example.spec.ts')
-rw-r--r--tests/example.spec.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/example.spec.ts b/tests/example.spec.ts
index 3ff5cce..8a97462 100644
--- a/tests/example.spec.ts
+++ b/tests/example.spec.ts
@@ -8,5 +8,5 @@ test('Milchtankstelle', async ({ page }) => {
let first = await page.$('xpath=//div[@role="article" and @aria-posinset="1"]');
let firstText = await first.innerHTML();
- expect(firstText.includes('Wegen Renovierungsarbeiten bleibt der Regiomat geschlossen.')).toBeTruthy();
+ expect(firstText.includes('Endlich können wir Ihnen ab 23.12 .2023 10:00 Uhr wieder frische Milch anbieten.')).toBeTruthy();
});