Skip to content

Commit

Permalink
Forcing failure
Browse files Browse the repository at this point in the history
  • Loading branch information
carlyrichmond committed Jan 17, 2024
1 parent ef1e6c3 commit 5b1fe80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/synthetics-replicator-tests/journeys/login.journey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 5b1fe80

Please sign in to comment.