Skip to content

Commit 5c2792f

Browse files
authored
Merge pull request #13551 from guardian/doml/temp-ophan-skip
Temporarily skip Playwright reject all cookies test
2 parents ceef640 + 648c994 commit 5c2792f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ 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+
* instead of removing the cookie banner. This new behaviour is causing the below test to fail.
27+
*/
28+
test.skip('should make an IMPRESSION request on an article when consent is rejected', async ({
2329
page,
2430
context,
2531
}) => {

0 commit comments

Comments
 (0)