Skip to content

Commit

Permalink
fix after hook
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko committed Oct 6, 2023
1 parent cd3d0b9 commit 1e73e76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default ({ loadTestFile, getPageObject }: FtrProviderContext) => {
await svlCommonPage.login();
});

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default ({ loadTestFile, getPageObject }: FtrProviderContext) => {
await svlCommonPage.login();
});

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

Expand Down

0 comments on commit 1e73e76

Please sign in to comment.