8231_testToMaster_2448 #997

Merged
alexm merged 400 commits from 8231_testToMaster_2448 into master 2024-11-26 06:28:29 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 65100fcf25 - Show all commits

View File

@ -15,7 +15,7 @@ describe('VnLocation', () => {
cy.domContentLoad();
cy.get(createLocationButton).click();
});
it.only('shoul d filter provinces based on selected country', () => {
it('should filter provinces based on selected country', () => {
// Select a country
cy.selectOption(
`${createForm.prefix} > :nth-child(5) > .q-field:nth-child(3)> ${createForm.sufix}`,
@ -32,7 +32,7 @@ describe('VnLocation', () => {
).should('have.length', 1);
});
it.only('should filter towns based on selected province', () => {
it('should filter towns based on selected province', () => {
// Select a country
cy.selectOption(
`${createForm.prefix} > :nth-child(5) > .q-field:nth-child(3)> ${createForm.sufix}`,