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 ce38173 commit 0f5f80dCopy full SHA for 0f5f80d
packages/compass-e2e-tests/tests/proxy.test.ts
@@ -72,7 +72,11 @@ describe('Proxy support', function () {
72
});
73
74
it('can change the proxy option dynamically', async function () {
75
- compass = await init(this.test?.fullTitle());
+ compass = await init(this.test?.fullTitle(), {
76
+ // Disabling feedback panel, to avoid a preflight request to the update server
77
+ // which will mess with the request we fire below.
78
+ extraSpawnArgs: [`--enableFeedbackPanel=false`],
79
+ });
80
browser = compass.browser;
81
82
await browser.setFeature(
0 commit comments