Merge pull request 'HOTFIX vnlocation.spec' (!240) from hotfix_spec_vnlocation into test
Reviewed-on: #240 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
4f441ad5bc
|
@ -40,9 +40,9 @@ describe('VnLocation', () => {
|
|||
cy.waitForElement('.q-card');
|
||||
});
|
||||
|
||||
it('Show all options', function() {
|
||||
it('Show locations options', function() {
|
||||
cy.get(inputLocation).click();
|
||||
cy.get(locationOptions).should('have.length', 1);
|
||||
cy.get(locationOptions).should('have.length', 5);
|
||||
});
|
||||
});
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue