This commit is contained in:
Rafee 2024-05-13 10:07:07 -04:00
Родитель 95713be489
Коммит 91d3a54701
2 изменённых файлов: 2 добавлений и 1 удалений

2
.github/workflows/playwright.yml поставляемый
Просмотреть файл

@ -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(