Skip to content

Commit 1c02f53

Browse files
committed
Updating Extension Install from URL button
1 parent 9b8ebf4 commit 1c02f53

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
@@ -351,7 +351,7 @@ public function installExtensionFromUrl($url, $type = 'Extension')
351351
$this->debug('I enter the url');
352352
$I->fillField(['id' => 'install_url'], $url);
353353
// @todo: we need to find a better locator for the following Install button
354-
$I->click(['xpath' => "//input[contains(@onclick,'Joomla.submitbutton4()')]"]); // Install button
354+
$I->click(['xpath' => "//button[contains(@onclick,'Joomla.submitbutton4()')]"]); // Install button
355355
$I->waitForText('was successful','30', ['id' => 'system-message-container']);
356356
if ($type == 'Extension')
357357
{

0 commit comments

Comments
 (0)