Skip to content

Commit cb31056

Browse files
committed
wip
1 parent ac9e5f3 commit cb31056

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/signals/signals-integration-tests/src/tests/signals-vanilla/top-level-metadata.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ test.beforeEach(async ({ page }) => {
1818
indexPage = await new IndexPage().loadAndWait(page, basicEdgeFn)
1919
})
2020

21-
test('signal events should have anonymousId and timestamp at top level', async () => {
22-
/**
23-
* Make a fetch call, see if it gets sent to the signals endpoint
24-
*/
21+
test('Signals should have anonymousId and timestamp at top level', async () => {
2522
await indexPage.network.mockTestRoute()
2623
await indexPage.network.makeFetchCall()
2724
await Promise.all([

0 commit comments

Comments
 (0)