We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 856f219 commit 34fe873Copy full SHA for 34fe873
1 file changed
cypress/support/e2e.ts
@@ -57,7 +57,7 @@ before(() => {
57
beforeEach(() => {
58
// Pre-agree to all Klaro cookies by setting the klaro-anonymous cookie
59
// This just ensures it doesn't get in the way of matching other objects in the page.
60
- cy.setCookie('klaro-anonymous', '{%22authentication%22:true%2C%22preferences%22:true%2C%22acknowledgement%22:true%2C%22google-analytics%22:true%2C%22google-recaptcha%22:true}');
+ cy.setCookie('klaro-anonymous', '{%22authentication%22:true%2C%22preferences%22:true%2C%22acknowledgement%22:true%2C%22google-analytics%22:true%2C%22google-recaptcha%22:true%2C%22plumX%22:true%2C%22altmetric%22:true%2C%22dimensions%22:true}');
61
62
// Remove any CSRF cookies saved from prior tests
63
cy.clearCookie(DSPACE_XSRF_COOKIE);
0 commit comments