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 2e8b32c commit 648c994Copy full SHA for 648c994
dotcom-rendering/playwright/tests/ophan.e2e.spec.ts
@@ -22,7 +22,8 @@ test.describe('Ophan requests', () => {
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.
+ * 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,
0 commit comments