mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-04 19:15:33 +08:00
a4e2242b8d
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated Playwright test tooling to 1.58.2 across the repository and test packages. * **Tests** * Improved end-to-end robustness: replaced fragile timing/coordinate logic with element-based interactions, added polling/retry checks for flaky asserts and async state, and simplified input/rename flows to reduce test flakiness. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
19 lines
446 B
JSON
19 lines
446 B
JSON
{
|
|
"name": "@affine-test/blocksuite",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "yarn playwright test"
|
|
},
|
|
"dependencies": {
|
|
"@affine-test/kit": "workspace:*",
|
|
"@blocksuite/affine": "workspace:*",
|
|
"@blocksuite/integration-test": "workspace:*",
|
|
"@playwright/test": "=1.58.2",
|
|
"@toeverything/theme": "^1.1.23",
|
|
"json-stable-stringify": "^1.2.1",
|
|
"rxjs": "^7.8.2"
|
|
},
|
|
"version": "0.26.3"
|
|
}
|