Skip to content

Commit

Permalink
tmp terminal log
Browse files Browse the repository at this point in the history
  • Loading branch information
djelinek committed Oct 23, 2024
1 parent da5af92 commit 723b617
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui-test/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ export async function waitUntilTerminalHasText(driver: WebDriver, textArray: str
try {
const terminal = await activateTerminalView();
const terminalText = await terminal.getText();
console.log("🚀 ~ terminalText:", terminalText);
for await (const text of textArray) {
if (!(terminalText.includes(text))) {
return false;
Expand Down

0 comments on commit 723b617

Please sign in to comment.