diff --git a/test/cypress/integration/zone/zoneList.spec.js b/test/cypress/integration/zone/zoneList.spec.js index 4487e83c78..b1b0db3fc5 100644 --- a/test/cypress/integration/zone/zoneList.spec.js +++ b/test/cypress/integration/zone/zoneList.spec.js @@ -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();