Skip to content

Commit 2e8b32c

Browse files
committed
Skip Ophan reject test
1 parent ceef640 commit 2e8b32c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

dotcom-rendering/playwright/tests/ophan.e2e.spec.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ const articleUrl =
1919
const frontUrl = 'https://www.theguardian.com/uk';
2020

2121
test.describe('Ophan requests', () => {
22-
test('should make an IMPRESSION request on an article when consent is rejected', async ({
22+
/**
23+
* Why is this test skipped?
24+
*
25+
* Since the launch of Guardian Ad Lite, rejecting all cookies takes the user to the "Consent or Pay" page.
26+
*/
27+
test.skip('should make an IMPRESSION request on an article when consent is rejected', async ({
2328
page,
2429
context,
2530
}) => {

0 commit comments

Comments
 (0)