Add dashboard upgrade banner for free Frontdesk plans.
Deploy Ladill Frontdesk / deploy (push) Successful in 1m13s
Deploy Ladill Frontdesk / deploy (push) Successful in 1m13s
Show the Pro upsell CTA on the reception dashboard so free orgs can discover plans without opening the sidebar. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -71,7 +71,9 @@ class FrontdeskProTest extends TestCase
|
||||
$this->actingAs($this->owner)
|
||||
->get(route('frontdesk.dashboard'))
|
||||
->assertOk()
|
||||
->assertSee('Upgrade to Pro');
|
||||
->assertSee('Upgrade to Pro')
|
||||
->assertSee('Unlock Frontdesk Pro or Enterprise')
|
||||
->assertSee('View plans');
|
||||
}
|
||||
|
||||
public function test_subscribe_upgrades_organization(): void
|
||||
|
||||
Reference in New Issue
Block a user