Iterate
This commit is contained in:
@@ -21,6 +21,7 @@
|
|||||||
"yaml": "^2.7.0"
|
"yaml": "^2.7.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
"@element-hq/element-web-module-api": "*",
|
||||||
"@playwright/test": "^1.51.0",
|
"@playwright/test": "^1.51.0",
|
||||||
"playwright-core": "^1.51.0"
|
"playwright-core": "^1.51.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -14,8 +14,8 @@ import {
|
|||||||
type Locator,
|
type Locator,
|
||||||
type Page,
|
type Page,
|
||||||
type PageAssertionsToHaveScreenshotOptions,
|
type PageAssertionsToHaveScreenshotOptions,
|
||||||
|
type MatcherReturnType,
|
||||||
} from "@playwright/test";
|
} from "@playwright/test";
|
||||||
import { type MatcherReturnType } from "playwright/types/test";
|
|
||||||
import { sanitizeForFilePath } from "playwright-core/lib/utils";
|
import { sanitizeForFilePath } from "playwright-core/lib/utils";
|
||||||
import { extname } from "node:path";
|
import { extname } from "node:path";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user