Skip to content

Commit

Permalink
upgrade selenium tests dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gotcha committed Dec 15, 2017
1 parent d14c723 commit 0f010ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions base.cfg
Expand Up @@ -155,12 +155,12 @@ flake8-max-complexity = 17
[versions]
# never ever pin paste and other eggs
Pygments = 2.0.2
plone.app.robotframework = 1.1
robotframework = 3.0
robotframework-selenium2library = 3.0.0b1
robotframework-selenium2screenshots = 0.7.0
robotsuite = 1.7.0
selenium = 3.5.0
plone.app.robotframework = 1.1.1
robotframework = 3.0.2
robotframework-selenium2library = 3.0.0
robotframework-selenium2screenshots = 0.8.0
robotsuite = 2.0.0
selenium = 3.8.0
sphinxcontrib-robotframework = 0.5.1
six = 1.9.0
# necessary for running tests for Plone 4.1 and 4.2
Expand Down
2 changes: 1 addition & 1 deletion src/collective/ckeditor/tests/robot/base.robot
Expand Up @@ -14,7 +14,7 @@ Test Teardown Run keywords Report test status Close all browsers

*** Variables ***

${SELENIUM_IMPLICIT_WAIT} 2
${SELENIUM_IMPLICIT_WAIT} 3

*** Test cases ***

Expand Down

0 comments on commit 0f010ad

Please sign in to comment.