description put correctly
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
63ac492845
commit
b6bf61f410
|
@ -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: () => {}
|
||||
|
|
Loading…
Reference in New Issue