feat: harden billing verification and add browse route parity
This commit is contained in:
@@ -16,6 +16,9 @@ class SitePagesTest extends TestCase
|
||||
public function test_core_pages_are_available(): void
|
||||
{
|
||||
$this->get('/')->assertOk();
|
||||
$this->get('/browse')->assertOk();
|
||||
$this->get('/animals')->assertOk();
|
||||
$this->get('/animals/animal-mammal')->assertOk();
|
||||
$this->get('/api-docs')->assertOk();
|
||||
$this->get('/pricing')->assertOk();
|
||||
$this->get('/privacy')->assertOk();
|
||||
@@ -34,4 +37,3 @@ class SitePagesTest extends TestCase
|
||||
$this->get('/emoji/unknown-slug')->assertNotFound();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user