Compare commits

...

1 Commits

Author SHA1 Message Date
damencho
e7d38d5fe5 feat(tests): Adds more info in logs on hangup. 2025-06-18 10:38:17 -05:00

View File

@@ -624,7 +624,7 @@ export class Participant {
const u = await this.driver.getUrl();
// trying to debug some failures of reporting not leaving, where we see the close page in screenshot
console.log(`initialUrl: ${current} currentUrl: ${u}`);
console.log(`${this.name} initialUrl: ${current} currentUrl: ${u}`);
return current !== u;
},