We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c0294 commit 3cef833Copy full SHA for 3cef833
src/tests/e2e.ts
@@ -112,7 +112,7 @@ describe("mirrord sample flow test", function () {
112
const debugToolbar = await DebugToolbar.create(2 * defaultTimeout);
113
const panel = new BottomBarPanel();
114
await browser.driver.wait(async () => {
115
- return await debugToolbar.isDisplayed();
+ return await debugToolbar.isDisplayed() && await panel.isDisplayed();
116
}, 2 * defaultTimeout, "debug toolbar not found -- timed out");
117
118
0 commit comments