diff --git a/Build/bamboo/src/main/java/core/AbstractCoreSpec.java b/Build/bamboo/src/main/java/core/AbstractCoreSpec.java index 1159bdcbf01b8902a03d543f518ce4a233107526..627af5fbe0718c5224aa57298a945450a5e10c37 100644 --- a/Build/bamboo/src/main/java/core/AbstractCoreSpec.java +++ b/Build/bamboo/src/main/java/core/AbstractCoreSpec.java @@ -663,8 +663,7 @@ abstract public class AbstractCoreSpec { .interpreter(ScriptTaskProperties.Interpreter.BINSH_OR_CMDEXE) .inlineBody( this.getScriptTaskBashInlineBody() + - this.getScriptTaskBashPhpNoXdebug() + - "php_no_xdebug bin/phpunit --log-junit test-reports/phpunit.xml -c " + this.testingFrameworkBuildPath + "UnitTests.xml" + "php -n -c /etc/php/cli-no-xdebug/php.ini bin/phpunit --log-junit test-reports/phpunit.xml -c " + this.testingFrameworkBuildPath + "UnitTests.xml" ) ) .finalTasks( @@ -696,8 +695,7 @@ abstract public class AbstractCoreSpec { .interpreter(ScriptTaskProperties.Interpreter.BINSH_OR_CMDEXE) .inlineBody( this.getScriptTaskBashInlineBody() + - this.getScriptTaskBashPhpNoXdebug() + - "php_no_xdebug bin/phpunit --log-junit test-reports/phpunit.xml -c " + this.testingFrameworkBuildPath + "UnitTestsDeprecated.xml" + "php -n -c /etc/php/cli-no-xdebug/php.ini bin/phpunit --log-junit test-reports/phpunit.xml -c " + this.testingFrameworkBuildPath + "UnitTestsDeprecated.xml" ) ) .finalTasks( @@ -733,8 +731,7 @@ abstract public class AbstractCoreSpec { .interpreter(ScriptTaskProperties.Interpreter.BINSH_OR_CMDEXE) .inlineBody( this.getScriptTaskBashInlineBody() + - this.getScriptTaskBashPhpNoXdebug() + - "php_no_xdebug bin/phpunit-randomizer --log-junit test-reports/phpunit.xml -c " + this.testingFrameworkBuildPath + "UnitTests.xml --order rand" + "php -n -c /etc/php/cli-no-xdebug/php.ini bin/phpunit-randomizer --log-junit test-reports/phpunit.xml -c " + this.testingFrameworkBuildPath + "UnitTests.xml --order rand" ) ) .finalTasks( @@ -800,7 +797,7 @@ abstract public class AbstractCoreSpec { .interpreter(ScriptTaskProperties.Interpreter.BINSH_OR_CMDEXE) .inlineBody( this.getScriptTaskBashInlineBody() + - "php -S localhost:8000 >/dev/null 2>&1 &\n" + + "php -n -c /etc/php/cli-no-xdebug/php.ini -S localhost:8000 >/dev/null 2>&1 &\n" + "echo $! > phpserver.pid\n" + "\n" + "./bin/chromedriver --url-base=/wd/hub >/dev/null 2>&1 &\n" + @@ -959,20 +956,4 @@ abstract public class AbstractCoreSpec { "fi\n" + "\n"; } - - /** - * A bash function providing a php bin without xdebug - */ - protected String getScriptTaskBashPhpNoXdebug() { - return - "php_no_xdebug () {\n" + - " temporaryPath=\"$(mktemp -t php.XXXX).ini\"\n" + - " php -i | grep \"\\.ini\" | grep -o -e '\\(/[A-Za-z0-9._-]\\+\\)\\+\\.ini' | grep -v xdebug | xargs awk 'FNR==1{print \"\"}1' > \"${temporaryPath}\"\n" + - " php -n -c \"${temporaryPath}\" \"$@\"\n" + - " RETURN=$?\n" + - " rm -f \"${temporaryPath}\"\n" + - " exit $RETURN\n" + - "}\n" + - "\n"; - } } diff --git a/Build/bamboo/src/main/java/core/NightlySpec.java b/Build/bamboo/src/main/java/core/NightlySpec.java index 739f52e30c105ab562d629977f26336bee24b6da..83779779c75e4597c7613076117f552426e12b81 100644 --- a/Build/bamboo/src/main/java/core/NightlySpec.java +++ b/Build/bamboo/src/main/java/core/NightlySpec.java @@ -154,8 +154,7 @@ public class NightlySpec extends AbstractCoreSpec { .interpreter(ScriptTaskProperties.Interpreter.BINSH_OR_CMDEXE) .inlineBody( this.getScriptTaskBashInlineBody() + - this.getScriptTaskBashPhpNoXdebug() + - "php_no_xdebug ./bin/php-cs-fixer fix -v --dry-run --path-mode intersection --config=Build/.php_cs typo3/\n" + + "php -n -c /etc/php/cli-no-xdebug/php.ini bin/php-cs-fixer fix -v --dry-run --path-mode intersection --config=Build/.php_cs typo3/\n" + "exit $?\n" ) ) diff --git a/composer.lock b/composer.lock index a6b663a3e69f8942aa84ac6c1fcb9e4a2575acab..b5562c573de7e4ac0975332697fb4f26adcae874 100644 --- a/composer.lock +++ b/composer.lock @@ -1,7 +1,7 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "d7aa1d6bb21a2a96e095290923fb34cc", @@ -4511,16 +4511,16 @@ }, { "name": "typo3/testing-framework", - "version": "3.4.1", + "version": "3.4.2", "source": { "type": "git", "url": "https://github.com/TYPO3/testing-framework.git", - "reference": "3f63b438ded711e7a2188e209ed037c304dc21a1" + "reference": "a3adf6c77d9387367cf5d502e9f7e0602edc9aaa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/3f63b438ded711e7a2188e209ed037c304dc21a1", - "reference": "3f63b438ded711e7a2188e209ed037c304dc21a1", + "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/a3adf6c77d9387367cf5d502e9f7e0602edc9aaa", + "reference": "a3adf6c77d9387367cf5d502e9f7e0602edc9aaa", "shasum": "" }, "require": { @@ -4569,7 +4569,7 @@ "tests", "typo3" ], - "time": "2018-04-25T16:22:29+00:00" + "time": "2018-05-08T16:11:56+00:00" }, { "name": "webmozart/assert", diff --git a/typo3/sysext/core/Tests/Acceptance.suite.yml b/typo3/sysext/core/Tests/Acceptance.suite.yml index 6f48474ad040acff249db9de1fd0a9e12c052ac2..d8ce31c8e0185c1d9278b6e2e324c133bb07d851 100644 --- a/typo3/sysext/core/Tests/Acceptance.suite.yml +++ b/typo3/sysext/core/Tests/Acceptance.suite.yml @@ -18,4 +18,4 @@ modules: # You can simply do that by scrolling to it. elementScrollBehavior: 1 chromeOptions: - args: ["--headless", "--no-sandbox", "window-size=1280x1024"] \ No newline at end of file + args: ["--headless", "--no-sandbox", "window-size=1280x1024", "--proxy-server='direct://'", "--proxy-bypass-list=*", "--disable-gpu"] \ No newline at end of file diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/BackendUser/ListUserCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/BackendUser/ListUserCest.php index 3c2b07e8cfa72ab9be77b9c30ac7e1d67a259719..0d0711e751af072186a758b69c61da9cfd21a7ca 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/BackendUser/ListUserCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/BackendUser/ListUserCest.php @@ -37,6 +37,7 @@ class ListUserCest // switch to content iframe $I->switchToIFrame('list_frame'); + $I->waitForElementNotVisible('div#nprogess'); } /** @@ -66,6 +67,7 @@ class ListUserCest $I->wantTo('Filter the list of user by valid username admin'); $I->fillField('#tx_Beuser_username', 'admin'); $I->click('Filter'); + $I->waitForElementNotVisible('div#nprogess'); $I->waitForElementVisible('#typo3-backend-user-list'); // We expect exact one fitting Backend User created from the Fixtures @@ -74,6 +76,7 @@ class ListUserCest $I->wantTo('Filter the list of user by valid username administrator'); $I->fillField('#tx_Beuser_username', 'administrator'); $I->click('Filter'); + $I->waitForElementNotVisible('div#nprogess'); $I->waitForElementVisible('#typo3-backend-user-list'); // We expect exact no fitting Backend User created from the Fixtures @@ -93,6 +96,7 @@ class ListUserCest $I->wantToTest('Filter BackendUser and see only admins'); $I->selectOption('#tx_Beuser_usertype', 'Admin only'); $I->click('Filter'); + $I->waitForElementNotVisible('div#nprogess'); $I->waitForElementVisible('#typo3-backend-user-list'); // We expect exact two fitting Backend Users created from the Fixtures @@ -101,6 +105,7 @@ class ListUserCest $I->wantToTest('Filter BackendUser and see normal users'); $I->selectOption('#tx_Beuser_usertype', 'Normal users only'); $I->click('Filter'); + $I->waitForElementNotVisible('div#nprogess'); $I->waitForElementVisible('#typo3-backend-user-list'); // We expect exact two fitting Backend Users created from the Fixtures @@ -120,6 +125,7 @@ class ListUserCest $I->wantToTest('Filter BackendUser and see only active users'); $I->selectOption('#tx_Beuser_status', 'Active only'); $I->click('Filter'); + $I->waitForElementNotVisible('div#nprogess'); $I->waitForElementVisible('#typo3-backend-user-list'); // We expect exact two fitting Backend Users created from the Fixtures @@ -128,6 +134,7 @@ class ListUserCest $I->wantToTest('Filter BackendUser and see only inactive users'); $I->selectOption('#tx_Beuser_status', 'Inactive only'); $I->click('Filter'); + $I->waitForElementNotVisible('div#nprogess'); $I->waitForElementVisible('#typo3-backend-user-list'); // We expect exact two fitting Backend Users created from the Fixtures @@ -147,6 +154,7 @@ class ListUserCest $I->wantToTest('Filter BackendUser and see only users logged in before'); $I->selectOption('#tx_Beuser_logins', 'Logged in before'); $I->click('Filter'); + $I->waitForElementNotVisible('div#nprogess'); $I->waitForElementVisible('#typo3-backend-user-list'); // We expect exact two fitting Backend Users created from the Fixtures @@ -155,6 +163,7 @@ class ListUserCest $I->wantToTest('Filter BackendUser and see only users never logged in before'); $I->selectOption('#tx_Beuser_logins', 'Never logged in'); $I->click('Filter'); + $I->waitForElementNotVisible('div#nprogess'); $I->waitForElementVisible('#typo3-backend-user-list'); // We expect exact two fitting Backend Users created from the Fixtures @@ -175,6 +184,7 @@ class ListUserCest $I->wantToTest('Filter BackendUser and see only users with given usergroup'); $I->selectOption('#tx_beuser_backendUserGroup', 'editor-group'); $I->click('Filter'); + $I->waitForElementNotVisible('div#nprogess'); $I->waitForElementVisible('#typo3-backend-user-list'); // We expect exact one fitting Backend User created from the Fixtures diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/Extensionmanager/GetExtensionsCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/Extensionmanager/GetExtensionsCest.php index cbc84c848b4a728601c51e0c3156c409a2866088..c5847dc4838d21d9d4c8ef6d22d7317e0c5a48d7 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/Extensionmanager/GetExtensionsCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/Extensionmanager/GetExtensionsCest.php @@ -69,7 +69,10 @@ class GetExtensionsCest { $I->fillField('input[name="tx_extensionmanager_tools_extensionmanagerextensionmanager[search]"]', 'superext'); $I->click('Go'); + // @todo do something about the double loading of the table, it is rendered twice (not double, but once, then retrieve extension list loader, then second time) $I->waitForElementVisible('#terSearchTable'); + $I->wait(3); + $I->waitForElementNotVisible('div#nprogess'); $I->canSeeNumberOfElements('#terSearchTable tbody tr', 1); $I->canSee('Super Extension'); @@ -78,6 +81,8 @@ class GetExtensionsCest $I->fillField('input[name="tx_extensionmanager_tools_extensionmanagerextensionmanager[search]"]', 'neededext'); $I->pressKey('input[name="tx_extensionmanager_tools_extensionmanagerextensionmanager[search]"]', WebDriverKeys::ENTER); $I->waitForElementVisible('#terSearchTable'); + $I->wait(3); + $I->waitForElementNotVisible('div#nprogess'); $I->canSeeNumberOfElements('#terSearchTable tbody tr', 1); $I->canSee('Needed Extension'); } @@ -91,6 +96,8 @@ class GetExtensionsCest $I->click('Go'); $I->waitForElementVisible('#terSearchTable'); $I->canSeeNumberOfElements('#terSearchTable tbody tr', 2); + $I->wait(3); + $I->waitForElementNotVisible('div#nprogess'); $I->canSee('Super Extension'); $I->canSee('Needed Extension'); } diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/Extensionmanager/InstalledExtensionsCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/Extensionmanager/InstalledExtensionsCest.php index e6782cbece3bce354662751a0d15ed316e2f17ac..a24b417ca2c559ea8a09ebbd51f8841428660abf 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/Extensionmanager/InstalledExtensionsCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/Extensionmanager/InstalledExtensionsCest.php @@ -54,7 +54,7 @@ class InstalledExtensionsCest $I->canSee('documentation', '#typo3-extension-list tbody tr[role="row"] td'); // unset the filter - $I->waitForElementVisible('#Tx_Extensionmanager_extensionkey ~button.close', 1); + $I->waitForElementVisible('#Tx_Extensionmanager_extensionkey ~button.close', 10); $I->click('#Tx_Extensionmanager_extensionkey ~button.close'); $I->canSeeNumberOfElements('#typo3-extension-list tbody tr[role="row"]', [10, 100]); @@ -81,13 +81,9 @@ class InstalledExtensionsCest $I->canSeeElement('#system_BelogLog'); $I->switchToIFrame('list_frame'); - $I->fillField('Tx_Extensionmanager_extensionkey', 'belog'); $I->waitForElementVisible('//*[@id="typo3-extension-list"]/tbody/tr[@id="belog"]'); $I->click('a[data-original-title="Deactivate"]', '//*[@id="typo3-extension-list"]/tbody/tr[@id="belog"]'); - $I->waitForElementVisible('#Tx_Extensionmanager_extensionkey ~button.close', 1); - $I->click('#Tx_Extensionmanager_extensionkey ~button.close'); - $I->switchToIFrame(); $I->cantSeeElement('#system_BelogLog'); @@ -97,13 +93,9 @@ class InstalledExtensionsCest $I->cantSeeElement('#system_BelogLog'); $I->switchToIFrame('list_frame'); - $I->fillField('Tx_Extensionmanager_extensionkey', 'belog'); $I->waitForElementVisible('//*[@id="typo3-extension-list"]/tbody/tr[@id="belog"]'); $I->click('a[data-original-title="Activate"]', '//*[@id="typo3-extension-list"]/tbody/tr[@id="belog"]'); - $I->waitForElementVisible('#Tx_Extensionmanager_extensionkey ~button.close', 1); - $I->click('#Tx_Extensionmanager_extensionkey ~button.close'); - $I->switchToIFrame(); $I->canSeeElement('#system_BelogLog'); } diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/AbstractElementsBasicCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/AbstractElementsBasicCest.php index ba5e73ffb6f03e244a8c3067fefd573f7c314587..e9f8b5689ed912bbb6094bf217a2be21fddb7aa6 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/AbstractElementsBasicCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/AbstractElementsBasicCest.php @@ -53,6 +53,7 @@ abstract class AbstractElementsBasicCest $inputField->sendKeys(WebDriverKeys::TAB); // Click on the div so that any opened popup (potentially from the field below) is closed $formSection->click(); + $I->waitForElementNotVisible('#t3js-ui-block'); $I->comment('Test value of visible and hidden field'); $I->canSeeInField($inputField, $data['expectedValue']); @@ -62,6 +63,7 @@ abstract class AbstractElementsBasicCest $saveButtonLink = '//*/button[@name="_savedok"][1]'; $I->waitForElement($saveButtonLink, 30); $I->click($saveButtonLink); + $I->waitForElementNotVisible('#t3js-ui-block'); $I->waitForElement('//*/button[@name="_savedok"][not(@disabled)][1]', 30); $I->waitForElement($initializedInputFieldXpath, 30); diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/CategoryTreeCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/CategoryTreeCest.php index 797dd5e8bc3ea39316bf63655336cfebf22f4b39..6d9f8e0b64e9ee3184bb3eaca0002ad90ec2ca56 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/CategoryTreeCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/CategoryTreeCest.php @@ -29,6 +29,7 @@ class CategoryTreeCest $I->useExistingSession(); // Ensure main content frame is fully loaded, otherwise there are load-race-conditions $I->switchToIFrame('list_frame'); + $I->waitForElementNotVisible('div#nprogess', 30); $I->waitForText('Web Content Management System'); $I->switchToIFrame(); } @@ -62,6 +63,7 @@ class CategoryTreeCest $I->waitForElementVisible('#recordlist-sys_category tr[data-uid="7"] a[data-original-title="Edit record"]'); // Select category with id 7 $I->click('#recordlist-sys_category tr[data-uid="7"] a[data-original-title="Edit record"]'); + $I->waitForText('Category', 20); // Change title and level to root $I->fillField('input[data-formengine-input-name="data[sys_category][7][title]"]', 'level-1-4'); $I->click('.identifier-0_7 text.node-name'); @@ -69,6 +71,7 @@ class CategoryTreeCest $I->click('button[name="_savedok"]'); // Wait for tree and check if isset level-1-4 $I->waitForElement('.svg-tree-wrapper svg'); - $I->see('level-1-4', '.svg-tree-wrapper svg .node text.node-name'); + $I->waitForText('Category'); + $I->see('level-1-4'); } } diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/ElementsBasicInputCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/ElementsBasicInputCest.php index 95fdbc4fca7f8d585402dce4f2f200a1fba1cb97..ad5b0f2ee82152a91e8a5eaf5bd97e6b3f34559a 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/ElementsBasicInputCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/ElementsBasicInputCest.php @@ -39,11 +39,13 @@ class ElementsBasicInputCest extends AbstractElementsBasicCest $I->click('List'); $pageTree->openPath(['styleguide TCA demo', 'elements basic']); $I->switchToIFrame('list_frame'); + $I->waitForElementNotVisible('div#nprogess', 30); // Open record and wait until form is ready - $I->waitForText('elements basic'); + $I->waitForText('elements basic', 20); $editRecordLinkCssPath = '#recordlist-tx_styleguide_elements_basic a[data-original-title="Edit record"]'; $I->click($editRecordLinkCssPath); + $I->waitForElementNotVisible('#t3js-ui-block'); $I->waitForText('Edit Form', 3, 'h1'); } diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/ElementsBasicInputDateCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/ElementsBasicInputDateCest.php index f041da6ecd467b12ef6da042b5059abde0de1a5f..371e4465428c175e6cc68aa70a388bf04736ee2b 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/ElementsBasicInputDateCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/ElementsBasicInputDateCest.php @@ -39,11 +39,13 @@ class ElementsBasicInputDateCest extends AbstractElementsBasicCest $I->click('List'); $pageTree->openPath(['styleguide TCA demo', 'elements basic']); $I->switchToIFrame('list_frame'); + $I->waitForElementNotVisible('div#nprogess', 30); // Open record and wait until form is ready - $I->waitForText('elements basic'); + $I->waitForText('elements basic', 20); $editRecordLinkCssPath = '#recordlist-tx_styleguide_elements_basic a[data-original-title="Edit record"]'; $I->click($editRecordLinkCssPath); + $I->waitForElementNotVisible('#t3js-ui-block'); $I->waitForText('Edit Form', 3, 'h1'); $I->click('inputDateTime'); $I->waitForText('inputDateTime', 3); diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/ElementsGroupCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/ElementsGroupCest.php index 1a4f25c337e0ec6c9f5f27b28fed5b9905305f7b..bc370d9bc1fde796a40cda55cb69fff84f30b6e5 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/ElementsGroupCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/ElementsGroupCest.php @@ -33,10 +33,11 @@ class ElementsGroupCest $I->click('List'); $pageTree->openPath(['styleguide TCA demo', 'elements group']); $I->switchToIFrame('list_frame'); + $I->waitForElementNotVisible('div#nprogess', 30); $I->executeJS('window.name="TYPO3Main";'); - $I->waitForText('elements group'); + $I->waitForText('elements group', 20); $editRecordLinkCssPath = '#recordlist-tx_styleguide_elements_group a[data-original-title="Edit record"]'; $I->click($editRecordLinkCssPath); $I->waitForText('Edit Form', 3, 'h1'); diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/FalMetadataInheritanceCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/FalMetadataInheritanceCest.php index 9a3c461e912407dffa8e35583540c12aeeb02268..28c9f6bbe23978e28c9f4d4162b93685109e60a9 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/FalMetadataInheritanceCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/FalMetadataInheritanceCest.php @@ -53,6 +53,7 @@ class FalMetadataInheritanceCest $I->switchToIFrame(); $I->waitForElement('.t3js-modal.in'); $I->wait(3); + $I->waitForElementNotVisible('div#nprogess'); $I->click('Text & Images'); $I->switchToIFrame('list_frame'); $I->waitForText('Create new Page Content on page'); @@ -105,6 +106,7 @@ class FalMetadataInheritanceCest $I->switchToWindow(); $I->switchToIFrame('list_frame'); $I->click('tt_content with image'); + $I->waitForElementNotVisible('#t3js-ui-block'); $I->waitForText('Edit Page Content "tt_content with image" on page "styleguide TCA demo"'); $I->click('Images'); $I->click('.form-irre-header'); @@ -144,6 +146,7 @@ class FalMetadataInheritanceCest $I->switchToIFrame(); $I->waitForElement('.t3js-modal.in'); $I->wait(3); + $I->waitForElementNotVisible('div#nprogess'); $I->click('Text & Images'); $I->switchToIFrame('list_frame'); $I->waitForText('Create new Page Content on page'); diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/Inline1nCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/Inline1nCest.php index 98976cd271087b0e90c08eefdb1542f7e495069a..3d69764860d9e4f018d7b811e9ecdd19a787018d 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/Inline1nCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/Inline1nCest.php @@ -37,7 +37,7 @@ class Inline1nCest $pageTree->openPath(['styleguide TCA demo', 'inline 1n']); $I->switchToIFrame('list_frame'); - $I->waitForText('inline 1n'); + $I->waitForText('inline 1n', 20); $editRecordLinkCssPath = '#recordlist-tx_styleguide_inline_1n a[data-original-title="Edit record"]'; $I->click($editRecordLinkCssPath); $I->waitForText('Edit Form', 3, 'h1'); @@ -48,12 +48,12 @@ class Inline1nCest */ public function checkIfExpandsAndCollapseShowInput(Admin $I) { - $I->wantTo('Expands the inline Elemnet'); + $I->wantTo('Expands the inline Element'); $I->click('div[data-toggle="formengine-inline"]', '#data-52-tx_styleguide_inline_1n-1-inline_1-tx_styleguide_inline_1n_child-1_div'); $I->waitForElement('input[data-formengine-input-name="data[tx_styleguide_inline_1n_child][1][input_1]"]'); $I->wantTo('check is the value in input'); $I->seeInField('input[data-formengine-input-name="data[tx_styleguide_inline_1n_child][1][input_1]"]', 'lipsum'); - $I->wantTo('Collapse the inline Elemnet'); + $I->wantTo('Collapse the inline Element'); $I->click('div[data-toggle="formengine-inline"]', '#data-52-tx_styleguide_inline_1n-1-inline_1-tx_styleguide_inline_1n_child-1_div'); $I->waitForElementNotVisible('#data-52-tx_styleguide_inline_1n-1-inline_1-tx_styleguide_inline_1n_child-1_fields.panel-collapse'); } diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/Scheduler/TasksCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/Scheduler/TasksCest.php index a2c5b59025b67d89e08ee50198949d78eb629921..379d46280010acab3f22972f49e36ceedc97f1c1 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/Scheduler/TasksCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/Scheduler/TasksCest.php @@ -45,7 +45,7 @@ class TasksCest { $I->see('No tasks defined yet'); $I->click('//a[contains(@title, "Add task")]', '.module-docheader'); - $I->cantSeeElement('#task_SystemStatusUpdateNotificationEmail'); + $I->waitForElementNotVisible('#task_SystemStatusUpdateNotificationEmail'); $I->selectOption('#task_class', 'System Status Update'); $I->seeElement('#task_SystemStatusUpdateNotificationEmail'); $I->selectOption('#task_type', 'Single'); @@ -97,6 +97,7 @@ class TasksCest $I->dontSee('disabled'); $I->wantTo('See a disable button for a task'); $I->click('//a[contains(@data-original-title, "Disable")]'); + $I->waitForElementVisible('div.tx_scheduler_mod1'); $I->seeElement('.tx_scheduler_mod1 .disabled'); $I->see('disabled'); } @@ -133,6 +134,7 @@ class TasksCest public function canSwitchToSetupCheck(Admin $I) { $I->selectOption('select[name=SchedulerJumpMenu]', 'Setup check'); + $I->waitForElementVisible('div.tx_scheduler_mod1'); $I->see('Setup check'); $I->see('This screen checks if the requisites for running the Scheduler as a cron job are fulfilled'); } @@ -143,6 +145,7 @@ class TasksCest public function canSwitchToInformation(Admin $I) { $I->selectOption('select[name=SchedulerJumpMenu]', 'Information'); + $I->waitForElementVisible('div.tx_scheduler_mod1'); $I->see('Information'); $I->canSeeNumberOfElements('.tx_scheduler_mod1 table tbody tr', [1, 10000]); } diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/Template/TemplateCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/Template/TemplateCest.php index 54e2fe2bba0e662a8beda6b22d47d1d6c4279147..20fed4445131ba25e4a2aecd8ef8bfd615c3b89b 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/Template/TemplateCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/Template/TemplateCest.php @@ -102,7 +102,9 @@ class TemplateCest // fill title input field $I->fillField('//input[@data-formengine-input-name="data[sys_template][1][title]"]', 'Acceptance Test Site'); $I->click("//button[@name='_savedok']"); + $I->waitForElementNotVisible('#t3js-ui-block', 30); $I->waitForElement('#EditDocumentController'); + $I->waitForElementNotVisible('#t3js-ui-block'); $I->wantTo('change the setup, save the template and close the form'); // grap and fill setup textarea @@ -134,6 +136,7 @@ class TemplateCest $I->waitForText('page.10.value ='); $I->fillField('//input[@name="data[page.10.value][value]"]', 'HELLO WORLD!'); $I->click('//input[@name="update_value"]'); + $I->wait(2); $I->waitForText('Value updated'); $I->see('page.10.value = HELLO WORLD!'); $I->see('[value] = HELLO WORLD!'); diff --git a/typo3/sysext/core/Tests/AcceptanceInstallMysql.suite.yml b/typo3/sysext/core/Tests/AcceptanceInstallMysql.suite.yml index 7a43af848913599fe7dfaab4e3cab4d1a1cb74da..7b74d05747d79c47480c228ac97767e9f253347c 100644 --- a/typo3/sysext/core/Tests/AcceptanceInstallMysql.suite.yml +++ b/typo3/sysext/core/Tests/AcceptanceInstallMysql.suite.yml @@ -18,4 +18,4 @@ modules: # You can simply do that by scrolling to it. elementScrollBehavior: 1 chromeOptions: - args: ["--headless", "--no-sandbox", "window-size=1280x1024"] \ No newline at end of file + args: ["--headless", "--no-sandbox", "window-size=1280x1024", "--proxy-server='direct://'", "--proxy-bypass-list=*", "--disable-gpu"] \ No newline at end of file diff --git a/typo3/sysext/core/Tests/AcceptanceInstallMysql/InstallWithMysqlIntroductionPackageCest.php b/typo3/sysext/core/Tests/AcceptanceInstallMysql/InstallWithMysqlIntroductionPackageCest.php index d781de674dd85ca6b910c6266c612f2dacd4dfad..b28a3ffb3e7c2b1f7167db3f54f3bd35c10f7093 100644 --- a/typo3/sysext/core/Tests/AcceptanceInstallMysql/InstallWithMysqlIntroductionPackageCest.php +++ b/typo3/sysext/core/Tests/AcceptanceInstallMysql/InstallWithMysqlIntroductionPackageCest.php @@ -66,6 +66,7 @@ class InstallWithMysqlIntroductionPackageCest $I->seeCookie('be_typo_user'); // Loading might take some time + $I->wait(10); $I->switchToIFrame('list_frame'); $I->waitForText('Get preconfigured distribution', 30); $I->click('.t3-button-action-installdistribution'); diff --git a/typo3/sysext/core/Tests/AcceptanceInstallPgsql.suite.yml b/typo3/sysext/core/Tests/AcceptanceInstallPgsql.suite.yml index a4de5299788849c9cdac2c98a6e925cd9e2099cf..3970aa77896a345fbd4fe04ff6c9c433228e6c55 100644 --- a/typo3/sysext/core/Tests/AcceptanceInstallPgsql.suite.yml +++ b/typo3/sysext/core/Tests/AcceptanceInstallPgsql.suite.yml @@ -18,4 +18,4 @@ modules: # You can simply do that by scrolling to it. elementScrollBehavior: 1 chromeOptions: - args: ["--headless", "--no-sandbox", "window-size=1280x1024"] + args: ["--headless", "--no-sandbox", "window-size=1280x1024", "--proxy-server='direct://'", "--proxy-bypass-list=*", "--disable-gpu"] diff --git a/typo3/sysext/core/Tests/AcceptanceInstallPgsql/InstallWithPgsqlIntroductionPackageCest.php b/typo3/sysext/core/Tests/AcceptanceInstallPgsql/InstallWithPgsqlIntroductionPackageCest.php index 5c6358d19743bdc0b58bf434534aaf3bdf702c4e..074b3e7b41a47b97fbc0f25c5b27e191434fa9b6 100644 --- a/typo3/sysext/core/Tests/AcceptanceInstallPgsql/InstallWithPgsqlIntroductionPackageCest.php +++ b/typo3/sysext/core/Tests/AcceptanceInstallPgsql/InstallWithPgsqlIntroductionPackageCest.php @@ -62,6 +62,7 @@ class InstallWithPgsqlIntroductionPackageCest $I->seeCookie('be_typo_user'); // Loading might take some time + $I->wait(10); $I->switchToIFrame('list_frame'); $I->waitForText('Get preconfigured distribution', 30); $I->click('.t3-button-action-installdistribution');