feat(website-type): add login_header_footer_color field and update related tests
This commit is contained in:
@@ -39,7 +39,7 @@ class StoreTenantWithExtrasTest extends TestCase
|
||||
$response
|
||||
->assertCreated()
|
||||
->assertJsonPath('data.website_type_code', 'onticket')
|
||||
->assertJsonPath('data.website_type.codigo', 'onticket')
|
||||
->assertJsonMissingPath('data.website_type')
|
||||
->assertJsonPath('data.extras.eventConfig.title', 'Festival');
|
||||
|
||||
$tenant = Tenant::query()->where('codigo', 'festival')->sole();
|
||||
|
||||
Reference in New Issue
Block a user