Show endcustomer event allowance on dashboard
This commit is contained in:
@@ -20,7 +20,7 @@ const fixtures = vi.hoisted(() => ({
|
||||
id: 1,
|
||||
package_id: 1,
|
||||
package_name: 'Standard',
|
||||
package_type: 'standard',
|
||||
package_type: 'reseller',
|
||||
included_package_slug: null,
|
||||
active: true,
|
||||
used_events: 2,
|
||||
@@ -240,7 +240,7 @@ describe('MobileDashboardPage', () => {
|
||||
eventContext.hasEvents = true;
|
||||
eventContext.hasMultipleEvents = false;
|
||||
|
||||
fixtures.activePackage.package_type = 'standard';
|
||||
fixtures.activePackage.package_type = 'reseller';
|
||||
fixtures.activePackage.remaining_events = 3;
|
||||
navigateMock.mockClear();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user