hoàn thành chức năng các test case chính
This commit is contained in:
@@ -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');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user