Implement academy analytics, billing, and web stories updates

This commit is contained in:
2026-05-26 07:27:29 +02:00
parent 456c3d6bb0
commit 0b33a1b074
177 changed files with 27360 additions and 2685 deletions

View File

@@ -314,6 +314,9 @@ it('renders structured data for public news pages', function (): void {
->assertSee('NewsArticle', false)
->assertSee('ImageObject', false)
->assertSee('creditText', false)
->assertSee('copyrightNotice', false)
->assertSee('creator', false)
->assertSee(route('profile.show', ['username' => $author->username]), false)
->assertSee(route('terms-of-service'), false)
->assertSee('acquireLicensePage', false)
->assertSee('BreadcrumbList', false);