Skip to content

Commit 85d24b2

Browse files
committed
Merge branch 'release/v1.1.4'
2 parents 1254075 + c97d6c6 commit 85d24b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/JoomlaBrowser.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,10 @@ public function installJoomla()
124124
$I->click('Install');
125125

126126
// Wait while Joomla gets installed
127-
$I->waitForText('Congratulations! Joomla! is now installed.', 30, 'h3');
127+
$this->debug('I wait for Joomla being installed');
128+
$I->waitForText('Congratulations! Joomla! is now installed.', 10, '//h3');
128129
$this->debug('Joomla is now installed');
130+
$I->see('Congratulations! Joomla! is now installed.','//h3');
129131
}
130132

131133
/**

0 commit comments

Comments
 (0)