force e2e failure, slack demo
This commit is contained in:
Родитель
95713be489
Коммит
91d3a54701
|
@ -62,7 +62,7 @@ jobs:
|
|||
if ${{ contains(inputs.health_check, 'true') }}; then
|
||||
E2E_TEST_ENV=$commandenv npx playwright test --grep "@health_check"
|
||||
else
|
||||
npm run test:$commandenv
|
||||
npx playwright test -g "Verify that a user can click the mask blocking options"
|
||||
fi
|
||||
env:
|
||||
E2E_TEST_ENV: ${{ inputs.environment != null && inputs.environment || 'stage' }}
|
||||
|
|
|
@ -29,6 +29,7 @@ test.describe("Premium - General Functionalities, Desktop", () => {
|
|||
test("Verify that a user can click the mask blocking options", async ({
|
||||
dashboardPage,
|
||||
}) => {
|
||||
test.fail();
|
||||
await dashboardPage.generateMask(1, true);
|
||||
await dashboardPage.blockPromotions.click();
|
||||
expect(await dashboardPage.blockLevelPromosLabel.textContent()).toContain(
|
||||
|
|
Загрузка…
Ссылка в новой задаче