Skip to content

Commit 5a046a1

Browse files
authored
Update podman-machine-tests.spec.ts
Signed-off-by: tbabalov <[email protected]>
1 parent e5ebdf0 commit 5a046a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/playwright/src/specs/podman-machine-tests.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { ResourceConnectionCardPage } from '../model/pages/resource-connection-c
2222
import { ResourcesPage } from '../model/pages/resources-page';
2323
import { expect as playExpect, test } from '../utility/fixtures';
2424
import { deletePodmanMachine, handleConfirmationDialog } from '../utility/operations';
25-
import { isLinux, isWindows } from '../utility/platform';
25+
import { isLinux } from '../utility/platform';
2626
import { waitForPodmanMachineStartup } from '../utility/wait';
2727

2828
const DEFAULT_PODMAN_MACHINE = 'Podman Machine';

0 commit comments

Comments
 (0)