Commit 2189a87e authored by Weblate's avatar Weblate

Merge remote-tracking branch 'origin/master'

parents 158da213 bd2b4bc2
...@@ -54,7 +54,6 @@ DO_SELENIUM = ( ...@@ -54,7 +54,6 @@ DO_SELENIUM = (
class SeleniumTests(LiveServerTestCase, RegistrationTestMixin): class SeleniumTests(LiveServerTestCase, RegistrationTestMixin):
caps = { caps = {
'browserName': 'firefox', 'browserName': 'firefox',
'version': '39.0',
'platform': 'Linux', 'platform': 'Linux',
} }
...@@ -291,10 +290,16 @@ EXTRA_PLATFORMS = { ...@@ -291,10 +290,16 @@ EXTRA_PLATFORMS = {
'browserName': 'chrome', 'browserName': 'chrome',
'platform': 'XP', 'platform': 'XP',
}, },
'Edge': {
'platform': 'Windows 10',
}
'Safari': {
'platform': 'OS X 10.11',
}
'MSIE9': { 'MSIE9': {
'browserName': 'internet explorer', 'browserName': 'internet explorer',
'version': '9', 'version': '9.0',
'platform': 'VISTA', 'platform': 'Windows 7',
}, },
'IPhone': { 'IPhone': {
'browserName': "iPhone", 'browserName': "iPhone",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment