#1 update homepage for taman melawati

This commit is contained in:
2026-05-12 10:30:54 +08:00
parent 53be5221e9
commit 69eb15f70e
6 changed files with 170 additions and 52 deletions

View File

@@ -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');
});