add tests for new activity of offers-directly-to-user

This commit is contained in:
2024-11-03 20:09:54 -07:00
parent fcec9e53f5
commit 5f452dcf73
5 changed files with 109 additions and 10 deletions

View File

@@ -206,7 +206,10 @@
v-if="numNewOffersToUser"
class="bg-gradient-to-b from-green-400 to-green-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] px-4 py-4 rounded-md text-white"
>
<span class="block text-center text-6xl">
<span
class="block text-center text-6xl"
data-testId="newDirectOffersActivityNumber"
>
{{ numNewOffersToUser }}
</span>
<p>new offer{{ numNewOffersToUser === 1 ? "" : "s" }} to you</p>