mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
UI: Fix client counts bug when no new clients (#27352)
This commit is contained in:
@@ -43,7 +43,7 @@ module('Integration | Component | dashboard/client-count-card', function (hooks)
|
||||
assert
|
||||
.dom(CLIENT_COUNT.statText('Total'))
|
||||
.hasText(
|
||||
`Total The number of clients in this billing period (Aug 2023 - Sep 2023). ${formatNumber([
|
||||
`Total The number of clients in this billing period (Jun 2023 - Sep 2023). ${formatNumber([
|
||||
total.clients,
|
||||
])}`
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user