Skip to content

Commit c97d6c6

Browse files
committed
Move CSS locators to XPath in Joomla installation
1 parent b53a8f0 commit c97d6c6

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)