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 3ffb92c commit 9a07b25Copy full SHA for 9a07b25
tests/e2e/amp.spec.ts
@@ -8,7 +8,6 @@ test.describe('Check amp page', () => {
8
test('AMP body has Optimole no script class', async ({ page }) => {
9
const html = page.locator('html');
10
await expect(html).not.toHaveClass(/optml_no_js/);
11
- await expect(html).toHaveClass(/optml_no_js/);
12
});
13
14
test('AMP images should have replaced srcs', async ({ page }) => {
0 commit comments