Skip to content

Commit

Permalink
refactor: rename integration tests and remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
hakenprog committed Nov 2, 2023
1 parent 3717aad commit 9c65178
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/basic.test.ts → test/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,5 @@ describe("ssr", async () => {
utm_term: "test_term",
});
});
it("Stores new UTM params in the same session if they are different. ", async () => {
await page.goto(
"/?utm_source=test_source2&utm_medium=test_medium2&utm_campaign=test_campaign2&utm_term=test_term2&utm_content=test_content2"
);
});
});
});

0 comments on commit 9c65178

Please sign in to comment.