ref #6104 recreate vnlog #96

Merged
jorgep merged 24 commits from 6104-changeVnLog into dev 2023-12-11 11:34:36 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 970226f012 - Show all commits

View File

@ -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');
});
});