mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-26 12:20:56 +00:00
Bug 1898400 - Fix reference to Thunderbird Marionette manifest. r=webdriver-reviewers,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D211306
This commit is contained in:
parent
da2c918888
commit
4991a15d1f
@ -257,7 +257,7 @@ class WindowManager {
|
||||
waitForInitialApplicationWindowLoaded() {
|
||||
return new lazy.TimedPromise(
|
||||
async resolve => {
|
||||
// This call includes a fallback to "mail3:pane" as well.
|
||||
// This call includes a fallback to "mail:3pane" as well.
|
||||
const win = Services.wm.getMostRecentBrowserWindow();
|
||||
|
||||
const windowLoaded = lazy.waitForObserverTopic(
|
||||
|
@ -81,7 +81,7 @@ def marionette_test(command_context, tests, **kwargs):
|
||||
tests = [
|
||||
os.path.join(
|
||||
command_context.topsrcdir,
|
||||
"comm/testing/marionette/unit-tests.ini",
|
||||
"comm/testing/marionette/unit-tests.toml",
|
||||
)
|
||||
]
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user