Skip to content

Commit

Permalink
test(es3): navigateion - remove maps check
Browse files Browse the repository at this point in the history
Removing the navigation maps link click to improve reliability of tests.
The Maps page will sometime open an modal that has to explicitly closed.
For ES3 specifically we don't really want extra testing of the Maps
functionality, so just checking that the link is available should be
enough for us.
  • Loading branch information
TattdCodeMonkey committed Oct 22, 2024
1 parent 03c3f62 commit 39f4a63
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions x-pack/test_serverless/functional/test_suites/search/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,21 +130,6 @@ export default function ({ getPageObject, getService }: FtrProviderContext) {
await solutionNavigation.breadcrumbs.expectBreadcrumbExists({
deepLinkId: 'dashboards',
});
// check Other tools
// > Maps
await solutionNavigation.sidenav.clickLink({
deepLinkId: 'maps',
});
await solutionNavigation.sidenav.expectLinkActive({
deepLinkId: 'maps',
});
await solutionNavigation.breadcrumbs.expectBreadcrumbExists({ text: 'Other tools' });
await solutionNavigation.breadcrumbs.expectBreadcrumbExists({
text: 'Maps',
});
await solutionNavigation.breadcrumbs.expectBreadcrumbExists({
deepLinkId: 'maps',
});

// check Getting Started
await solutionNavigation.sidenav.clickLink({
Expand Down

0 comments on commit 39f4a63

Please sign in to comment.