diff --git a/base.cfg b/base.cfg index 0d6dbdc7..fbd1ba27 100755 --- a/base.cfg +++ b/base.cfg @@ -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 diff --git a/src/collective/ckeditor/tests/robot/base.robot b/src/collective/ckeditor/tests/robot/base.robot index 3e99f150..0e1f0a9c 100644 --- a/src/collective/ckeditor/tests/robot/base.robot +++ b/src/collective/ckeditor/tests/robot/base.robot @@ -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 ***