Skip to content

Commit db8e97c

Browse files
authored
1 parent a254164 commit db8e97c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/JoomlaBrowser.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ public function installJoomlaRemovingInstallationFolder()
287287
{
288288
$this->installJoomla();
289289

290+
// TODO: This will not show in stable mode. Tests need to handle this accordingly
290291
$this->debug('Removing Installation Folder');
291292
$this->click(['id' => 'removeInstallationFolder']);
292293

@@ -298,7 +299,7 @@ public function installJoomlaRemovingInstallationFolder()
298299
$this->waitForElementNotVisible(['id' => 'installAddFeatures']);
299300

300301
$this->debug('Joomla is now installed');
301-
$this->click(['link' => "Complete & Open Admin"]);
302+
$this->click(['button' => "Complete & Open Admin"]);
302303
}
303304

304305
/**

0 commit comments

Comments
 (0)