diff --git a/composer.json b/composer.json index bdc14fb401d7823a693a18ca1fa811834755094a..669d42779f1971ad9c5c0332261118bee12de2a9 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "require-dev": { "typo3/testing-framework": "~1.1.0", "codeception/codeception": "^2.3", - "se/selenium-server-standalone": "~3.4.0", + "se/selenium-server-standalone": "~3.5.3", "enm1989/chromedriver": "~2.30", "typo3/cms-styleguide": "~8.0.8", "friendsofphp/php-cs-fixer": "^2.0", diff --git a/composer.lock b/composer.lock index 70303236f57d5427d5f0647bc64a70c2f7fe29b0..0471b96a1662f82e30abe089de6a39dc8e00fb2a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "c4f44e0a5b85cfeaec793167eb75853c", + "content-hash": "6b7e97c3d79b771c8920dcd06a0eede9", "packages": [ { "name": "cogpowered/finediff", @@ -1560,16 +1560,16 @@ }, { "name": "codeception/codeception", - "version": "2.3.5", + "version": "2.3.6", "source": { "type": "git", "url": "https://github.com/Codeception/Codeception.git", - "reference": "e807cd458eb9f7ae7464f33ad835a2f54aa73194" + "reference": "c3dd3b5d9e0b1ea6c2fcca52457736dc756716f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/Codeception/zipball/e807cd458eb9f7ae7464f33ad835a2f54aa73194", - "reference": "e807cd458eb9f7ae7464f33ad835a2f54aa73194", + "url": "https://api.github.com/repos/Codeception/Codeception/zipball/c3dd3b5d9e0b1ea6c2fcca52457736dc756716f8", + "reference": "c3dd3b5d9e0b1ea6c2fcca52457736dc756716f8", "shasum": "" }, "require": { @@ -1584,7 +1584,7 @@ "phpunit/phpunit": ">4.8.20 <7.0", "phpunit/phpunit-mock-objects": ">2.3 <5.0", "sebastian/comparator": ">1.1 <3.0", - "sebastian/diff": "^1.4", + "sebastian/diff": ">=1.4 <3.0", "stecman/symfony-console-completion": "^0.7.0", "symfony/browser-kit": ">=2.7 <4.0", "symfony/console": ">=2.7 <4.0", @@ -1600,7 +1600,6 @@ "flow/jsonpath": "~0.2", "league/factory-muffin": "^3.0", "league/factory-muffin-faker": "^1.0", - "mongodb/mongodb": "^1.0", "monolog/monolog": "~1.8", "pda/pheanstalk": "~3.0", "php-amqplib/php-amqplib": "~2.4", @@ -1651,20 +1650,20 @@ "functional testing", "unit testing" ], - "time": "2017-08-10T20:28:02+00:00" + "time": "2017-09-28T23:19:49+00:00" }, { "name": "enm1989/chromedriver", - "version": "2.31", + "version": "2.32", "source": { "type": "git", "url": "https://github.com/ENM1989/chromedriver.git", - "reference": "e7f99694a6d5be5c7164b3cb92451a928bd589c0" + "reference": "6ed139fe6ee80867893148c96c5a09364175b8ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ENM1989/chromedriver/zipball/e7f99694a6d5be5c7164b3cb92451a928bd589c0", - "reference": "e7f99694a6d5be5c7164b3cb92451a928bd589c0", + "url": "https://api.github.com/repos/ENM1989/chromedriver/zipball/6ed139fe6ee80867893148c96c5a09364175b8ca", + "reference": "6ed139fe6ee80867893148c96c5a09364175b8ca", "shasum": "" }, "bin": [ @@ -1689,7 +1688,7 @@ "selenium", "webdriver" ], - "time": "2017-07-25T06:40:48+00:00" + "time": "2017-09-01T22:21:13+00:00" }, { "name": "facebook/webdriver", @@ -2747,16 +2746,16 @@ }, { "name": "se/selenium-server-standalone", - "version": "3.4.0", + "version": "3.5.3", "source": { "type": "git", "url": "https://github.com/sveneisenschmidt/selenium-server-standalone.git", - "reference": "86da4447676b2dfd00688ac43db102cf831682af" + "reference": "d3b5c43ca9c72d2abdbb3692d9cdda2dc20d9634" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sveneisenschmidt/selenium-server-standalone/zipball/86da4447676b2dfd00688ac43db102cf831682af", - "reference": "86da4447676b2dfd00688ac43db102cf831682af", + "url": "https://api.github.com/repos/sveneisenschmidt/selenium-server-standalone/zipball/d3b5c43ca9c72d2abdbb3692d9cdda2dc20d9634", + "reference": "d3b5c43ca9c72d2abdbb3692d9cdda2dc20d9634", "shasum": "" }, "require-dev": { @@ -2782,7 +2781,7 @@ "selenium", "testing" ], - "time": "2017-04-27T11:26:21+00:00" + "time": "2017-09-06T10:38:18+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/Language/LanguageCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/Language/LanguageCest.php index b0bdefa80f359401038b5ded811cf35d0c4cacd3..608cc5e24b15740c211f84a25db7ffdea4ff7081 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/Language/LanguageCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/Language/LanguageCest.php @@ -111,6 +111,7 @@ class LanguageCest $I->selectOption('.t3-js-jumpMenuBox', 'Translation Overview'); $I->waitForElementVisible('#typo3-translation-list'); + $I->waitForElementVisible('#extension-beuser td a.updateTranslationLink'); $I->click('#extension-beuser td a.updateTranslationLink'); $I->waitForElement('#extension-beuser td:nth-child(3).complete'); $this->seeAlert($I, 'Success', 'The translation update has been successfully completed.');