Skip to content

Commit 0673a9a

Browse files
committed
fix: remove unused waitForModalClose import in server-logs e2e test
https://claude.ai/code/session_01FqgQw173URiGuGzfULZira
1 parent 13d4734 commit 0673a9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/specs/server-logs.wdio.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Uses data-testid only (ADR-003).
88
*/
99

10-
import { byTestId, TIMEOUT, waitForModalClose } from '../helpers/selectors';
10+
import { byTestId, TIMEOUT } from '../helpers/selectors';
1111
import {
1212
getActiveSpace,
1313
installServer,

0 commit comments

Comments
 (0)