mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
TEMP: remove me
This commit is contained in:
parent
68214e2240
commit
dc0fc3bae6
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ export default function ({ getService, getPageObjects }: PluginFunctionalProvide
|
|||
expect(await appsMenu.linkExists('Chromeless')).to.be(false);
|
||||
});
|
||||
|
||||
it('navigating to chromeless application hides chrome', async () => {
|
||||
it.skip('navigating to chromeless application hides chrome', async () => {
|
||||
await PageObjects.common.navigateToApp('chromeless');
|
||||
await loadingScreenNotShown();
|
||||
expect(await testSubjects.exists('headerGlobalNav')).to.be(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue