Skip to content

Commit aa4bc92

Browse files
committed
fix
1 parent bcc704d commit aa4bc92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/specs/new-cookies/consent-tracking-accept.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {setTestStore, test, expect} from '../../fixtures';
33
setTestStore('defaultConsentAllowed_cookiesEnabled');
44

55
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 ({
6+
test('should set analytics cookies and fire analytics requests immediately when consent is allowed by default', async ({
77
storefront,
88
}: Parameters<Parameters<typeof test>[2]>[0]) => {
99
// Enable privacy banner setting (but banner shouldn't show since consent is auto-allowed)

0 commit comments

Comments
 (0)