Merge branch 'master' into 3-category-crud

This commit is contained in:
pesu98
2026-05-12 10:43:43 +08:00
5 changed files with 168 additions and 50 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');
});