From 8dece4f919e0988edf9c2b84f50a6ab46c7aef15 Mon Sep 17 00:00:00 2001 From: Yves Hoppe Date: Sun, 11 Dec 2016 10:35:25 +0100 Subject: [PATCH] Added wait in installation of Joomla --- src/JoomlaBrowser.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/JoomlaBrowser.php b/src/JoomlaBrowser.php index 87ddfe3..3890bb5 100644 --- a/src/JoomlaBrowser.php +++ b/src/JoomlaBrowser.php @@ -203,6 +203,7 @@ public function installJoomla() $this->debug('I click Next'); $I->click(['link' => 'Next']); $this->debug('I wait Joomla to remove the old database if exist'); + $I->wait(1); $I->waitForElementVisible(['id' => 'jform_sample_file-lbl'], 30); $this->debug('I install joomla with or without sample data');