Commit 2189a87e authored by Weblate's avatar Weblate

Merge remote-tracking branch 'origin/master'

parents 158da213 bd2b4bc2
......@@ -54,7 +54,6 @@ DO_SELENIUM = (
class SeleniumTests(LiveServerTestCase, RegistrationTestMixin):
caps = {
'browserName': 'firefox',
'version': '39.0',
'platform': 'Linux',
}
......@@ -291,10 +290,16 @@ EXTRA_PLATFORMS = {
'browserName': 'chrome',
'platform': 'XP',
},
'Edge': {
'platform': 'Windows 10',
}
'Safari': {
'platform': 'OS X 10.11',
}
'MSIE9': {
'browserName': 'internet explorer',
'version': '9',
'platform': 'VISTA',
'version': '9.0',
'platform': 'Windows 7',
},
'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