#8600: Added and modified E2E #1447

Merged
jon merged 42 commits from 8600-CreateZoneE2E into dev 2025-03-06 11:16:39 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d4989f8c43 - Show all commits

View File

@ -23,7 +23,7 @@ describe('ZoneList', () => {
cy.url().should('include', 'zone/2/summary');
});
it('should copy the zone', () => {
it('should clone the zone', () => {
cy.get('.router-link-active > .q-icon').click();
cy.dataCy('tableAction-1').eq(1).click();
cy.dataCy('VnConfirm_confirm').click();