From 183653112e41fd07251f862a889f82d228a11642 Mon Sep 17 00:00:00 2001 From: Davide Negretti Date: Thu, 15 Sep 2022 10:40:59 +0200 Subject: [PATCH] [UXP-10] e2e test fixed --- cypress/support/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/support/index.ts b/cypress/support/index.ts index 024b46cdde..2d4f6d8fd3 100644 --- a/cypress/support/index.ts +++ b/cypress/support/index.ts @@ -24,7 +24,7 @@ import 'cypress-axe'; beforeEach(() => { // Pre-agree to all Klaro cookies by setting the klaro-anonymous cookie // This just ensures it doesn't get in the way of matching other objects in the page. - cy.setCookie('klaro-anonymous', '{%22authentication%22:true%2C%22preferences%22:true%2C%22acknowledgement%22:true%2C%22google-analytics%22:true}'); + cy.setCookie('klaro-anonymous', '{%22authentication%22:true%2C%22preferences%22:true%2C%22acknowledgement%22:true%2C%22google-analytics%22:true%2C%22registration-password-recovery%22:true}'); }); // For better stability between tests, we visit "about:blank" (i.e. blank page) after each test.