Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('Collection ai query', function () {
true
);
await browser.setFeature('enableGenAIFeaturesAtlasOrg', true);
await browser.setFeature('optInDataExplorerGenAIFeatures', true);
await browser.setFeature('optInGenAIFeatures', true);
});

describe('on the documents tab', function () {
Expand Down Expand Up @@ -170,7 +170,7 @@ describe('Collection ai query', function () {
true
);
await browser.setFeature('enableGenAIFeaturesAtlasOrg', false);
await browser.setFeature('optInDataExplorerGenAIFeatures', true);
await browser.setFeature('optInGenAIFeatures', true);
});

it('should not show the gen ai intro button', async function () {
Expand Down
336 changes: 0 additions & 336 deletions packages/compass-e2e-tests/tests/atlas-login.test.ts

This file was deleted.

Loading
Loading