Remove QR Plus customization hint from event and programme show pages.
Deploy Ladill Events / deploy (push) Successful in 59s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-04 12:42:55 +00:00
co-authored by Cursor
parent dac095ef92
commit 71ab6e9d0e
3 changed files with 0 additions and 3 deletions
@@ -122,7 +122,6 @@ class EventSpeakerManagementTest extends TestCase
$this->actingAs($owner)
->get(route('events.show', $event))
->assertOk()
->assertSee('Customize colors, logos, and frames in QR Plus.', false)
->assertSee('Programme outline', false)
->assertDontSee('Quick style presets', false);
}