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.
2 parents ceef640 + 648c994 commit 5c2792fCopy full SHA for 5c2792f
dotcom-rendering/playwright/tests/ophan.e2e.spec.ts
@@ -19,7 +19,13 @@ const articleUrl =
19
const frontUrl = 'https://www.theguardian.com/uk';
20
21
test.describe('Ophan requests', () => {
22
- test('should make an IMPRESSION request on an article when consent is rejected', async ({
+ /**
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 ({
29
page,
30
context,
31
}) => {
0 commit comments