Skip to content

Commit

Permalink
fix the hook
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko committed Sep 29, 2023
1 parent 1439e61 commit a2f9af7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function ({ getPageObject, getService }: FtrProviderContext) {
await svlCommonPage.login();
});

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

Expand Down

0 comments on commit a2f9af7

Please sign in to comment.