fix(runtime): e2e 发现的 3 个 bug 修复
- download: desktop_download_apps SingleChildScrollView 加 primary:true (Scrollbar 缺 ScrollPosition) - contact-stores: checkDomainAvailability async 后 setState 加 mounted 保护 (dispose 后 setState) - buy-service: _loadData 加 data 结构校验 + mounted 保护 (API 400 无效参数时 data 为错误结构 -> RangeError)
This commit is contained in:
58
tools/e2e/node_modules/playwright/package.json
generated
vendored
Normal file
58
tools/e2e/node_modules/playwright/package.json
generated
vendored
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"name": "playwright",
|
||||
"version": "1.62.1",
|
||||
"description": "A high-level API to automate web browsers",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/microsoft/playwright.git"
|
||||
},
|
||||
"homepage": "https://playwright.dev",
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
},
|
||||
"main": "index.js",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./index.d.ts",
|
||||
"import": "./index.mjs",
|
||||
"require": "./index.js",
|
||||
"default": "./index.js"
|
||||
},
|
||||
"./package.json": "./package.json",
|
||||
"./lib/common": "./lib/common/index.js",
|
||||
"./lib/program": "./lib/program.js",
|
||||
"./lib/runner": "./lib/runner/index.js",
|
||||
"./lib/transform/babelBundle": "./lib/transform/babelBundle.js",
|
||||
"./jsx-runtime": {
|
||||
"import": "./jsx-runtime.mjs",
|
||||
"require": "./jsx-runtime.js",
|
||||
"default": "./jsx-runtime.js"
|
||||
},
|
||||
"./lib/util": "./lib/util.js",
|
||||
"./types/test": {
|
||||
"types": "./types/test.d.ts"
|
||||
},
|
||||
"./types/testReporter": {
|
||||
"types": "./types/testReporter.d.ts"
|
||||
},
|
||||
"./test": {
|
||||
"types": "./test.d.ts",
|
||||
"import": "./test.mjs",
|
||||
"require": "./test.js",
|
||||
"default": "./test.js"
|
||||
}
|
||||
},
|
||||
"bin": {
|
||||
"playwright": "cli.js"
|
||||
},
|
||||
"author": {
|
||||
"name": "Microsoft Corporation"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"playwright-core": "1.62.1"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"fsevents": "2.3.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user