mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 05:56:16 +00:00
fix tests
This commit is contained in:
@ -25,7 +25,7 @@ public function test_see_ssls_list()
|
||||
'server' => $this->server,
|
||||
'site' => $this->site,
|
||||
]))
|
||||
->assertOk()
|
||||
->assertSuccessful()
|
||||
->assertSee($ssl->type);
|
||||
}
|
||||
|
||||
@ -37,7 +37,7 @@ public function test_see_ssls_list_with_no_ssls()
|
||||
'server' => $this->server,
|
||||
'site' => $this->site,
|
||||
]))
|
||||
->assertOk()
|
||||
->assertSuccessful()
|
||||
->assertSeeText(__("You don't have any SSL certificates yet!"));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user