#1 update homepage for taman melawati
This commit is contained in:
@@ -3,5 +3,10 @@
|
||||
it('returns a successful response', function () {
|
||||
$response = $this->get('/');
|
||||
|
||||
$response->assertStatus(200);
|
||||
$response
|
||||
->assertSuccessful()
|
||||
->assertSee('Taman Melawati News')
|
||||
->assertSee('Community Garden Harvest Day Set for Saturday')
|
||||
->assertSee('Login')
|
||||
->assertSee('Register');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user