Skip to content

Commit b3eb0af

Browse files
authored
Merge pull request #117 from jatitoam/3.6.0-compat
Limited multilanguage selector in installer for v.3.6.0 compatibility
2 parents 6272976 + 7baa32e commit b3eb0af

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
@@ -268,7 +268,7 @@ public function installJoomlaMultilingualSite($languages = array())
268268
foreach ($languages as $language)
269269
{
270270
$I->debug('I mark the checkbox of the language: ' . $language);
271-
$I->click(['xpath' => "//label[contains(text()[normalize-space()], '$language')]/input"]);
271+
$I->click(['xpath' => "//label[contains(text()[normalize-space()], '$language')]"]);
272272
}
273273

274274
$I->click(['link' => 'Next']);

0 commit comments

Comments
 (0)