fix: remove unused Locator import in dialog.spec.ts

This commit is contained in:
jaeone94
2026-03-15 02:21:45 +09:00
parent db606f304c
commit dc60d5752f

View File

@@ -1,4 +1,3 @@
import type { Locator } from '@playwright/test'
import { expect } from '@playwright/test'
import type { Keybinding } from '../../src/platform/keybindings/types'