Skip to content

Commit 4d73b2d

Browse files
committed
Warn with quickInput_message text
1 parent ce2d241 commit 4d73b2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/vscode-ui/test/helpers.ts

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export async function waitForInputFields(inputText: string) {
2424
async () => {
2525
const element = await browser.$("#quickInput_message");
2626
const text = await element.getText();
27+
console.warn("quickInput_message text: ", text);
2728
return text.includes(inputText);
2829
},
2930
{

0 commit comments

Comments
 (0)