test: align PublicLayoutSeoTest with footer Privacidade label
All checks were successful
All checks were successful
Footer nav now uses short "Privacidade" link text; keep asserting the privacy route. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -54,7 +54,8 @@ class PublicLayoutSeoTest extends TestCase
|
||||
->assertSee('Amare Brand')
|
||||
->assertSee('hello@amare.test')
|
||||
->assertSee('(11) 91111-1111')
|
||||
->assertSee('Política de privacidade')
|
||||
->assertSee('Privacidade')
|
||||
->assertSee(route('privacy'), false)
|
||||
->assertSee('https://instagram.com/amare', false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user