test: refs #8441 try add q.table check visbility
gitea/salix-front/pipeline/pr-dev Build queued...
Details
gitea/salix-front/pipeline/pr-dev Build queued...
Details
This commit is contained in:
parent
7de71c96b4
commit
138b3322b7
|
@ -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', () => {
|
||||
|
|
Loading…
Reference in New Issue