WIP: #7283 item_missing_e2e #1029

Draft
jsegarra wants to merge 190 commits from 7283_item_missing_e2e into dev
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4116f681b0 - Show all commits

View File

@ -28,7 +28,7 @@ describe('VnLocation', () => {
cy.get(citySelector).should('have.length', 1); cy.get(citySelector).should('have.length', 1);
}); });
it.only('should filter towns based on selected province', () => { it('should filter towns based on selected province', () => {
// Select a country // Select a country
cy.selectOption(countrySelector, 'Ecuador'); cy.selectOption(countrySelector, 'Ecuador');
// Verify that provinces are filtered // Verify that provinces are filtered