Merge branch 'dev' into 8322-Wagon

This commit is contained in:
Alex Moreno 2025-03-07 06:04:34 +00:00
commit b8c55f30aa
2 changed files with 2 additions and 3 deletions
test/cypress/integration

View File

@ -8,8 +8,7 @@ describe('OrderList', () => {
it('create order', () => {
cy.get('[data-cy="vnTableCreateBtn"]').click();
cy.get('[data-cy="Client_select"]').type('1101');
cy.get('.q-menu').contains('Bruce Wayne').click();
cy.selectOption('[data-cy="Client_select"]', 1101);
cy.get('[data-cy="Address_select"]').click();
cy.get(
'.q-menu > div> div.q-item:nth-child(1) >div.q-item__section--avatar > i',

View File

@ -1,5 +1,5 @@
/// <reference types="cypress" />
describe('Ticket Lack detail', () => {
describe.skip('Ticket Lack detail', () => {
beforeEach(() => {
cy.login('developer');
cy.intercept('GET', /\/api\/Tickets\/itemLack\/5.*$/, {