ref #6104 test e2e fixed
This commit is contained in:
parent
288a50b296
commit
970226f012
|
@ -15,7 +15,7 @@ describe('VnLog', () => {
|
||||||
|
|
||||||
it('should filter by entity', () => {
|
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).click();
|
||||||
cy.get('.q-scrollarea .q-list .q-item .q-select').eq(0).type('mien');
|
cy.get('.q-scrollarea .q-list .q-item .q-select').eq(0).type('cla');
|
||||||
cy.get('[role="listbox"] .q-item').should('have.text', 'Comienzo');
|
cy.get('[role="listbox"] .q-item').should('have.text', 'Claim');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue