Skip to content

Commit 462aa2a

Browse files
authored
test description update (#58777)
1 parent c86c4e1 commit 462aa2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fixtures/tests/playwright-rendering.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@ test.describe('LandingCarousel component', () => {
10591059
})
10601060

10611061
test.describe('Journey Tracks', () => {
1062-
test('displays journey tracks on landing pages', async ({ page }) => {
1062+
test('displays all journey tracks on landing pages', async ({ page }) => {
10631063
await page.goto('/get-started/test-journey')
10641064

10651065
const journeyTracks = page.locator('[data-testid="journey-tracks"]')

0 commit comments

Comments
 (0)