Skip to content

Commit 7baa32e

Browse files
committed
Limited multilanguage selector in installer for v.3.6.0 compatibility
1 parent 6272976 commit 7baa32e

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)