Skip to content

Commit

Permalink
add logout in after hook
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko committed Sep 29, 2023
1 parent c2cfa49 commit 1439e61
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ export default function ({ getPageObject, getService }: FtrProviderContext) {
await svlCommonPage.login();
});

before(async () => {
await svlCommonPage.forceLogout();
});

it('has project header', async () => {
await svlCommonNavigation.navigateToKibanaHome();
await svlCommonPage.assertProjectHeaderExists();
Expand Down

0 comments on commit 1439e61

Please sign in to comment.