mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 14:06:15 +00:00
fix tests
This commit is contained in:
@ -32,6 +32,7 @@ public function test_see_projects_list(): void
|
||||
]);
|
||||
|
||||
$this->get(route('projects'))
|
||||
->assertSuccessful()
|
||||
->assertSee($project->name);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user