We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277f989 commit 1e985daCopy full SHA for 1e985da
tests/e2e/navigation.spec.ts
@@ -6,7 +6,7 @@ test.describe('Navigation Tests', () => {
6
await expect(page).toHaveTitle(/phpMyFAQ/);
7
await expect(page.locator('h2.title')).toContainText('phpMyFAQ 4.0');
8
await expect(page.locator('p.intro')).toContainText('phpMyFAQ is a mobile-friendly');
9
- await expect(page.locator('a[href="http://demo.phpmyfaq.de/"]')).toBeVisible();
+ await expect(page.locator('.promo a[href="/demo"], .promo a[href="/demo/"]')).toBeVisible();
10
await expect(page.locator('.promo a[href="/download"], .promo a[href="/download/"]')).toBeVisible();
11
});
12
0 commit comments