We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83376d4 commit ea41548Copy full SHA for ea41548
src/JoomlaBrowser.php
@@ -111,7 +111,7 @@ public function installJoomla()
111
$I->click('Next');
112
113
$this->debug('I install joomla with or without sample data');
114
- $I->waitForText('Finalisation', 10, 'h3');
+ $I->waitForText('Finalisation', 10, ['xpath' => '//h3']);
115
// @todo: installation of sample data needs to be created
116
//if ($this->config['install sample data']) :
117
// $this->debug('I install Sample Data:' . $this->config['sample data']);
0 commit comments