Skip to content

Commit

Permalink
Fix functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
sebelga committed Nov 28, 2024
1 parent 9e74021 commit 411a173
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
});

// check Machine Learning section
await solutionNavigation.sidenav.openPanel('machine_learning-landing');
await solutionNavigation.sidenav.openPanel('machine_learning-landing', { button: 'link' });
{
const isOpen = await solutionNavigation.sidenav.isPanelOpen('machine_learning-landing');
expect(isOpen).to.be(true);
Expand Down

0 comments on commit 411a173

Please sign in to comment.