Skip to content

Commit 150ceda

Browse files
firstrun = true
1 parent e8a3866 commit 150ceda

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/compass-e2e-tests/tests/no-network-traffic.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ describe('networkTraffic: false / Isolated Edition', function () {
6565
const compass = await init(this.test?.fullTitle(), {
6666
extraSpawnArgs: ['--no-network-traffic'],
6767
wrapBinary,
68-
// TODO(COMPASS-8166): firstRun: true seems to result in network traffic.
69-
// Probably the welcome modal.
70-
firstRun: false,
68+
firstRun: true,
7169
});
7270
const browser = compass.browser;
7371

0 commit comments

Comments
 (0)