diff --git a/tests/OnboardTest.php b/tests/OnboardTest.php index 78e886e..0177abd 100644 --- a/tests/OnboardTest.php +++ b/tests/OnboardTest.php @@ -152,6 +152,7 @@ ->link("/step-1") ->completeIf(function () use (&$called) { $called++; + return true; });