Skip to content

Commit 6293453

Browse files
committed
Add debug message for Extension installer method
1 parent dab2463 commit 6293453

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/JoomlaBrowser.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ public function installExtensionFromDirectory($path)
195195
// @todo: we need to find a better locator for the following Install button
196196
$I->click(['xpath' => "//input[contains(@onclick,'Joomla.submitbutton3()')]"]); // Install button
197197
$I->waitForText('was successful', 10, ['id' => 'system-message-container']);
198+
$this->debug('Extension successfully installed from' . $path);
198199
}
199200

200201
/**

0 commit comments

Comments
 (0)