We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2d241 commit 93a64adCopy full SHA for 93a64ad
test/vscode-ui/test/helpers.ts
@@ -24,6 +24,7 @@ export async function waitForInputFields(inputText: string) {
24
async () => {
25
const element = await browser.$("#quickInput_message");
26
const text = await element.getText();
27
+ console.warn("quickInput_message text: ", text);
28
return text.includes(inputText);
29
},
30
{
0 commit comments