mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
dfb8d25b1d
We usually need three mutations to reach the final state of addProperty and usually the 2nd and 3rd come in the same batch. Meaning that simply waiting for receivedMutations >= 2 works in most cases. But the intermittent screenshots show that the markup view was not updated yet with the correct content meaning it either didn't receive or processed the last mutation. Let's try to wait for the proper mutation instead of using an arbitrary number. Hopefully this fixes it. Differential Revision: https://phabricator.services.mozilla.com/D144181 |
||
---|---|---|
.. | ||
client | ||
docs | ||
perfdocs | ||
platform | ||
server | ||
shared | ||
startup | ||
.eslintrc.js | ||
.eslintrc.xpcshell.js | ||
CODE_OF_CONDUCT.md | ||
moz.build | ||
templates.mozbuild | ||
tsconfig.json |