test: 💍 Add test for the equals keyword
This commit is contained in:
parent
b6d4a0eea7
commit
1791b30077
@ -213,6 +213,11 @@ describe('DataTable', function () {
|
||||
cy.get('.dt-row[data-row-index=5]').should('be.visible');
|
||||
});
|
||||
|
||||
it('equals', function () {
|
||||
cy.get('@filterInput5').type('=9608');
|
||||
cy.get('.dt-row-6').should('be.visible');
|
||||
});
|
||||
|
||||
it('multiple filters', function () {
|
||||
cy.get('@filterInput4').type('to');
|
||||
cy.get('@filterInput5').type('54');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user