neues Admin UI Layout eingeführt. Alle Tests auf den neusten Stand gebracht.
This commit is contained in:
@@ -75,7 +75,7 @@ class EventBrandingResponseTest extends TestCase
|
||||
$response->assertJsonPath('branding.typography.heading', 'Playfair Display');
|
||||
$response->assertJsonPath('branding.typography.size', 'l');
|
||||
$response->assertJsonPath('branding.logo.mode', 'upload');
|
||||
$this->assertStringContainsString('/storage/', (string) $response->json('branding.logo.value'));
|
||||
$this->assertStringContainsString('/api/v1/branding/asset/', (string) $response->json('branding.logo.value'));
|
||||
$response->assertJsonPath('branding.logo.position', 'center');
|
||||
$response->assertJsonPath('branding.buttons.style', 'outline');
|
||||
$response->assertJsonPath('branding.buttons.radius', 18);
|
||||
|
||||
Reference in New Issue
Block a user