test: refs #8441 try add q.table check visbility
gitea/salix-front/pipeline/pr-dev Build queued... Details

This commit is contained in:
Jose Antonio Tubau 2025-03-17 13:56:40 +01:00
parent 7de71c96b4
commit 138b3322b7
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ describe('Vehicle Invoice In', () => {
cy.viewport(1920, 1080);
cy.login('deliveryAssistant');
cy.visit(`/#/route/vehicle/1/invoice-in`);
cy.get('.q-table').should('be.visible');
});
it('Should show assigned tickets', () => {