Skip to content

Commit 1a0cd75

Browse files
committed
chore: eslint fixes
1 parent fc14ef6 commit 1a0cd75

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ import { execFile } from 'child_process';
88
import type { ExecFileOptions, ExecFileException } from 'child_process';
99
import { promisify } from 'util';
1010
import zlib from 'zlib';
11-
import { remote, RemoteOptions } from 'webdriverio';
11+
import type { RemoteOptions } from 'webdriverio';
12+
import { remote } from 'webdriverio';
1213
import { rebuild } from '@electron/rebuild';
1314
import type { RebuildOptions } from '@electron/rebuild';
1415
import type { ConsoleMessageType } from 'puppeteer';

packages/compass-e2e-tests/tests/time-to-first-query.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('Time to first query', function () {
2626
}
2727
});
2828

29-
it.only('can open compass, connect to a database and run a query on a collection (never seen welcome)', async function () {
29+
it('can open compass, connect to a database and run a query on a collection (never seen welcome)', async function () {
3030
// Starting the application with the webdriver.io fails on the first run
3131
// sometimes due to devtools / selenium server failing to start in time.
3232
// While the root cause is unknown, it usually passes just fine on a re-run

0 commit comments

Comments
 (0)