Enforce Events favicon everywhere and fix deploy pipeline failures.
Deploy Ladill Events / deploy (push) Successful in 30s
Deploy Ladill Events / deploy (push) Successful in 30s
Add favicon partial to all standalone pages, regenerate the Events icon asset, and stop marking deploys failed when the nginx vhost step cannot sudo. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -30,6 +30,7 @@ class QrSettingsTest extends TestCase
|
||||
$this->actingAs($this->user())
|
||||
->get(route('account.settings'))
|
||||
->assertOk()
|
||||
->assertSee('favicon.ico', false)
|
||||
->assertSee('New code defaults')
|
||||
->assertSee('Notifications');
|
||||
}
|
||||
@@ -80,6 +81,7 @@ class QrSettingsTest extends TestCase
|
||||
$this->actingAs($user)
|
||||
->get(route('events.create'))
|
||||
->assertOk()
|
||||
->assertSee('favicon.ico', false)
|
||||
->assertSee('#aabbcc', false)
|
||||
->assertSee('"event"', false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user