mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
243ac02108
The test was adding a tab with a page that does a console.group call, and then was refreshing the page and waiting for the next console.group message to be displayed. The problem seems to be that we weren't waiting for the initial console.group message, which might mess up the rest of the test. We're fixing this in the patch, and adding selector to `waitForMessage` so we are sure to get the console.group message (and not another message, as the location does have the `hello` world in it, since we're using a data url). Differential Revision: https://phabricator.services.mozilla.com/D109491 |
||
---|---|---|
.. | ||
client | ||
docs | ||
platform | ||
server | ||
shared | ||
startup | ||
.eslintrc.js | ||
.eslintrc.xpcshell.js | ||
CODE_OF_CONDUCT.md | ||
moz.build | ||
templates.mozbuild | ||
tsconfig.json |