Skip to content

Commit ce9bf42

Browse files
committed
Fix navigation after cherry-pick
1 parent dc9e6a7 commit ce9bf42

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

x-pack/test/functional/page_objects/search_navigation.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ export function SearchNavigationProvider({ getService, getPageObjects }: FtrProv
2525
});
2626
});
2727
},
28-
async navigateToElasticsearchStartPage(expectRedirect: boolean = false) {
28+
async navigateToElasticsearchStartPage(expectRedirect: boolean = false, basePath?: string) {
2929
await retry.tryForTime(60 * 1000, async () => {
3030
await common.navigateToApp('elasticsearchStart', {
31+
basePath,
3132
shouldLoginIfPrompted: false,
3233
});
3334
if (!expectRedirect) {

0 commit comments

Comments
 (0)