test: 💍 Add test for the equals keyword

This commit is contained in:
Faris Ansari 2018-12-10 20:10:07 +05:30
parent b6d4a0eea7
commit 1791b30077

View File

@ -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');