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();
|
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 = {
|
const event = {
|
||||||
defaultPrevented: false,
|
defaultPrevented: false,
|
||||||
preventDefault: () => {}
|
preventDefault: () => {}
|
||||||
|
@ -76,7 +76,7 @@ describe('vnItemBotanical', () => {
|
||||||
expect(controller.$.species.show).not.toHaveBeenCalledWith();
|
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 = {
|
const event = {
|
||||||
defaultPrevented: false,
|
defaultPrevented: false,
|
||||||
preventDefault: () => {}
|
preventDefault: () => {}
|
||||||
|
|
Loading…
Reference in New Issue