Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
2189a87e
Commit
2189a87e
authored
Apr 25, 2016
by
Weblate
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
158da213
bd2b4bc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
weblate/trans/tests/test_selenium.py
weblate/trans/tests/test_selenium.py
+8
-3
No files found.
weblate/trans/tests/test_selenium.py
View file @
2189a87e
...
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment