Closed heimwege closed 1 week ago
Thanks for the submission... I also observed that behavior. Yet, it does not fail the tests. I will check on puppeteer
repo to see if they are aware of the issue.
Tested again with puppeteer@23.4.1
, problem still present
Fxed with puppeteer v23.6.0
Describe the bug I increased the version of puppeteer: 22.13.1 -> 23.3.0 When running the tests on my local machine a blank (browser?) window shows up.
(this is an actual screenshot 😸 )
Tested with ui5-test-runner 5.3.1 and 5.3.3. Used run command
As soon as I downgrade puppeteer to 23.1.1 everything is back to normal. Issue seems to come from puppeteer >= 23.2.0
Expected behavior No extra window showing up when executing the tests.
Report Issue not related to any test result
Desktop (please complete the following information):
Additional context None