Skip to content

Commit

Permalink
fix security solution cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Feb 18, 2025
1 parent 58c1c4a commit e072275
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ export const navigateToDiscoverPageInServerless = () => {
};

export const navigateToExplorePageInServerless = () => {
navigateTo(EXPLORE);
// NOTE: the "Explore" page is not directly accessible from the side nav at this time
navigateTo(EXPLORE); // open secondary navigation panel
navigateTo('[data-test-subj="solutionSideNavPanelLink-hosts"]'); // navigate to "Hosts"
navigateToExploreUsingBreadcrumb();
};

export const navigateToHostsUsingBreadcrumb = () => {
Expand Down

0 comments on commit e072275

Please sign in to comment.