test: refs #8162 #8162 fix TicketList spec
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
2f06eea8ea
commit
73072794ee
|
@ -43,7 +43,7 @@ describe('TicketList', () => {
|
||||||
const data = {
|
const data = {
|
||||||
Customer: { val: 1, type: 'select' },
|
Customer: { val: 1, type: 'select' },
|
||||||
Warehouse: { val: 'Warehouse One', type: 'select' },
|
Warehouse: { val: 'Warehouse One', type: 'select' },
|
||||||
Address: { val: 'employee: employeeLane, CENTRAL CITY', type: 'select' },
|
Address: { val: 'employee', type: 'select' },
|
||||||
Landed: { val: '01-01-2024', type: 'date' },
|
Landed: { val: '01-01-2024', type: 'date' },
|
||||||
};
|
};
|
||||||
cy.fillInForm(data);
|
cy.fillInForm(data);
|
||||||
|
|
Loading…
Reference in New Issue