try fix playwright tests
This commit is contained in:
Родитель
2a67c5fe3c
Коммит
2493483d0f
|
@ -57,6 +57,9 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
-name: install edge
|
||||
run: npx playwright install msedge
|
||||
|
||||
- name: Run Playwright tests
|
||||
run: |
|
||||
|
|
|
@ -39,7 +39,7 @@ const config: PlaywrightTestConfig = {
|
|||
{
|
||||
name: 'Microsoft Edge',
|
||||
use: {
|
||||
channel: 'msedge-dev',
|
||||
channel: 'msedge',
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
Загрузка…
Ссылка в новой задаче