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 ceef640 commit 2e8b32cCopy full SHA for 2e8b32c
dotcom-rendering/playwright/tests/ophan.e2e.spec.ts
@@ -19,7 +19,12 @@ 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
+ */
27
+ test.skip('should make an IMPRESSION request on an article when consent is rejected', async ({
28
page,
29
context,
30
}) => {
0 commit comments