Skip to content

Commit 882f3cf

Browse files
author
imranwijaya
committed
Update file
1 parent f1c066f commit 882f3cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/admin/home.page.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export class HomePage extends BasePage {
88

99
async unauthenticate() {
1010
await this.click(By.css('[data-test=navigation-control-sidebar]'));
11+
await this.driver.sleep(500);
1112
const controlSidebarVisible = await this.isVisible(
1213
By.css('[data-test=control-sidebar]'),
1314
);

0 commit comments

Comments
 (0)