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 3 additions and 3 deletions
Showing only changes of commit 7ebf4cd38f - Show all commits

View File

@ -1,4 +1,4 @@
describe('Vehicle Invoice In', () => {
describe.only('Vehicle Invoice In', () => {
const selectors = {
jtubau marked this conversation as resolved Outdated

getLinkSelector

getLinkSelector
firstRowSupplier: 'tr:first-child > .expand > .no-padding > .link',
firstRowInvoice:
@ -17,7 +17,7 @@ describe('Vehicle Invoice In', () => {
beforeEach(() => {
cy.viewport(1920, 1080);
cy.login('developer');
cy.login('deliveryAssistant');
cy.visit(`/#/route/vehicle/1/invoice-in`);
});
@ -72,7 +72,7 @@ describe('Vehicle Invoice In', () => {
cy.get(
jtubau marked this conversation as resolved Outdated

guardar en variable con nombre descriptivo o usasr data-cy

guardar en variable con nombre descriptivo o usasr data-cy
'[href="#/invoice-in/1/summary"] > .q-btn > .q-btn__content > .q-icon',
).click();
// cy.get(selectors.summaryTitle).should('contain', supplier);
cy.get(selectors.summaryTitle).should('contain', supplier);
});
it('Should redirect to the invoiceIn summary from summary pop-up from the invoice descriptor pop-up', () => {