Skip to content

Commit a4f53be

Browse files
committed
Add comments mentioning COMPASS-8970
1 parent b9d0dc1 commit a4f53be

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/compass-e2e-tests/tests/connection.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,7 @@ describe('Connect in a new window', () => {
672672
});
673673

674674
it('can connect in new window', async function (this) {
675+
// TODO: Remove this as part of COMPASS-8970.
675676
skipForWeb(this, 'connecting in new window is not supported on web');
676677

677678
const connectionName = DEFAULT_CONNECTION_NAMES[0];
@@ -707,6 +708,7 @@ describe('Connect in a new window', () => {
707708
const connectionElement = browser.$(connectionSelector);
708709
await connectionElement.$(Selectors.ConnectButton).waitForDisplayed();
709710
await connectionElement.$(Selectors.ConnectDropdownButton).waitForExist({
711+
// TODO: Remove this as part of COMPASS-8970.
710712
reverse: isTestingWeb(),
711713
});
712714
});

packages/compass-preferences-model/src/preferences-schema.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ export type InternalUserPreferences = {
100100
telemetryAnonymousId?: string;
101101
telemetryAtlasUserId?: string;
102102
userCreatedAt: number;
103+
// TODO: Remove this as part of COMPASS-8970.
103104
enableConnectInNewWindow: boolean;
104105
};
105106

@@ -409,6 +410,7 @@ export const storedUserPreferencesProps: Required<{
409410
},
410411
/**
411412
* Enables a dropdown in the connections sidebar to connect in a new window.
413+
* TODO: Remove this as part of COMPASS-8970.
412414
*/
413415
enableConnectInNewWindow: {
414416
ui: false,

0 commit comments

Comments
 (0)