Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
tsotimus committed Feb 12, 2024
1 parent 34fdde9 commit 3c16005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/main.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ test("posthog initialization", async ({ page }) => {
const reg = new RegExp(`${POSTHOG_URL}${DECIDE_ENDPOINT}*`);
const res = await page.waitForResponse(reg);
const data = await res.json();
console.log("Data is here", data);

expect(data.analytics).toEqual({
endpoint: "/i/v0/e/",
Expand Down

0 comments on commit 3c16005

Please sign in to comment.