Skip to content

Commit c1946bd

Browse files
theletterfCursorclaude
committed
Update synthetics test to match new 'Get started' CTA
Co-authored-by: Cursor <noreply@cursor.com> Co-authored-by: Claude <noreply@anthropic.com>
1 parent 3b464da commit c1946bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Elastic.Documentation.Site/synthetics/journeys/navigation-test.journey.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ journey('navigation test', ({ page, params }) => {
2626
await expect(page).toHaveTitle(/Elastic Docs \| Elastic Docs/)
2727
})
2828

29-
step('Click on "Elastic Fundamentals"', async () => {
29+
step('Click on "Get started"', async () => {
3030
await page
31-
.getByRole('link', { name: 'Elastic Fundamentals' })
31+
.getByRole('link', { name: 'Get started' })
3232
.first()
3333
.click()
3434
await expect(page).toHaveURL(`${host}/docs/get-started`)

0 commit comments

Comments
 (0)