We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac9e5f3 commit cb31056Copy full SHA for cb31056
packages/signals/signals-integration-tests/src/tests/signals-vanilla/top-level-metadata.test.ts
@@ -18,10 +18,7 @@ test.beforeEach(async ({ page }) => {
18
indexPage = await new IndexPage().loadAndWait(page, basicEdgeFn)
19
})
20
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
- */
+test('Signals should have anonymousId and timestamp at top level', async () => {
25
await indexPage.network.mockTestRoute()
26
await indexPage.network.makeFetchCall()
27
await Promise.all([
0 commit comments