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 bcc704d commit aa4bc92Copy full SHA for aa4bc92
e2e/specs/new-cookies/consent-tracking-accept.spec.ts
@@ -3,7 +3,7 @@ import {setTestStore, test, expect} from '../../fixtures';
3
setTestStore('defaultConsentAllowed_cookiesEnabled');
4
5
test.describe('Consent Tracking - Auto-Allowed (Consent Allowed by Default)', () => {
6
- test.only('should set analytics cookies and fire analytics requests immediately when consent is allowed by default', async ({
+ test('should set analytics cookies and fire analytics requests immediately when consent is allowed by default', async ({
7
storefront,
8
}: Parameters<Parameters<typeof test>[2]>[0]) => {
9
// Enable privacy banner setting (but banner shouldn't show since consent is auto-allowed)
0 commit comments