Skip to content

Commit e0ffd57

Browse files
committed
remove unused stuff
1 parent 97fd4c0 commit e0ffd57

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/compass-e2e-tests/tests/collection-aggregations-tab.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,11 @@ import {
1717
createNumbersCollection,
1818
} from '../helpers/insert-data';
1919
import { saveAggregationPipeline } from '../helpers/commands/save-aggregation-pipeline';
20-
import { Key } from 'webdriverio';
2120
import type { ChainablePromiseElement } from 'webdriverio';
2221
import { switchPipelineMode } from '../helpers/commands/switch-pipeline-mode';
2322

2423
const { expect } = chai;
2524

26-
function sleep(ms: number) {
27-
return new Promise((resolve) => setTimeout(resolve, ms));
28-
}
29-
3025
const OUT_STAGE_PREVIEW_TEXT =
3126
'The $out operator will cause the pipeline to persist the results to the specified location (collection, S3, or Atlas). If the collection exists it will be replaced.';
3227
const MERGE_STAGE_PREVIEW_TEXT =

0 commit comments

Comments
 (0)