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

@@ -221,6 +221,7 @@
<button
class="text-sm bg-gradient-to-b from-blue-400 to-blue-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-2 py-1.5 rounded-md border border-blue-400"
@click="openOfferDialog(contact.did, contact.name)"
data-testId="offerButton"
>
Offer
</button>