E2E/Playwright: Refactor and fix tests for scheduled posts (#30871)

Этот коммит содержится в:
sabril
2025-05-06 11:27:18 +08:00
коммит произвёл GitHub
родитель 15efbb658f
Коммит 6a4407de76
44 изменённых файлов: 2060 добавлений и 2449 удалений

Просмотреть файл

@@ -1,6 +1,8 @@
{
"name": "mattermost-playwright",
"workspaces": ["lib"],
"workspaces": [
"lib"
],
"scripts": {
"postinstall": "script/post_install.sh && npm run build",
"build": "npm run build --workspaces",
@@ -27,9 +29,11 @@
"@playwright/test": "1.52.0",
"cross-env": "7.0.3",
"dayjs": "1.11.13",
"luxon": "3.6.1",
"zod": "3.24.3"
},
"devDependencies": {
"@types/luxon": "3.6.2",
"@typescript-eslint/eslint-plugin": "8.30.1",
"eslint": "9.25.0",
"eslint-import-resolver-typescript": "4.3.3",