Skip to content

Commit

Permalink
TEMP: remove me
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Aug 26, 2020
1 parent 68214e2 commit dc0fc3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit dc0fc3b

Please sign in to comment.