Enforce Events favicon everywhere and fix deploy pipeline failures.
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:
isaacclad
2026-06-07 11:56:27 +00:00
co-authored by Cursor
parent a9b2960893
commit 2c1c3cdd3e
10 changed files with 24 additions and 6 deletions
+2
View File
@@ -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);
}