diff --git a/tests/Browser/MainTest.php b/tests/Browser/MainTest.php index e1ea2c8f8..6677e4f9a 100644 --- a/tests/Browser/MainTest.php +++ b/tests/Browser/MainTest.php @@ -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');