Use second instance of built in webserver
This commit is contained in:
parent
eb139224e2
commit
664ef911e3
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ class MainTest extends DuskTestCase
|
|||
[$panelDomain, $panelPort] = explode(':', $panelUrl, 2);
|
||||
}
|
||||
$panelPort ??= '80';
|
||||
$panelPort = intval($panelPort) + 1;
|
||||
|
||||
// Test Failed Login
|
||||
$browser->visit('/auth/login');
|
||||
|
|
Loading…
Reference in a new issue