-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix the highlight integration test when highlighting with the keyboard #19111
Fix the highlight integration test when highlighting with the keyboard #19111
Conversation
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/45e4f9ec3118a26/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/b86a4a71fe09609/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/45e4f9ec3118a26/output.txt Total script time: 8.81 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/b86a4a71fe09609/output.txt Total script time: 19.92 mins
|
With this patch and Puppeteer 23.9.0, all the integrations tests are passing locally. |
These tests were failing with Puppeteer 23.9.0.
bc6ea5e
to
5d77a64
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me, thanks.
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/7ea54dbb99a0094/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/f538d4debe05c54/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/7ea54dbb99a0094/output.txt Total script time: 8.83 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/f538d4debe05c54/output.txt Total script time: 20.77 mins
|
Nice find; thank you for fixing this because this one wasn't obvious to me when debugging it! |
These tests were failing with Puppeteer 23.9.0.