Save workspace changes
This commit is contained in:
@@ -23,9 +23,9 @@ it('returns generic success even when quota is exceeded', function () {
|
||||
'email' => 'quota-hit@example.com',
|
||||
]);
|
||||
|
||||
$response->assertRedirect('/register/notice');
|
||||
$response->assertSessionHas('status', 'If that email is valid, we sent a verification link.');
|
||||
Queue::assertPushed(SendVerificationEmailJob::class);
|
||||
$response->assertRedirect('/setup/password');
|
||||
$response->assertSessionHas('status', 'Continue with password setup.');
|
||||
Queue::assertNothingPushed();
|
||||
});
|
||||
|
||||
it('blocks actual send in job when monthly quota is exceeded', function () {
|
||||
|
||||
Reference in New Issue
Block a user