mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
fix metrics page
This commit is contained in:
@ -24,10 +24,10 @@ public function test_visit_metrics(): void
|
||||
]);
|
||||
|
||||
$this->get(route('servers.metrics', ['server' => $this->server]))
|
||||
->assertSuccessful()
|
||||
->assertSee('CPU Load')
|
||||
->assertSee('Memory Usage')
|
||||
->assertSee('Disk Usage')
|
||||
->assertSee('Resource Usage');
|
||||
->assertSee('Disk Usage');
|
||||
}
|
||||
|
||||
public function test_cannot_visit_metrics(): void
|
||||
|
Reference in New Issue
Block a user