hoàn thành chức năng các test case chính

This commit is contained in:
2026-04-08 07:46:11 +07:00
parent 92a150ab53
commit c026e4cc2c
11 changed files with 1278 additions and 20 deletions
+2 -1
View File
@@ -14,8 +14,9 @@ class ExampleTest extends DuskTestCase
public function test_basic_example(): void
{
$this->browse(function (Browser $browser) {
// Cả / và /game đều render view game (không redirect)
$browser->visit('/')
->assertPathIs('/game');
->assertPresent('#wheelCanvas');
});
}
}