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

View File

@ -98,7 +98,8 @@ describe('Vehicle summary', () => {
});
});
describe('Invoice assigned invoices pop-ups', () => {
// redmine: #8872
describe.skip('Invoice assigned invoices pop-ups', () => {
it('Should redirect to the invoiceIn summary from the invoice descriptor pop-up', () => {
cy.get(selectors.assignedInvoicesInvoiceLink)
.should('be.visible')