refactor: refs #8683 enhance sorting logic in VnSelect component #1522
|
@ -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');
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue