powerful-orange-86819
04/15/2022, 7:35 AMadamant-magazine-53646
04/17/2022, 1:59 AMlemon-toothbrush-55306
04/18/2022, 4:10 PMWalletSeed Phrase24 wordsname23 times[name="1"]js
 cy.get('[data-test-id="seedPhrase-show"]')
      .get('[name="0"]')
      .find('b')
      .then(($value0) => {
        const valueText0 = $value0.text()
        cy.wrap(valueText0).as('wrapValue0')
      })Ramdom Input[name=""][name="0"]family[name="9"]morning45js
  cy.get('[data-test-id="seedPhrase-confirm"]')
      .get('input')
      .get('[name]')
      .then(($valueInputs) => {
        const valueInputs = $valueInputs.append()
      })gray-kilobyte-89541
04/18/2022, 4:38 PMlemon-toothbrush-55306
04/18/2022, 4:38 PMgray-kilobyte-89541
04/18/2022, 4:46 PMlemon-toothbrush-55306
04/18/2022, 4:46 PMlemon-toothbrush-55306
04/18/2022, 4:47 PMlemon-toothbrush-55306
04/18/2022, 5:48 PMlemon-toothbrush-55306
04/18/2022, 5:49 PMjs
cy.get('[data-test-id="seedPhrase-confirm"]')
      .get('input')
      .get('[name]')
      .then(($valueInputs) => {
        const valueInputs = $valueInputs.text()
      })lemon-toothbrush-55306
04/18/2022, 7:07 PMgray-kilobyte-89541
04/18/2022, 7:17 PMlemon-toothbrush-55306
04/18/2022, 7:20 PMlemon-toothbrush-55306
04/18/2022, 7:20 PMlemon-toothbrush-55306
04/18/2022, 7:21 PMId's or name'sgray-kilobyte-89541
04/18/2022, 7:47 PMlemon-toothbrush-55306
04/18/2022, 8:42 PMgray-kilobyte-89541
04/18/2022, 11:20 PMlemon-toothbrush-55306
04/19/2022, 10:04 AMjs
// Añadimos un nuevo contacto
    cy.contains('Nuevo contacto').click()
    cy.get('[data-test-id="address-book-new-contact"]')
    cy.get('[name="accountId"]').type('0.0.30918660')
    cy.get('[name="accountName"]').type('CypressTest')
    cy.get('[name="accountNote"]').type('Testing a bit')
    cy.get('[name="accountMemo"]').type('Here is the memo')
    cy.contains('Guardar').click()
    cy.get('[aria-label=Editar]').click()
    // Comprobamos valores correctos
    cy.get('[data-test-id="address-book-new-contact"]')
    cy.get('[name="accountId"]').should('contain', '0.0.30918660')
    cy.get('[name="accountName"]').should('contain', 'CypressTest')
    cy.get('[name="accountNote"]').should('contain', 'Testing a bit')
    cy.get('[name="accountMemo"]').should('contain', 'Here is the memo')lemon-toothbrush-55306
04/19/2022, 10:07 AMfresh-doctor-14925
04/19/2022, 10:16 AMhave.valuecy.get('[name="accountId"]').should('have.value', '0.0.30918660')lemon-toothbrush-55306
04/19/2022, 10:26 AMgorgeous-farmer-37128
04/20/2022, 10:53 AMCypress does not support running Firefox version 78. To use Firefox with Cypress, install a version of Firefox newer than or equal to 86.cypress: 9.5.3glamorous-architect-52545
04/20/2022, 4:40 PMglamorous-architect-52545
04/20/2022, 4:40 PMglamorous-architect-52545
04/20/2022, 4:41 PMmagnificent-finland-58048
04/21/2022, 1:47 PMadorable-smartphone-87280
04/21/2022, 2:31 PM0colossal-car-14055
04/21/2022, 9:14 PMgreat-london-82425
04/22/2022, 4:38 PM