Skip to content

Commit 859c9b8

Browse files
author
tsv2013
committed
Try to fix test
1 parent a6dd2d4 commit 859c9b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/markdown-content.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ test.beforeAll('Setup', async () => {
55
test.setTimeout(480000);
66
});
77

8-
test.skip('FAQ Overview', async ({ page }) => {
8+
test('FAQ Overview', async ({ page }) => {
99
await page.setViewportSize({ width: 1599, height: 768 });
1010
await page.goto(`${url}/faq`);
1111
await acceptCookieBanner(page);
12+
await page.waitForTimeout(5000);
1213

1314
await expect(page.locator('.s-search')).toBeVisible();
1415
await expect(page.locator('.s-search__search-button').first()).toBeVisible();

0 commit comments

Comments
 (0)