Skip to content

Commit

Permalink
Reverting test break
Browse files Browse the repository at this point in the history
  • Loading branch information
carlyrichmond committed Jan 17, 2024
1 parent 77a32cd commit c9526cb
Showing 1 changed file with 1 addition and 1 deletion.
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(25);
expect(await menuTiles.count()).toBeGreaterThan(0);
});

step('assert unable to go to login page when signed in', async () => {
Expand Down

0 comments on commit c9526cb

Please sign in to comment.