Fix test
This commit is contained in:
parent
7a7cc2ddd9
commit
a94b526179
@ -100,7 +100,7 @@ class HookTest extends TestCase
|
|||||||
Hook::sendNotification([$user], 'Ibara Mayaka');
|
Hook::sendNotification([$user], 'Ibara Mayaka');
|
||||||
$this->actingAs($user)
|
$this->actingAs($user)
|
||||||
->get('/user')
|
->get('/user')
|
||||||
->assertSee('<span class="label label-warning">1</span>')
|
->assertSee('<span class="label label-warning notifications-counter">1</span>')
|
||||||
->assertSee('Ibara Mayaka');
|
->assertSee('Ibara Mayaka');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user