From 970226f012da3f24810b5513160cb268ee831df2 Mon Sep 17 00:00:00 2001 From: jorgep Date: Fri, 29 Sep 2023 15:13:19 +0200 Subject: [PATCH] ref #6104 test e2e fixed --- test/cypress/integration/vnLog.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/cypress/integration/vnLog.spec.js b/test/cypress/integration/vnLog.spec.js index bf9edb66c..97c9e7a33 100644 --- a/test/cypress/integration/vnLog.spec.js +++ b/test/cypress/integration/vnLog.spec.js @@ -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'); }); });