feat: finalize provider parity and SEO/frontend route coverage
This commit is contained in:
@@ -21,8 +21,11 @@ class SitePagesTest extends TestCase
|
||||
$this->get('/animals/animal-mammal')->assertOk();
|
||||
$this->get('/api-docs')->assertOk();
|
||||
$this->get('/pricing')->assertOk();
|
||||
$this->get('/support')->assertOk();
|
||||
$this->get('/privacy')->assertOk();
|
||||
$this->get('/terms')->assertOk();
|
||||
$this->get('/robots.txt')->assertOk();
|
||||
$this->get('/sitemap.xml')->assertOk();
|
||||
}
|
||||
|
||||
public function test_emoji_detail_page_works_with_valid_slug(): void
|
||||
|
||||
Reference in New Issue
Block a user