Heritage Buttons Fixed cursor comments

This commit is contained in:
Josh Dassinger 2026-01-05 10:58:55 -06:00
parent fa965468b4
commit 2207972996
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@
variant="success"
class="mt-2 w-100"
:buttonText="modalBodyText"
@click="continueReferral">
@click-event="continueReferral">
</buttonMain>
</modal>
</div>

View file

@ -127,7 +127,7 @@ describe('buttonMain.vue', () => {
await button.trigger('click');
// Expect
expect(wrapper.emitted('click').length).toBe(1);
expect(wrapper.emitted('click-event').length).toBe(1);
});
it('Should not emit click-event when disabled', async () => {