There was an error while loading. Please reload this page.
1 parent f1c066f commit 882f3cfCopy full SHA for 882f3cf
pages/admin/home.page.ts
@@ -8,6 +8,7 @@ export class HomePage extends BasePage {
8
9
async unauthenticate() {
10
await this.click(By.css('[data-test=navigation-control-sidebar]'));
11
+ await this.driver.sleep(500);
12
const controlSidebarVisible = await this.isVisible(
13
By.css('[data-test=control-sidebar]'),
14
);
0 commit comments