Skip to content

Commit

Permalink
Revert "TEMP: remove me"
Browse files Browse the repository at this point in the history
This reverts commit dc0fc3b.
  • Loading branch information
mshustov committed Aug 26, 2020
1 parent dc0fc3b commit 0190a92
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.skip('navigating to chromeless application hides chrome', async () => {
it('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 0190a92

Please sign in to comment.