Updated unit test
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
a8589d6945
commit
75ac6ad8d3
|
@ -160,6 +160,7 @@ describe('Ticket', () => {
|
|||
describe('agencyModeId() setter', () => {
|
||||
it('should set agencyModeId property and call getLanded() method', () => {
|
||||
jest.spyOn(controller, 'getLanded');
|
||||
controller.$.agencyMode = {selection: {warehouseFk: 1}};
|
||||
const shipped = new Date();
|
||||
const agencyModeId = 8;
|
||||
const expectedResult = {
|
||||
|
|
Loading…
Reference in New Issue