Skip to content

Commit

Permalink
CDD-2180: updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
luketowell committed Jan 13, 2025
1 parent b13c579 commit 7b45e1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/tests/landing/landing.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ test.describe('Landing page - desktop @desktopOnly', () => {
})

test('doesnt display the showMore button with 3 or less charts', async ({ landingPage }) => {
await landingPage.hasXCardsInSection('Outbreaks', 3)
await landingPage.hasNoShowMoreButton()
})

Expand Down

0 comments on commit 7b45e1b

Please sign in to comment.