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 be8e53b commit bd0285fCopy full SHA for bd0285f
packages/compass-e2e-tests/tests/no-network-traffic.test.ts
@@ -67,7 +67,7 @@ describe('networkTraffic: false / Isolated Edition', function () {
67
wrapBinary,
68
// TODO(COMPASS-8166): firstRun: true seems to result in network traffic.
69
// Probably the welcome modal.
70
- firstRun: false,
+ firstRun: true,
71
});
72
const browser = compass.browser;
73
0 commit comments