stale-optician-85950
cy.get('.reveal-private-key etc').invoke('text').as('privateKey')
cy.get('@privateKey').then($elText => { cy.log('$elText', $elText) })