description put correctly
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
jorgebl 2021-03-05 09:09:09 +01:00
parent 63ac492845
commit b6bf61f410
1 changed files with 2 additions and 2 deletions

View File

@ -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: () => {}