Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuwalow committed Sep 18, 2023
1 parent 5c9b2b5 commit ac3251b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/it/live-connect.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ describe('LiveConnect', function () {
expect(trackingRequests[0].query.tna).to.eq(`${packageJson.versionPrefix}${packageJson.version}`)

const _cookies = await browser.getCookies()
const _ls = await browser.getLocalStorage()
console.log([_cookies, _ls])
console.log([_cookies])

server.clearHistory()
await server.openPage('test.liveintent.com', 'page')
Expand Down

0 comments on commit ac3251b

Please sign in to comment.