Skip to content

Commit 86ffd28

Browse files
Replaced One Test Case from WebDriver.IO to Playwright: consent-tools-vanilla-opt-in.test.ts and Removed all WebDriver.IO Test Cases
1 parent e48f302 commit 86ffd28

File tree

2 files changed

+3
-3
lines changed
  • packages/consent/consent-tools-integration-tests

2 files changed

+3
-3
lines changed

packages/consent/consent-tools-integration-tests/public/onetrust.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@
6060
n.parentNode.insertBefore(t, n)
6161
analytics._loadOptions = e
6262
}
63-
analytics._writeKey = 'C8qe7TaOyZburANuEAbA4WovdITZHywg'
63+
analytics._writeKey = 'foo'
6464
analytics.SNIPPET_VERSION = '4.15.3'
6565

66-
withOneTrust(analytics).load('C8qe7TaOyZburANuEAbA4WovdITZHywg') // modified
66+
withOneTrust(analytics).load('foo') // modified
6767
analytics.page()
6868
}
6969
})()

packages/consent/consent-tools-integration-tests/src/page-bundles/consent-tools-vanilla-opt-in/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ const analytics = new AnalyticsBrowser()
1010
;(window as any).analytics = analytics
1111

1212
withMockCMP(analytics).load({
13-
writeKey: 'C8qe7TaOyZburANuEAbA4WovdITZHywg',
13+
writeKey: 'foo',
1414
})

0 commit comments

Comments
 (0)