Skip to content

Commit 96130f2

Browse files
committed
update to handle new page arg order
1 parent e329c06 commit 96130f2

File tree

6 files changed

+651
-134
lines changed

6 files changed

+651
-134
lines changed

packages/signals/signals-integration-tests/src/tests/signals-vanilla/all-segment-events.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ test('Segment events', async ({ page }) => {
4343
analytics.group('foo', { hello: 'world' })
4444
analytics.alias('john', 'johnsmith')
4545
analytics.track('a track call', {foo: 'bar'})
46-
analytics.page('Retail Page', 'Home', { url: 'http://my-home.com', title: 'Some Title' });
46+
analytics.page('Home', 'Retail Page', { url: 'http://my-home.com', title: 'Some Title' });
4747
}
4848
}`
4949

0 commit comments

Comments
 (0)