Skip to content

Commit

Permalink
webdriver: sort invalid_extensions list
Browse files Browse the repository at this point in the history
Depends on D10271

Depends on D10271

Differential Revision: https://phabricator.services.mozilla.com/D10272

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1502864
gecko-commit: 7a89ca7dca2d3df428a4a8d94c31cd5c48af3162
gecko-integration-branch: central
gecko-reviewers: jgraham
  • Loading branch information
andreastt authored and moz-wptsync-bot committed Nov 4, 2018
1 parent 9608021 commit 49cdc59
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions webdriver/tests/new_session/support/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,25 +112,25 @@
]

invalid_extensions = [
"firefox",
"firefox_binary",
"firefoxOptions",
"chromeOptions",
"automaticInspection",
"automaticProfiling",
"platform",
"version",
"browser",
"platformVersion",
"chromeOptions",
"ensureCleanSession",
"firefox",
"firefox_binary",
"firefoxOptions",
"initialBrowserUrl",
"javascriptEnabled",
"logFile",
"logLevel",
"nativeEvents",
"seleniumProtocol",
"platform",
"platformVersion",
"profile",
"trustAllSSLCertificates",
"initialBrowserUrl",
"requireWindowFocus",
"logFile",
"logLevel",
"safari.options",
"ensureCleanSession",
"seleniumProtocol",
"trustAllSSLCertificates",
"version",
]

0 comments on commit 49cdc59

Please sign in to comment.