Skip to content

Commit

Permalink
I think this is what we need to fix the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisronline committed Nov 14, 2019
1 parent 2b8e315 commit 9165f17
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ export default function({ getPageObjects, getService }: FtrProviderContext) {
await esArchiver.load('empty_kibana');
});

after(async () => {
await esArchiver.unload('empty_kibana');
await PageObjects.common.navigateToApp('home');
await PageObjects.security.logout();
});

describe('space with no features disabled', () => {
before(async () => {
await spacesService.create({
Expand Down

0 comments on commit 9165f17

Please sign in to comment.