Skip to content

Commit 538a152

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/tests-custom404/showCustom404.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { test, expect } from '@playwright/test';
22

33
test('showCustom404', async ({ page }) => {
4-
// Recording...
54
await page.goto('/en/fdaffa');
65
var element = await page.$('#fa-face-frown');
76
expect(element).not.toBeNull();

0 commit comments

Comments
 (0)