ref #6104 recreate vnlog #96
|
@ -15,7 +15,7 @@ describe('VnLog', () => {
|
|||
|
||||
it('should filter by entity', () => {
|
||||
cy.get('.q-scrollarea .q-list .q-item .q-select').eq(0).click();
|
||||
cy.get('.q-scrollarea .q-list .q-item .q-select').eq(0).type('mien');
|
||||
cy.get('[role="listbox"] .q-item').should('have.text', 'Comienzo');
|
||||
cy.get('.q-scrollarea .q-list .q-item .q-select').eq(0).type('cla');
|
||||
cy.get('[role="listbox"] .q-item').should('have.text', 'Claim');
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue