Implement academy analytics, billing, and web stories updates
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user