Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteregrets committed Nov 18, 2023
1 parent fffe4b4 commit f4f60c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,14 @@ describe("mirrord sample flow test", function () {
const debugToolbar = await DebugToolbar.create(2 * defaultTimeout);
console.log("waiting for debug toolbar1");
const panel = new BottomBarPanel();
let terminal = await panel.openTerminalView();
console.log("waiting for debug toolbar2");
await browser.driver.wait(async () => {
return await debugToolbar.isDisplayed() && await panel.isDisplayed();
}, 2 * defaultTimeout, "debug toolbar not found -- timed out");

console.log("debug toolbar found");

let terminal = await panel.openTerminalView();


console.log("terminal opened");

Expand Down

0 comments on commit f4f60c6

Please sign in to comment.