update
This commit is contained in:
@@ -46,7 +46,8 @@ it('allows complete onboarding user to access profile and upload', function () {
|
||||
|
||||
$this->actingAs($user)
|
||||
->get('/profile')
|
||||
->assertOk();
|
||||
->assertRedirect('/dashboard/profile')
|
||||
->assertStatus(301);
|
||||
|
||||
$this->actingAs($user)
|
||||
->get('/upload')
|
||||
|
||||
Reference in New Issue
Block a user