Skip to content

Commit 26499b5

Browse files
committed
Merge branch 'release/v1.1.6'
2 parents 530eccb + ea41548 commit 26499b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JoomlaBrowser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function installJoomla()
111111
$I->click('Next');
112112

113113
$this->debug('I install joomla with or without sample data');
114-
$I->waitForText('Finalisation', 10, 'h3');
114+
$I->waitForText('Finalisation', 10, ['xpath' => '//h3']);
115115
// @todo: installation of sample data needs to be created
116116
//if ($this->config['install sample data']) :
117117
// $this->debug('I install Sample Data:' . $this->config['sample data']);

0 commit comments

Comments
 (0)