This commit is contained in:
parent
110fd3b7a0
commit
ec3b44654e
|
@ -19,7 +19,7 @@ describe('VnLocation', () => {
|
|||
cy.get(inputLocation).click();
|
||||
cy.get(inputLocation).clear();
|
||||
cy.get(inputLocation).type('al');
|
||||
cy.get(locationOptions).should('have.length', 5);
|
||||
cy.get(locationOptions).should('have.length', 3);
|
||||
});
|
||||
it('input filter location as "ecuador"', function () {
|
||||
cy.get(inputLocation).click();
|
||||
|
|
Loading…
Reference in New Issue