0
0
Fork 0

refactor: refs #8600 changed test case description

This commit is contained in:
Pau Rovira 2025-02-20 15:23:23 +01:00
parent f0e6db951e
commit d4989f8c43
1 changed files with 1 additions and 1 deletions

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();