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 214e8e9 commit 80bdc4fCopy full SHA for 80bdc4f
packages/compass-e2e-tests/helpers/compass.ts
@@ -647,6 +647,9 @@ async function startCompassElectron(
647
// we disable the cues completely for the e2e tests
648
process.env.DISABLE_GUIDE_CUES = 'true';
649
650
+ // Making sure end-of-life connection modal is not shown, simplify any test connecting to such a server
651
+ process.env.COMPASS_DISABLE_END_OF_LIFE_CONNECTION_MODAL = 'true';
652
+
653
const options = {
654
automationProtocol: 'webdriver' as const,
655
capabilities: {
0 commit comments