feat: refs #8441 add VehicleInvoiceIn component with invoice management functionality #1567

Open
jtubau wants to merge 67 commits from 8441-createVehicleInvoiceInSection into dev
1 changed files with 2 additions and 2 deletions
Showing only changes of commit be36d0c864 - Show all commits

View File

@ -6,8 +6,8 @@ describe('Vehicle Invoice In', () => {
firstRowInvoice: getSelector('supplierRef'),
descriptorTitle: '.descriptor .title',
summaryTitle: '.summaryHeader',
descriptorOpenSummaryBtn: '.descriptor [data-cy="openSummaryBtn"]',
descriptorGoToSummaryBtn: '.descriptor [data-cy="goToSummaryBtn"]',
descriptorOpenSummaryBtn: '.q-menu > .descriptor [data-cy="openSummaryBtn"]',
descriptorGoToSummaryBtn: '.q-menu > .descriptor [data-cy="goToSummaryBtn"]',
SummaryGoToSummaryBtn: '.summaryHeader [data-cy="goToSummaryBtn"]',
unassignBtn: 'tableAction-0',
};