UI: Fix client counts bug when no new clients (#27352)

This commit is contained in:
Chelsea Shaw
2024-06-06 13:15:12 -05:00
committed by GitHub
parent 61b27d0cb4
commit 61a3885eb6
5 changed files with 640 additions and 86 deletions

View File

@@ -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,
])}`
);