Skip to content

Commit

Permalink
added count to logs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshwinThomasIBM authored and JoshwinThomasIBM committed Jan 22, 2025
1 parent 9ef6825 commit 53b9dbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/utils/testUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ export function getMvnProjectPath(): string {
do{
VSBrowser.instance.takeScreenshot('before clean slate for clipboard for '+count);
clipboard.writeSync('');//clean slate for clipboard
await workbench.executeCommand('terminal select all');
await workbench.executeCommand('terminal select all');
VSBrowser.instance.takeScreenshot('after terminal select all'+count);
await workbench.executeCommand('terminal copy');
const text = clipboard.readSync();
console.log("debug: "+count+" -->" + text);
Expand Down

0 comments on commit 53b9dbf

Please sign in to comment.