cy.get('input:visible').then(inputs => {
      // Zone name
      cy.wrap(inputs[0]).type('My Duplicated scene');
    });