Redesign kiosk welcome screen with branding and clear entry flow.
Deploy Ladill Frontdesk / deploy (push) Successful in 23s
Deploy Ladill Frontdesk / deploy (push) Successful in 23s
Show Frontdesk icon, company welcome message, and a prominent Tap to begin step before visitor type selection. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -86,7 +86,9 @@ class FrontdeskPhase7Test extends TestCase
|
||||
|
||||
$this->get(route('frontdesk.kiosk.device', $device->device_token))
|
||||
->assertOk()
|
||||
->assertSee('Visitor Check-in');
|
||||
->assertSee('Visitor Check-in')
|
||||
->assertSee('Welcome to')
|
||||
->assertSee('Tap to begin');
|
||||
|
||||
$this->assertTrue($device->fresh()->isOnline());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user