[Editor] Show the comments in the sidebar in the chronological order,newest to oldest (bug 1990762)#20310
Conversation
… newest to oldest (bug 1990762)
|
/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/4f41653c39b9af0/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/753169d520b4806/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/4f41653c39b9af0/output.txt Total script time: 19.21 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/753169d520b4806/output.txt Total script time: 44.28 mins
|
timvandermeij
left a comment
There was a problem hiding this comment.
Looks good to me, with one comment.
| const x = rect.x + rect.width / 2; | ||
| const y = rect.y + rect.height / 2; | ||
| await page.mouse.click(x, y, { count: 2, delay: 100 }); | ||
| await page.waitForSelector(getEditorSelector(0)); |
There was a problem hiding this comment.
Aren't we potentially waiting for the wrong selector here, given that where it's used we seem to be interested in editor selector 9 as being the highlight editor?
It may also be useful to use a helper like this in more places.
No description provided.