Skip to content

Commit 95e099d

Browse files
committed
Fix button selector
1 parent 6f6a15b commit 95e099d

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
@@ -303,7 +303,7 @@ public function installJoomlaRemovingInstallationFolder()
303303
}
304304

305305
$this->debug('Joomla is now installed');
306-
$this->click(['button' => "Complete & Open Admin"]);
306+
$this->click('Complete & Open Admin');
307307
}
308308

309309
/**

0 commit comments

Comments
 (0)