From 8f8617afe9d07730bde551514d423000f5a62bc3 Mon Sep 17 00:00:00 2001 From: Andreas Tolfsen Date: Wed, 28 Jun 2017 11:14:16 -0700 Subject: [PATCH] Bug 1376128 - Remove duplicated command entries; r=automatedtester getContext and setContext are duplicated further up under the Marionette serivce entries. MozReview-Commit-ID: 2V5S2XG6wDw --HG-- extra : rebase_source : 1f22adc294c063f014e3a0e884a01ed6a7fbe43e --- testing/marionette/driver.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/testing/marionette/driver.js b/testing/marionette/driver.js index 3ca6b038e3c0..5e7af875a059 100644 --- a/testing/marionette/driver.js +++ b/testing/marionette/driver.js @@ -3383,7 +3383,6 @@ GeckoDriver.prototype.commands = { "getAppCacheStatus": GeckoDriver.prototype.getAppCacheStatus, "getChromeWindowHandle": GeckoDriver.prototype.getChromeWindowHandle, "getChromeWindowHandles": GeckoDriver.prototype.getChromeWindowHandles, - "getContext": GeckoDriver.prototype.getContext, "getCookies": GeckoDriver.prototype.getCookies, "getCurrentChromeWindowHandle": GeckoDriver.prototype.getChromeWindowHandle, "getCurrentUrl": GeckoDriver.prototype.getCurrentUrl, @@ -3419,7 +3418,6 @@ GeckoDriver.prototype.commands = { "releaseActions": GeckoDriver.prototype.releaseActions, "sendKeysToDialog": GeckoDriver.prototype.sendKeysToDialog, "sendKeysToElement": GeckoDriver.prototype.sendKeysToElement, - "setContext": GeckoDriver.prototype.setContext, "setScreenOrientation": GeckoDriver.prototype.setScreenOrientation, "setTimeouts": GeckoDriver.prototype.setTimeouts, "setWindowPosition": GeckoDriver.prototype.setWindowRect, // redirect for compatibility