Files
tubestation/browser/components/extensions
Rob Wu eb2eef529f Bug 1464451 - Fix intermittent failure in browser_ext_pageAction_context.js r=rpl
There is no guarantee that a tab has finished loading when the test
resumes. As a result, it is possible for the page action's visibility
state to reset (to invisible) between calling `pageAction.show()` and
`pageAction.isShown()`. To prevent that from happening, wait until the
tab has finished loading before resuming the test.

Differential Revision: https://phabricator.services.mozilla.com/D61125
2020-02-04 12:39:17 +00:00
..