Skip to content

Commit

Permalink
Skip functional test for auto expand accordion
Browse files Browse the repository at this point in the history
  • Loading branch information
sebelga committed Oct 16, 2023
1 parent b78e7cd commit 35fdfa6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ export default function ({ getPageObject, getService }: FtrProviderContext) {
await expectNoPageReload();
});

it('active sidenav section is auto opened on load', async () => {
// Skipping this test as it is not supported in the new navigation for now.
// Will be fixed in https://github.com/elastic/kibana/issues/167328
it.skip('active sidenav section is auto opened on load', async () => {
await svlCommonNavigation.sidenav.openSection('project_settings_project_nav');
await svlCommonNavigation.sidenav.clickLink({ deepLinkId: 'management' });
await browser.refresh();
Expand Down

0 comments on commit 35fdfa6

Please sign in to comment.