Skip to content

Commit

Permalink
Warn with quickInput_message text
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNomad committed Jan 28, 2025
1 parent ce2d241 commit 4d73b2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/vscode-ui/test/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export async function waitForInputFields(inputText: string) {
async () => {
const element = await browser.$("#quickInput_message");
const text = await element.getText();
console.warn("quickInput_message text: ", text);
return text.includes(inputText);
},
{
Expand Down

0 comments on commit 4d73b2d

Please sign in to comment.