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

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

View File

@ -27,6 +27,7 @@ describe('Route extended list', () => {
goToSummaryBtn: 'tableAction-2',
summaryGoToSummaryBtn: '[data-cy="goToSummaryBtn"]',
descriptorSubtitle: '[data-cy="vnDescriptor_subtitle"]',
hideRightMenu: 'toggle-right-drawer',
};
const checkboxState = {
@ -83,6 +84,7 @@ describe('Route extended list', () => {
cy.login('developer');
cy.visit('/#/route/extended-list');
cy.typeSearchbar('{enter}');
cy.dataCy(selectors.hideRightMenu).click();
});
it('Should list routes', () => {