Playwright/E2E: Upgraded Playwright to 1.41 and fixed tests (#26008)
* upgrade Playwright and fix tests * fix lint
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
797fe9b917
Коммит
79e961e239
@@ -11,9 +11,9 @@
|
||||
"@mattermost/types/*": ["../../webapp/platform/types/lib/*"],
|
||||
"@e2e-support/*": ["support/*"],
|
||||
"@e2e-test.config": ["test.config.ts"],
|
||||
"@e2e-types": ["types.ts"]
|
||||
}
|
||||
"@e2e-types": ["types.ts"],
|
||||
},
|
||||
},
|
||||
"include": ["./**/*"],
|
||||
"exclude": ["playwright-report"]
|
||||
"exclude": ["playwright-report"],
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user