7118_testToMaster_2412 #249

Merged
alexm merged 178 commits from 7118_testToMaster_2412 into master 2024-03-21 06:34:44 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit f1d21915eb - Show all commits

View File

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