Skip to content

Commit 3cef833

Browse files
author
infiniteregrets
committed
Tests
1 parent 88c0294 commit 3cef833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/e2e.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ describe("mirrord sample flow test", function () {
112112
const debugToolbar = await DebugToolbar.create(2 * defaultTimeout);
113113
const panel = new BottomBarPanel();
114114
await browser.driver.wait(async () => {
115-
return await debugToolbar.isDisplayed();
115+
return await debugToolbar.isDisplayed() && await panel.isDisplayed();
116116
}, 2 * defaultTimeout, "debug toolbar not found -- timed out");
117117

118118

0 commit comments

Comments
 (0)