fix(VnLog): refs #8683 update validation content for entity filter test
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Benjamin Esteve 2025-03-11 13:17:36 +01:00
parent d82369a62c
commit 13cf7c6031
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@ describe('VnLog', () => {
it('should filter by entity', () => {
cy.selectOption('.q-drawer--right .q-item > .q-select', 'Claim');
cy.get('.q-page').click();
cy.validateContent(chips[0], 'Claim');
cy.validateContent(chips[0], 'Beginning');
});
});