Heritage Buttons Fixed cursor comments
This commit is contained in:
parent
fa965468b4
commit
2207972996
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@
|
|||
variant="success"
|
||||
class="mt-2 w-100"
|
||||
:buttonText="modalBodyText"
|
||||
@click="continueReferral">
|
||||
@click-event="continueReferral">
|
||||
</buttonMain>
|
||||
</modal>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -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 () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue