Skip to content

Commit 80bdc4f

Browse files
committed
Pass env variable when Compass starts in tests
1 parent 214e8e9 commit 80bdc4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/compass-e2e-tests/helpers/compass.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,9 @@ async function startCompassElectron(
647647
// we disable the cues completely for the e2e tests
648648
process.env.DISABLE_GUIDE_CUES = 'true';
649649

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+
650653
const options = {
651654
automationProtocol: 'webdriver' as const,
652655
capabilities: {

0 commit comments

Comments
 (0)