Skip to content

Commit 1b4e9cb

Browse files
committed
tmp - terminal logs
1 parent 3b93de5 commit 1b4e9cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ui-test/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ export async function waitUntilTerminalHasText(driver: WebDriver, textArray: str
154154
try {
155155
const terminal = await activateTerminalView();
156156
const terminalText = await terminal.getText();
157+
console.log("🚀 ~ terminalText:", terminalText);
157158
for await (const text of textArray) {
158159
if (!(terminalText.includes(text))) {
159160
return false;

0 commit comments

Comments
 (0)