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 1 deletions
Showing only changes of commit b650d2b438 - Show all commits

View File

@ -80,7 +80,8 @@ describe('Vehicle Invoice In', () => {
});
});
describe('Invoice pop-ups', () => {
// Redmine #8863
describe.skip('Invoice pop-ups', () => {
it('Should redirect to the invoiceIn summary from the invoice descriptor pop-up', () => {
cy.get(selectors.firstRowInvoice)
.click()