Update guest v2 branding and theming
This commit is contained in:
@@ -82,5 +82,18 @@ class PhotoShareLinkTest extends TestCase
|
||||
$response->assertJsonPath('photo.id', $photo->id);
|
||||
$response->assertJsonPath('photo.image_urls.full', fn ($value) => str_contains($value, '/photo-shares/'));
|
||||
$response->assertJsonPath('event.id', $event->id);
|
||||
$response->assertJsonStructure([
|
||||
'branding' => [
|
||||
'primary_color',
|
||||
'secondary_color',
|
||||
'background_color',
|
||||
'logo_mode',
|
||||
'logo_value',
|
||||
'palette',
|
||||
'typography',
|
||||
'logo',
|
||||
'buttons',
|
||||
],
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user