#8162 - E2E Tickets #951

Merged
jsegarra merged 7 commits from wbuezas/salix-front-mindshore-fork2:8162-E2ETickets into dev 2024-11-21 09:19:55 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 73072794ee - Show all commits

View File

@ -43,7 +43,7 @@ describe('TicketList', () => {
const data = {
Customer: { val: 1, 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' },
};
cy.fillInForm(data);