Skip to content
Snippets Groups Projects
Commit 51a21cb0 authored by Jonah Stanley's avatar Jonah Stanley
Browse files

Merge pull request #777 from edx/jonahstanley/fix-platform-error

Removed space
parents 2699ba65 5c483d32
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ PORTS = [2000, 2001, 2020, 2109, 2222, 2310, 3000, 3001,
DESIRED_CAPABILITIES = {
'chrome': DesiredCapabilities.CHROME,
'internet explorer': DesiredCapabilities.INTERNETEXPLORER,
'internetexplorer': DesiredCapabilities.INTERNETEXPLORER,
'firefox': DesiredCapabilities.FIREFOX,
'opera': DesiredCapabilities.OPERA,
'iphone': DesiredCapabilities.IPHONE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment