Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update AdminMakeInstall.php
  • Loading branch information
bobimicroweber committed Feb 14, 2022
1 parent 3f36a93 commit 91a9d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Browser/Components/AdminMakeInstall.php
Expand Up @@ -42,7 +42,7 @@ public function elements()

public function makeInstallation(Browser $browser)
{
$siteUrl = site_url();
$siteUrl = 'http://127.0.0.1:8000/';

if (mw_is_installed()) {
PHPUnit::assertTrue(true);
Expand Down

0 comments on commit 91a9d89

Please sign in to comment.