From 5b1fe805da5b6fa2daef0f48091490a12c92c2a5 Mon Sep 17 00:00:00 2001 From: Carly Richmond <74931905+carlyrichmond@users.noreply.github.com> Date: Wed, 17 Jan 2024 11:08:53 +0000 Subject: [PATCH] Forcing failure --- .github/workflows/push-build-test-synthetics-replicator.yml | 2 +- apps/synthetics-replicator-tests/journeys/login.journey.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-build-test-synthetics-replicator.yml b/.github/workflows/push-build-test-synthetics-replicator.yml index 719b1ac..fe47f0a 100644 --- a/.github/workflows/push-build-test-synthetics-replicator.yml +++ b/.github/workflows/push-build-test-synthetics-replicator.yml @@ -31,7 +31,7 @@ jobs: SYNTHETICS_API_KEY: ${{ secrets.SYNTHETICS_API_KEY }} REPLICATR_USERNAME: ${{ secrets.REPLICATR_USERNAME }} REPLICATR_PASSWORD: ${{ secrets.REPLICATR_PASSWORD }} - needs: test + #needs: test defaults: run: working-directory: ./apps/synthetics-replicator-tests diff --git a/apps/synthetics-replicator-tests/journeys/login.journey.ts b/apps/synthetics-replicator-tests/journeys/login.journey.ts index f97f367..6a509c1 100644 --- a/apps/synthetics-replicator-tests/journeys/login.journey.ts +++ b/apps/synthetics-replicator-tests/journeys/login.journey.ts @@ -61,7 +61,7 @@ journey('Replicator Login Journey', ({ page, params }) => { // Ensure we have navigated to menu const menuTiles = await page.getByTestId('menu-item-card'); - expect(await menuTiles.count()).toBeGreaterThan(0); + expect(await menuTiles.count()).toBeGreaterThan(25); }); step('assert unable to go to login page when signed in', async () => {