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:
Geoff Lankow 2024-05-23 22:53:45 +00:00
parent da2c918888
commit 4991a15d1f
2 changed files with 2 additions and 2 deletions

View File

@ -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(

View File

@ -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: