Enable Cypress and Playwright retries (#29056)
* Enable Cypress and Playwright retries * Improve E2E commit status messages * Demote unstable testcases, increase task timeout
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
4b9eb73bd2
Коммит
2975e529d5
@@ -3,7 +3,7 @@
|
||||
|
||||
import {expect, test} from '@e2e-support/test_fixture';
|
||||
|
||||
test('Intro to channel as regular user', async ({pw, pages, browserName, viewport}, testInfo) => {
|
||||
test.fixme('Intro to channel as regular user', async ({pw, pages, browserName, viewport}, testInfo) => {
|
||||
// Create and sign in a new user
|
||||
const {user} = await pw.initSetup();
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user