This commit is contained in:
Michael Telatynski 2025-03-12 10:33:29 +00:00
parent 5f28c50af8
commit 0b12fac200
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@
"yaml": "^2.7.0"
},
"peerDependencies": {
"@element-hq/element-web-module-api": "*",
"@playwright/test": "^1.51.0",
"playwright-core": "^1.51.0"
},

View File

@ -14,8 +14,8 @@ import {
type Locator,
type Page,
type PageAssertionsToHaveScreenshotOptions,
type MatcherReturnType,
} from "@playwright/test";
import { type MatcherReturnType } from "playwright/types/test";
import { sanitizeForFilePath } from "playwright-core/lib/utils";
import { extname } from "node:path";