Add dashboard upgrade banner for free Queue plans.
Deploy Ladill Queue / deploy (push) Successful in 1m8s
Deploy Ladill Queue / deploy (push) Successful in 1m8s
Extract the Pro upsell into a shared partial so free orgs see View plans on the dashboard, not only in the sidebar. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -59,7 +59,9 @@ class QmsProTest extends TestCase
|
||||
$this->actingAs($this->owner)
|
||||
->get(route('qms.dashboard'))
|
||||
->assertOk()
|
||||
->assertSee('Upgrade to Pro');
|
||||
->assertSee('Upgrade to Pro')
|
||||
->assertSee('Unlock Queue Pro or Enterprise')
|
||||
->assertSee('View plans');
|
||||
}
|
||||
|
||||
public function test_sidebar_shows_upgrade_for_operator_without_settings_access(): void
|
||||
|
||||
Reference in New Issue
Block a user