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.
1 parent dab2463 commit 6293453Copy full SHA for 6293453
src/JoomlaBrowser.php
@@ -195,6 +195,7 @@ public function installExtensionFromDirectory($path)
195
// @todo: we need to find a better locator for the following Install button
196
$I->click(['xpath' => "//input[contains(@onclick,'Joomla.submitbutton3()')]"]); // Install button
197
$I->waitForText('was successful', 10, ['id' => 'system-message-container']);
198
+ $this->debug('Extension successfully installed from' . $path);
199
}
200
201
/**
0 commit comments