feat: ship creator journey v2 and profile updates
This commit is contained in:
12
tests/Feature/CategoriesPageTest.php
Normal file
12
tests/Feature/CategoriesPageTest.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
it('renders the categories page with collection structured data', function () {
|
||||
$html = $this->get('/categories')
|
||||
->assertOk()
|
||||
->getContent();
|
||||
|
||||
expect($html)
|
||||
->toContain('application/ld+json')
|
||||
->toContain('CollectionPage')
|
||||
->toContain('Browse all categories on Skinbase');
|
||||
});
|
||||
Reference in New Issue
Block a user