TEMP: remove me

This commit is contained in:
restrry 2020-08-26 12:01:59 +02:00
parent 68214e2240
commit dc0fc3bae6

View file

@ -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);