Skip to content
Snippets Groups Projects
Commit 58fc36d2 authored by Richard Haeser's avatar Richard Haeser
Browse files

[TASK] Stabilize acceptance tests

The install tool login is directly checking if the text
"The Install Tool is locked" is shown. Since this text
comes from an async request, this might take some time.

Also wait for the page to reload after creating the
ENABLE_INSTALL_TOOL file before trying to fill the
password field.

Resolves: #93715
Releases: master
Change-Id: I03230ee8107afe24c5c61d762f59ba0658e533d5
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68361


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarRichard Haeser <richard@richardhaeser.com>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarRichard Haeser <richard@richardhaeser.com>
parent 38dcf7c4
Branches
Tags
No related merge requests found
......@@ -27,6 +27,7 @@ class LoginCest extends AbstractCest
public function installToolLogin(BackendTester $I)
{
$I->amGoingTo('assert the install tool is locked in the first place');
$I->waitForElementVisible('.panel-heading');
$I->see('The Install Tool is locked');
$I->assertFileNotExists(self::ENABLE_INSTALL_TOOL_FILEPATH);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment