This commit is contained in:
Pig Fang 2019-07-03 19:30:09 +08:00
parent 7a7cc2ddd9
commit a94b526179

View File

@ -100,7 +100,7 @@ class HookTest extends TestCase
Hook::sendNotification([$user], 'Ibara Mayaka');
$this->actingAs($user)
->get('/user')
->assertSee('<span class="label label-warning">1</span>')
->assertSee('<span class="label label-warning notifications-counter">1</span>')
->assertSee('Ibara Mayaka');
}
}