You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UserFactory.php file is published when Jetstream's team feature is enabled.
If team feature is disabled, Laravel's default UserFactory doesn't have withPersonalTeam method. In that case, if email verification feature is enabled then EmailVerificationTest fails.
My suggestion is to publish UserFactory.php file on jetstream:install command, even if team feature is disabled.