1
0
mirror of synced 2025-12-19 09:57:42 -05:00

test description update (#58777)

This commit is contained in:
Robert Sese
2025-12-09 16:48:43 -06:00
committed by GitHub
parent c86c4e183d
commit 462aa2a6eb

View File

@@ -1059,7 +1059,7 @@ test.describe('LandingCarousel component', () => {
})
test.describe('Journey Tracks', () => {
test('displays journey tracks on landing pages', async ({ page }) => {
test('displays all journey tracks on landing pages', async ({ page }) => {
await page.goto('/get-started/test-journey')
const journeyTracks = page.locator('[data-testid="journey-tracks"]')