From b6bf61f4105395a757413d7812949da4975ad0ca Mon Sep 17 00:00:00 2001 From: jorgebl Date: Fri, 5 Mar 2021 09:09:09 +0100 Subject: [PATCH] description put correctly --- modules/item/front/botanical/index.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/item/front/botanical/index.spec.js b/modules/item/front/botanical/index.spec.js index 59bef4847..f679a58f4 100644 --- a/modules/item/front/botanical/index.spec.js +++ b/modules/item/front/botanical/index.spec.js @@ -45,7 +45,7 @@ describe('vnItemBotanical', () => { expect(controller.$.genus.show).not.toHaveBeenCalledWith(); }); - it('should call preventDefault() and open() in genus field when the default is not prevented', () => { + it('should call preventDefault() and show() in genus field when the default is not prevented', () => { const event = { defaultPrevented: false, preventDefault: () => {} @@ -76,7 +76,7 @@ describe('vnItemBotanical', () => { expect(controller.$.species.show).not.toHaveBeenCalledWith(); }); - it('should call preventDefault() and open() in species field when the default is not prevented', () => { + it('should call preventDefault() and show() in species field when the default is not prevented', () => { const event = { defaultPrevented: false, preventDefault: () => {}