diff --git a/testing/marionette/marionette-actors.js b/testing/marionette/marionette-actors.js index f1f036c26c7..af5f5793df7 100644 --- a/testing/marionette/marionette-actors.js +++ b/testing/marionette/marionette-actors.js @@ -328,7 +328,7 @@ MarionetteDriverActor.prototype = { let type = null; if (this.curFrame == null) { if (this.curBrowser == null) { - if (appName != "B2G" && this.context == "content") { + if (this.context == "content") { type = 'navigator:browser'; } return Services.wm.getMostRecentWindow(type);