We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd9bfd commit 25d6809Copy full SHA for 25d6809
1 file changed
cypress/support/e2e.ts
@@ -56,7 +56,7 @@ before(() => {
56
beforeEach(() => {
57
// Pre-agree to all Orejime cookies by setting the orejime-* cookies
58
// This just ensures it doesn't get in the way of matching other objects in the page.
59
- const cookieContent = '{"authentication":true,"preferences":true,"acknowledgement":true,"google-analytics":true,"accessibility":true}';
+ const cookieContent = '{"authentication":true,"preferences":true,"acknowledgement":true,"google-analytics":true,"matomo":true,"google-recaptcha":true,"accessibility":true}';
60
cy.setCookie('orejime-anonymous', cookieContent);
61
cy.setCookie(`orejime-${Cypress.env('DSPACE_TEST_ADMIN_USER_UUID')}`, cookieContent);
62
cy.setCookie(`orejime-${Cypress.env('DSPACE_TEST_SUBMIT_USER_UUID')}`, cookieContent);
0 commit comments