Skip to content

Commit 6e310f8

Browse files
committed
update synthetics tests
1 parent 1cd37b1 commit 6e310f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ journey('navigation test', ({ page, params }) => {
4444
.first()
4545
.click()
4646
await expect(page).toHaveURL(
47-
`${host}/docs/get-started/deployment-options`
47+
`${host}/docs/get-started/deployment-options/`
4848
)
4949
await expect(page).toHaveTitle(/Deployment options/)
5050
await expect(
@@ -59,7 +59,7 @@ journey('navigation test', ({ page, params }) => {
5959
.first()
6060
.click()
6161
await expect(page).toHaveURL(
62-
`${host}/docs/deploy-manage/deploy/elastic-cloud`
62+
`${host}/docs/deploy-manage/deploy/elastic-cloud/`
6363
)
6464
await expect(page).toHaveTitle(/Elastic Cloud/)
6565
})

0 commit comments

Comments
 (0)