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 fa831d1 commit 9302517Copy full SHA for 9302517
packages/compass-e2e-tests/helpers/test-runner-context.ts
@@ -344,7 +344,7 @@ process.env.HADRON_DISTRIBUTION ??= context.hadronDistribution;
344
process.env.COMPASS_WEB_HTTP_PROXY_CLOUD_CONFIG ??=
345
context.atlasCloudSandboxCloudConfig ?? 'dev';
346
347
-if (isTestingAtlasCloudSandbox(context) || isTestingWeb()) {
+if (isTestingWeb()) {
348
process.env.E2E_TEST_CLOUD_WEB_ENABLE_PREFERENCE_SAVING ??= 'true';
349
}
350
0 commit comments