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.
2 parents 6272976 + 7baa32e commit b3eb0afCopy full SHA for b3eb0af
src/JoomlaBrowser.php
@@ -268,7 +268,7 @@ public function installJoomlaMultilingualSite($languages = array())
268
foreach ($languages as $language)
269
{
270
$I->debug('I mark the checkbox of the language: ' . $language);
271
- $I->click(['xpath' => "//label[contains(text()[normalize-space()], '$language')]/input"]);
+ $I->click(['xpath' => "//label[contains(text()[normalize-space()], '$language')]"]);
272
}
273
274
$I->click(['link' => 'Next']);
0 commit comments