Skip to content

Commit 3d0922a

Browse files
authored
Update showCustom404.spec.js
1 parent cb91fdf commit 3d0922a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/tests-custom404/showCustom404.spec.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ import { test, expect } from '@playwright/test';
33
test('showCustom404', async ({ page }) => {
44
// Recording...
55
await page.goto('/en/fdaffa');
6-
// check without toc
76
var element = await page.$('#fa-face-frown');
87
expect(element).not.toBeNull();
98
await page.goto('/');
109
element = await page.$('#fa-face-frown');
1110
expect(element).toBeNull();
12-
});
11+
});

0 commit comments

Comments
 (0)