Skip to content

Commit 9a07b25

Browse files
committed
test: revert failtest
1 parent 3ffb92c commit 9a07b25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/e2e/amp.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ test.describe('Check amp page', () => {
88
test('AMP body has Optimole no script class', async ({ page }) => {
99
const html = page.locator('html');
1010
await expect(html).not.toHaveClass(/optml_no_js/);
11-
await expect(html).toHaveClass(/optml_no_js/);
1211
});
1312

1413
test('AMP images should have replaced srcs', async ({ page }) => {

0 commit comments

Comments
 (0)