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 a254164 commit db8e97cCopy full SHA for db8e97c
src/JoomlaBrowser.php
@@ -287,6 +287,7 @@ public function installJoomlaRemovingInstallationFolder()
287
{
288
$this->installJoomla();
289
290
+ // TODO: This will not show in stable mode. Tests need to handle this accordingly
291
$this->debug('Removing Installation Folder');
292
$this->click(['id' => 'removeInstallationFolder']);
293
@@ -298,7 +299,7 @@ public function installJoomlaRemovingInstallationFolder()
298
299
$this->waitForElementNotVisible(['id' => 'installAddFeatures']);
300
301
$this->debug('Joomla is now installed');
- $this->click(['link' => "Complete & Open Admin"]);
302
+ $this->click(['button' => "Complete & Open Admin"]);
303
}
304
305
/**
0 commit comments