Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V almonacid/ch1124/implement uri scheme on yoroi frontend #511

Conversation

v-almonacid
Copy link
Contributor

This PR is for implementing the web+cardano URI protocol proposed recently.

Still a WIP and a lot remains to be done, but since it'll be my first full feature, don't hesitate to take a look at any moment and point out any issue you might see, it'll be much appreciated :D

@v-almonacid v-almonacid added the WIP / DO NOT MERGE Shows that a PR shouldn't be merge label May 24, 2019
@v-almonacid
Copy link
Contributor Author

Adding some context: From a user perspective, clicking a cardano URI should take to a new page with a warning dialog and, upon confirmation, redirect the user to his wallet with a pre-filled address and amount field.
You can test this with a simple html page containing: <a href="web+cardano:Ae2tdPwUPEZKmwoy3AU3cXb5Chnasj6mvVNxV1H11997q3VW5ihbSfQwGpm?amount=10"> send me 10 ADA</a>
This PR currently includes a minimum implementation, with container and components for the landing page route /send-from-uri and some helper functions to parse the URIs. It also modifies loadingStore
to prevent default redirection and send the user to the desired route (/send-from-uri), and the WalletSendPage container to fill the amount and address fields. For chrome, the protocol is registered in App.js (this need to be changed) and for Firefox it is registered in the manifest.

@rnd-at-emurgo
Copy link

Complete E2E screenshots collection for 'PR511-eb99450'

@SebastienGllmt SebastienGllmt force-pushed the v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend branch from 3c1879a to 689aae6 Compare June 5, 2019 11:32
@SebastienGllmt SebastienGllmt changed the base branch from develop to sebastiengllmt/ch1235/refactor-send-page-to-avoid-subtle-bugs June 5, 2019 11:32
app/utils/URIParser.js Outdated Show resolved Hide resolved
@SebastienGllmt
Copy link
Contributor

SebastienGllmt commented Jun 6, 2019

Things we still need for this PR to be merged:

  • ability to generate payment URLs for your addresses (can you only generate them from your addresses? From any address? TBD)
  • E2E tests for this behavior
  • Finish the design
  • some way to tell the user to enable the URI Scheme (Chrome only)

Stuff that we can do in this PR or a different PR but would be nice

  • Generate QR codes for your payment URL

@rnd-at-emurgo
Copy link

Complete E2E screenshots collection for 'PR511-061659b'

@rnd-at-emurgo
Copy link

Complete E2E _chrome_ screenshots collection for 'PR511-35b2ceb'

- chrome/User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/10_41-I should see the summary screen:

chrome/User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/10_41-I should see the summary screen.png

- chrome/User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/5_41-I click on the transfer funds from Daedalus button:

chrome/User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/5_41-I click on the transfer funds from Daedalus button.png

- chrome/User redeems Recovery force vended encrypted PDF certificate/11_110-I should see the summary screen:

chrome/User redeems Recovery force vended encrypted PDF certificate/11_110-I should see the summary screen.png

- chrome/User redeems Recovery force vended encrypted PDF certificate/11_112-I should see the summary screen:

chrome/User redeems Recovery force vended encrypted PDF certificate/11_112-I should see the summary screen.png

- chrome/User redeems Recovery force vended encrypted PDF certificate/10_112-I should see the Ada Redemption Success Overlay and close the dialogue:

chrome/User redeems Recovery force vended encrypted PDF certificate/10_112-I should see the Ada Redemption Success Overlay and close the dialogue.png

- chrome/User redeems Recovery force vended encrypted PDF certificate/11_111-I should see the summary screen:

chrome/User redeems Recovery force vended encrypted PDF certificate/11_111-I should see the summary screen.png

- chrome/User redeems Recovery force vended encrypted PDF certificate/10_110-I should see the Ada Redemption Success Overlay and close the dialogue:

chrome/User redeems Recovery force vended encrypted PDF certificate/10_110-I should see the Ada Redemption Success Overlay and close the dialogue.png

- chrome/User redeems Recovery force vended encrypted PDF certificate/5_110-I click on ada redemption choices tab:

chrome/User redeems Recovery force vended encrypted PDF certificate/5_110-I click on ada redemption choices tab.png

- chrome/User redeems Recovery force vended encrypted PDF certificate/5_112-I click on ada redemption choices tab:

chrome/User redeems Recovery force vended encrypted PDF certificate/5_112-I click on ada redemption choices tab.png

- chrome/User redeems Recovery force vended encrypted PDF certificate/5_111-I click on ada redemption choices tab:

chrome/User redeems Recovery force vended encrypted PDF certificate/5_111-I click on ada redemption choices tab.png

- chrome/User redeems Recovery force vended encrypted PDF certificate/10_111-I should see the Ada Redemption Success Overlay and close the dialogue:

chrome/User redeems Recovery force vended encrypted PDF certificate/10_111-I should see the Ada Redemption Success Overlay and close the dialogue.png

- chrome/Daedalus transfer fails when user type invalid mnemonic phrase IT99/7_9-I should see an Invalid recovery phrase error message:

chrome/Daedalus transfer fails when user type invalid mnemonic phrase IT99/7_9-I should see an Invalid recovery phrase error message.png

- chrome/Daedalus transfer fails when user type invalid mnemonic phrase IT99/4_9-I click on the transfer funds from Daedalus button:

chrome/Daedalus transfer fails when user type invalid mnemonic phrase IT99/4_9-I click on the transfer funds from Daedalus button.png

- chrome/User can send a tx after invalid password attempt IT60/7_200-I click on the next button in the wallet send form:

chrome/User can send a tx after invalid password attempt IT60/7_200-I click on the next button in the wallet send form.png

- chrome/User can send a tx after invalid password attempt IT60/15_200-I should see the summary screen:

chrome/User can send a tx after invalid password attempt IT60/15_200-I should see the summary screen.png

- chrome/User can send a tx after invalid password attempt IT60/11_200-I should see an incorrect wallet password error message:

chrome/User can send a tx after invalid password attempt IT60/11_200-I should see an incorrect wallet password error message.png

- chrome/Ensure user can hide used Addresses under Receive tab IT22/6_36-I should see the addresses exactly list them:

chrome/Ensure user can hide used Addresses under Receive tab IT22/6_36-I should see the addresses exactly list them.png

- chrome/Ensure user can hide used Addresses under Receive tab IT22/4_36-I click on the Generate new address button:

chrome/Ensure user can hide used Addresses under Receive tab IT22/4_36-I click on the Generate new address button.png

- chrome/Ensure user can hide used Addresses under Receive tab IT22/5_36-I click on the Hide used addresses button:

chrome/Ensure user can hide used Addresses under Receive tab IT22/5_36-I click on the Hide used addresses button.png

- chrome/User can send all funds from one Yoroi wallet to another/5_113-I click on Send all my ADA checkbox:

chrome/User can send all funds from one Yoroi wallet to another/5_113-I click on Send all my ADA checkbox.png

- chrome/User can send all funds from one Yoroi wallet to another/12_113-I should see the summary screen:

chrome/User can send all funds from one Yoroi wallet to another/12_113-I should see the summary screen.png

- chrome/User can send all funds from one Yoroi wallet to another/8_113-I click on the next button in the wallet send form:

chrome/User can send all funds from one Yoroi wallet to another/8_113-I click on the next button in the wallet send form.png

- chrome/User cant change password if it doesnt meet complexity requirements IT12/4_23-I click on secondary menu item:

chrome/User cant change password if it doesnt meet complexity requirements IT12/4_23-I click on secondary menu item.png

- chrome/User cant change password if it doesnt meet complexity requirements IT12/5_23-I click on the password label:

chrome/User cant change password if it doesnt meet complexity requirements IT12/5_23-I click on the password label.png

- chrome/User cant change password if it doesnt meet complexity requirements IT12/6_23-I should see the wallet password dialog:

chrome/User cant change password if it doesnt meet complexity requirements IT12/6_23-I should see the wallet password dialog.png

- chrome/User cant change password if it doesnt meet complexity requirements IT12/9_23-I should see the following error messages:

chrome/User cant change password if it doesnt meet complexity requirements IT12/9_23-I should see the following error messages.png

- chrome/User cant send funds with incorrect Spending password IT42/11_133-I should see an incorrect wallet password error message:

chrome/User cant send funds with incorrect Spending password IT42/11_133-I should see an incorrect wallet password error message.png

- chrome/User cant send funds with incorrect Spending password IT42/7_133-I click on the next button in the wallet send form:

chrome/User cant send funds with incorrect Spending password IT42/7_133-I click on the next button in the wallet send form.png

- chrome/Wallet cant be renamed if new wallet name doesnt meet requirements IT41/7_114-I click outside name input field:

chrome/Wallet cant be renamed if new wallet name doesnt meet requirements IT41/7_114-I click outside name input field.png

- chrome/Wallet cant be renamed if new wallet name doesnt meet requirements IT41/5_114-I click on name input field:

chrome/Wallet cant be renamed if new wallet name doesnt meet requirements IT41/5_114-I click on name input field.png

- chrome/Wallet cant be renamed if new wallet name doesnt meet requirements IT41/8_114-I should see Wallet name requires at least 1 and at most 40 letters error message:

chrome/Wallet cant be renamed if new wallet name doesnt meet requirements IT41/8_114-I should see Wallet name requires at least 1 and at most 40 letters error message.png

- chrome/Wallet cant be renamed if new wallet name doesnt meet requirements IT41/4_114-I click on secondary menu item:

chrome/Wallet cant be renamed if new wallet name doesnt meet requirements IT41/4_114-I click on secondary menu item.png

- chrome/Wallet cant be created if wallet name doesnt meet requirements IT16/12_89-I should see Wallet name requires at least 1 and at most 40 letters error message:

chrome/Wallet cant be created if wallet name doesnt meet requirements IT16/12_89-I should see Wallet name requires at least 1 and at most 40 letters error message.png

- chrome/Wallet cant be created if wallet name doesnt meet requirements IT16/3_89-I click the create button:

chrome/Wallet cant be created if wallet name doesnt meet requirements IT16/3_89-I click the create button.png

- chrome/Wallet cant be created if wallet name doesnt meet requirements IT16/7_89-I click the Create personal wallet button:

chrome/Wallet cant be created if wallet name doesnt meet requirements IT16/7_89-I click the Create personal wallet button.png

- chrome/Wallet cant be created if wallet name doesnt meet requirements IT16/10_89-I click the Create personal wallet button:

chrome/Wallet cant be created if wallet name doesnt meet requirements IT16/10_89-I click the Create personal wallet button.png

- chrome/Yoroi Wallet Home Button Test IT21/5_23-I should see the transactions screen:

chrome/Yoroi Wallet Home Button Test IT21/5_23-I should see the transactions screen.png

- chrome/Yoroi Wallet Home Button Test IT21/8_23-I should see the transactions screen:

chrome/Yoroi Wallet Home Button Test IT21/8_23-I should see the transactions screen.png

- chrome/Wallet restoration Recovery Phrase with less than 15 words IT73/6_178-I should see an X words left error message:

chrome/Wallet restoration Recovery Phrase with less than 15 words IT73/6_178-I should see an X words left error message.png

- chrome/Wallet restoration Recovery Phrase with less than 15 words IT73/3_178-I click the restore button:

chrome/Wallet restoration Recovery Phrase with less than 15 words IT73/3_178-I click the restore button.png

- chrome/Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/9_83-I click the next button:

chrome/Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/9_83-I click the next button.png

- chrome/Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/10_83-I should see the opened wallet with name :

chrome/Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/10_83-I should see the opened wallet with name .png

- chrome/Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/8_83-I should see a plate :

chrome/Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/8_83-I should see a plate .png

- chrome/Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/7_83-I click the Restore Wallet button:

chrome/Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/7_83-I click the Restore Wallet button.png

- chrome/Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/12_83-I should see the addresses exactly list them:

chrome/Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/12_83-I should see the addresses exactly list them.png

- chrome/Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/3_83-I click the restore button:

chrome/Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/3_83-I click the restore button.png

- chrome/Try to make a transactions from the empty wallet IT89/5_167-I should see a not enough ada error:

chrome/Try to make a transactions from the empty wallet IT89/5_167-I should see a not enough ada error.png

- chrome/Open the tx history of a simple wallet IT102/4_15-I should see that the number of transactions is :

chrome/Open the tx history of a simple wallet IT102/4_15-I should see that the number of transactions is .png

- chrome/Open the tx history of a simple wallet IT102/5_15-I should see transactions:

chrome/Open the tx history of a simple wallet IT102/5_15-I should see transactions.png

- chrome/Open the tx history of a simple wallet IT102/6_15-I should see transactions:

chrome/Open the tx history of a simple wallet IT102/6_15-I should see transactions.png

- chrome/Wallet restoration Recovery Phrase test IT70/9_132-I should see an Invalid recovery phrase error message:

chrome/Wallet restoration Recovery Phrase test IT70/9_132-I should see an Invalid recovery phrase error message.png

- chrome/Wallet restoration Recovery Phrase test IT70/3_132-I click the restore button:

chrome/Wallet restoration Recovery Phrase test IT70/3_132-I click the restore button.png

- chrome/Wallet restoration Recovery Phrase test IT70/7_132-I click the Restore Wallet button:

chrome/Wallet restoration Recovery Phrase test IT70/7_132-I click the Restore Wallet button.png

- chrome/Ensure that wallet addresses are restored correctly IT86/3_58-I click the restore button:

chrome/Ensure that wallet addresses are restored correctly IT86/3_58-I click the restore button.png

- chrome/Ensure that wallet addresses are restored correctly IT86/8_58-I should see a plate :

chrome/Ensure that wallet addresses are restored correctly IT86/8_58-I should see a plate .png

- chrome/Ensure that wallet addresses are restored correctly IT86/10_58-I should see the opened wallet with name :

chrome/Ensure that wallet addresses are restored correctly IT86/10_58-I should see the opened wallet with name .png

- chrome/Ensure that wallet addresses are restored correctly IT86/7_58-I click the Restore Wallet button:

chrome/Ensure that wallet addresses are restored correctly IT86/7_58-I click the Restore Wallet button.png

- chrome/Ensure that wallet addresses are restored correctly IT86/13_58-I should see the addresses exactly list them:

chrome/Ensure that wallet addresses are restored correctly IT86/13_58-I should see the addresses exactly list them.png

- chrome/Ensure that wallet addresses are restored correctly IT86/9_58-I click the next button:

chrome/Ensure that wallet addresses are restored correctly IT86/9_58-I click the next button.png

- chrome/Wallet cant be created without entering password IT24/3_48-I click the create button:

chrome/Wallet cant be created without entering password IT24/3_48-I click the create button.png

- chrome/Wallet cant be created without entering password IT24/7_48-I click the Create personal wallet button:

chrome/Wallet cant be created without entering password IT24/7_48-I click the Create personal wallet button.png

- chrome/User is able to change spending password IT94/15_55-I click on the next button in the wallet send form:

chrome/User is able to change spending password IT94/15_55-I click on the next button in the wallet send form.png

- chrome/User is able to change spending password IT94/19_55-I should see the summary screen:

chrome/User is able to change spending password IT94/19_55-I should see the summary screen.png

- chrome/User is able to change spending password IT94/7_55-I should see the wallet password dialog:

chrome/User is able to change spending password IT94/7_55-I should see the wallet password dialog.png

- chrome/User is able to change spending password IT94/6_55-I click on the password label:

chrome/User is able to change spending password IT94/6_55-I click on the password label.png

- chrome/User is able to change spending password IT94/5_55-I click on secondary menu item:

chrome/User is able to change spending password IT94/5_55-I click on secondary menu item.png

- chrome/Spending Password should be casesensitive Transaction confirmation IT90/6_49-I click on the next button in the wallet send form:

chrome/Spending Password should be casesensitive Transaction confirmation IT90/6_49-I click on the next button in the wallet send form.png

- chrome/Spending Password should be casesensitive Transaction confirmation IT90/10_49-I should see an incorrect wallet password error message:

chrome/Spending Password should be casesensitive Transaction confirmation IT90/10_49-I should see an incorrect wallet password error message.png

- chrome/Spending Password should be casesensitive Transaction confirmation IT90/6_51-I click on the next button in the wallet send form:

chrome/Spending Password should be casesensitive Transaction confirmation IT90/6_51-I click on the next button in the wallet send form.png

- chrome/Spending Password should be casesensitive Transaction confirmation IT90/10_50-I should see an incorrect wallet password error message:

chrome/Spending Password should be casesensitive Transaction confirmation IT90/10_50-I should see an incorrect wallet password error message.png

- chrome/Spending Password should be casesensitive Transaction confirmation IT90/10_51-I should see an incorrect wallet password error message:

chrome/Spending Password should be casesensitive Transaction confirmation IT90/10_51-I should see an incorrect wallet password error message.png

- chrome/Spending Password should be casesensitive Transaction confirmation IT90/6_50-I click on the next button in the wallet send form:

chrome/Spending Password should be casesensitive Transaction confirmation IT90/6_50-I click on the next button in the wallet send form.png

- chrome/User redeems Force vended encrypted PDF certificate/5_66-I click on ada redemption choices tab:

chrome/User redeems Force vended encrypted PDF certificate/5_66-I click on ada redemption choices tab.png

- chrome/User redeems Force vended encrypted PDF certificate/10_66-I should see the Ada Redemption Success Overlay and close the dialogue:

chrome/User redeems Force vended encrypted PDF certificate/10_66-I should see the Ada Redemption Success Overlay and close the dialogue.png

- chrome/User redeems Force vended encrypted PDF certificate/11_66-I should see the summary screen:

chrome/User redeems Force vended encrypted PDF certificate/11_66-I should see the summary screen.png

- chrome/Restoring an empty wallet IT6/3_9-I click the restore button:

chrome/Restoring an empty wallet IT6/3_9-I click the restore button.png

- chrome/Restoring an empty wallet IT6/9_9-I click the next button:

chrome/Restoring an empty wallet IT6/9_9-I click the next button.png

- chrome/Restoring an empty wallet IT6/10_9-I should see the opened wallet with name :

chrome/Restoring an empty wallet IT6/10_9-I should see the opened wallet with name .png

- chrome/Restoring an empty wallet IT6/12_9-I should see the addresses exactly list them:

chrome/Restoring an empty wallet IT6/12_9-I should see the addresses exactly list them.png

- chrome/Restoring an empty wallet IT6/7_9-I click the Restore Wallet button:

chrome/Restoring an empty wallet IT6/7_9-I click the Restore Wallet button.png

- chrome/Restoring an empty wallet IT6/8_9-I should see a plate :

chrome/Restoring an empty wallet IT6/8_9-I should see a plate .png

- chrome/User redeems manually entered Force vended redemption key/10_47-I should see the summary screen:

chrome/User redeems manually entered Force vended redemption key/10_47-I should see the summary screen.png

- chrome/User redeems manually entered Force vended redemption key/9_47-I should see the Ada Redemption Success Overlay and close the dialogue:

chrome/User redeems manually entered Force vended redemption key/9_47-I should see the Ada Redemption Success Overlay and close the dialogue.png

- chrome/User redeems manually entered Force vended redemption key/5_47-I click on ada redemption choices tab:

chrome/User redeems manually entered Force vended redemption key/5_47-I click on ada redemption choices tab.png

- chrome/Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/3_35-I click the create button:

chrome/Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/3_35-I click the create button.png

- chrome/Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/9_35-I click Clear button:

chrome/Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/9_35-I click Clear button.png

- chrome/Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/6_35-I click the Create personal wallet button:

chrome/Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/6_35-I click the Create personal wallet button.png

- chrome/User cant change the password without entering old password IT14/4_117-I click on secondary menu item:

chrome/User cant change the password without entering old password IT14/4_117-I click on secondary menu item.png

- chrome/User cant change the password without entering old password IT14/5_117-I click on the password label:

chrome/User cant change the password without entering old password IT14/5_117-I click on the password label.png

- chrome/User cant change the password without entering old password IT14/6_117-I should see the wallet password dialog:

chrome/User cant change the password without entering old password IT14/6_117-I should see the wallet password dialog.png

- chrome/Open the tx history of a complex wallet IT103/4_41-I should see that the number of transactions is :

chrome/Open the tx history of a complex wallet IT103/4_41-I should see that the number of transactions is .png

- chrome/Open the tx history of a complex wallet IT103/5_41-I should see transactions:

chrome/Open the tx history of a complex wallet IT103/5_41-I should see transactions.png

- chrome/Daedalustransfer page buttons test IT37/6_75-I click next button on the Daedalus transfer page:

chrome/Daedalustransfer page buttons test IT37/6_75-I click next button on the Daedalus transfer page.png

- chrome/Daedalustransfer page buttons test IT37/8_75-I click the back button:

chrome/Daedalustransfer page buttons test IT37/8_75-I click the back button.png

- chrome/Daedalustransfer page buttons test IT37/7_75-I should see This field is required error message:

chrome/Daedalustransfer page buttons test IT37/7_75-I should see This field is required error message.png

- chrome/Daedalustransfer page buttons test IT37/5_75-I click on the transfer funds from Daedalus button:

chrome/Daedalustransfer page buttons test IT37/5_75-I click on the transfer funds from Daedalus button.png

- chrome/User redeems manually entered Paper vended shielded vending key and passphrase/10_77-I should see the Ada Redemption Success Overlay and close the dialogue:

chrome/User redeems manually entered Paper vended shielded vending key and passphrase/10_77-I should see the Ada Redemption Success Overlay and close the dialogue.png

- chrome/User redeems manually entered Paper vended shielded vending key and passphrase/5_77-I click on ada redemption choices tab:

chrome/User redeems manually entered Paper vended shielded vending key and passphrase/5_77-I click on ada redemption choices tab.png

- chrome/User redeems manually entered Paper vended shielded vending key and passphrase/11_77-I should see the summary screen:

chrome/User redeems manually entered Paper vended shielded vending key and passphrase/11_77-I should see the summary screen.png

- chrome/Main Screen Tabs Switching IT15/4_13-I should see send transaction screen:

chrome/Main Screen Tabs Switching IT15/4_13-I should see send transaction screen.png

- chrome/Main Screen Tabs Switching IT15/8_13-I should see the transactions screen:

chrome/Main Screen Tabs Switching IT15/8_13-I should see the transactions screen.png

- chrome/Main Screen Tabs Switching IT15/6_13-I should see the Receive screen:

chrome/Main Screen Tabs Switching IT15/6_13-I should see the Receive screen.png

- chrome/Get balance with many addresses/3_8-I should see the balance number :

chrome/Get balance with many addresses/3_8-I should see the balance number .png

- chrome/Wallet access after browser restart IT9/6_21-I click the Create personal wallet button:

chrome/Wallet access after browser restart IT9/6_21-I click the Create personal wallet button.png

- chrome/Wallet access after browser restart IT9/11_21-I should see the opened wallet with name :

chrome/Wallet access after browser restart IT9/11_21-I should see the opened wallet with name .png

- chrome/Wallet access after browser restart IT9/9_21-I should see the opened wallet with name :

chrome/Wallet access after browser restart IT9/9_21-I should see the opened wallet with name .png

- chrome/Wallet access after browser restart IT9/3_21-I click the create button:

chrome/Wallet access after browser restart IT9/3_21-I click the create button.png

- chrome/Latest address should be displayed at the top IT106/4_9-I should see my latest address at the top:

chrome/Latest address should be displayed at the top IT106/4_9-I should see my latest address at the top.png

- chrome/Latest address should be displayed at the top IT106/5_9-I should see the addresses exactly list them:

chrome/Latest address should be displayed at the top IT106/5_9-I should see the addresses exactly list them.png

- chrome/User cant send funds to the invalid address IT46/6_72-I should see an invalid address error:

chrome/User cant send funds to the invalid address IT46/6_72-I should see an invalid address error.png

- chrome/Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/5_33-I click on copy to clipboard button:

chrome/Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/5_33-I click on copy to clipboard button.png

- chrome/Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/4_33-I should see the Receive screen:

chrome/Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/4_33-I should see the Receive screen.png

- chrome/Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/6_33-I should see You have successfully copied wallet address pop up:

chrome/Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/6_33-I should see You have successfully copied wallet address pop up.png

- chrome/User redeems manually entered Regular redemption key/9_17-I should see the summary screen:

chrome/User redeems manually entered Regular redemption key/9_17-I should see the summary screen.png

- chrome/User redeems manually entered Regular redemption key/8_17-I should see the Ada Redemption Success Overlay and close the dialogue:

chrome/User redeems manually entered Regular redemption key/8_17-I should see the Ada Redemption Success Overlay and close the dialogue.png

- chrome/Paper wallet creation IT77/15_175-I should see two addresses displayed:

chrome/Paper wallet creation IT77/15_175-I should see two addresses displayed.png

- chrome/Paper wallet creation IT77/16_175-I click the next button:

chrome/Paper wallet creation IT77/16_175-I click the next button.png

- chrome/Paper wallet creation IT77/6_175-I click the create paper wallet button:

chrome/Paper wallet creation IT77/6_175-I click the create paper wallet button.png

- chrome/Paper wallet creation IT77/10_175-I click the next button:

chrome/Paper wallet creation IT77/10_175-I click the next button.png

- chrome/Paper wallet creation IT77/3_175-I click on secondary menu item:

chrome/Paper wallet creation IT77/3_175-I click on secondary menu item.png

- chrome/Paper wallet creation IT77/14_175-I click then button labeled :

chrome/Paper wallet creation IT77/14_175-I click then button labeled .png

- chrome/Paper wallet creation IT77/9_175-I click the next button:

chrome/Paper wallet creation IT77/9_175-I click the next button.png

- chrome/User accepts Daedalus Redemption Disclaimer/6_9-I click on the Continue button:

chrome/User accepts Daedalus Redemption Disclaimer/6_9-I click on the Continue button.png

- chrome/User accepts Daedalus Redemption Disclaimer/5_9-I click on the Ive understood the information above checkbox:

chrome/User accepts Daedalus Redemption Disclaimer/5_9-I click on the Ive understood the information above checkbox.png

- chrome/Wallet cant be created if its password doesnt meet complexity requirements IT7/7_104-I should see Invalid Password error message:

chrome/Wallet cant be created if its password doesnt meet complexity requirements IT7/7_104-I should see Invalid Password error message.png

- chrome/Wallet cant be created if its password doesnt meet complexity requirements IT7/3_104-I click the create button:

chrome/Wallet cant be created if its password doesnt meet complexity requirements IT7/3_104-I click the create button.png

- chrome/Wallet cant be created if its password doesnt meet complexity requirements IT7/6_104-I click the Create personal wallet button:

chrome/Wallet cant be created if its password doesnt meet complexity requirements IT7/6_104-I click the Create personal wallet button.png

- chrome/Ensure user can not add more than 15 words to the Yoroi Wallet Recovery Phrase IT71/3_144-I click the restore button:

chrome/Ensure user can not add more than 15 words to the Yoroi Wallet Recovery Phrase IT71/3_144-I click the restore button.png

- chrome/Ensure user can not add more than 12 words to the Daedalus recovery phrase IT35/4_30-I click on the transfer funds from Daedalus button:

chrome/Ensure user can not add more than 12 words to the Daedalus recovery phrase IT35/4_30-I click on the transfer funds from Daedalus button.png

- chrome/Generate a new receive address IT17/6_16-I should see the addresses exactly list them:

chrome/Generate a new receive address IT17/6_16-I should see the addresses exactly list them.png

- chrome/Generate a new receive address IT17/4_16-I click on the Generate new address button:

chrome/Generate a new receive address IT17/4_16-I click on the Generate new address button.png

- chrome/Generate a new receive address IT17/5_16-I should see my latest address at the top:

chrome/Generate a new receive address IT17/5_16-I should see my latest address at the top.png

- chrome/User cant send more funds than he has IT47/6_83-I should see a not enough ada error:

chrome/User cant send more funds than he has IT47/6_83-I should see a not enough ada error.png

- chrome/Open the tx history of an already loaded wallet IT105/6_55-I should see that the number of transactions is :

chrome/Open the tx history of an already loaded wallet IT105/6_55-I should see that the number of transactions is .png

- chrome/Users will be presented with a security warning prior to seed creation IT27/3_59-I click the create button:

chrome/Users will be presented with a security warning prior to seed creation IT27/3_59-I click the create button.png

- chrome/Users will be presented with a security warning prior to seed creation IT27/6_59-I click the Create personal wallet button:

chrome/Users will be presented with a security warning prior to seed creation IT27/6_59-I click the Create personal wallet button.png

- chrome/User tries to redeem manually entered Regular already used redemption key/8_32-I should see already used redemption key message:

chrome/User tries to redeem manually entered Regular already used redemption key/8_32-I should see already used redemption key message.png

- chrome/Open the tx history of a wallet with a big input tx IT104/4_48-I should see that the number of transactions is :

chrome/Open the tx history of a wallet with a big input tx IT104/4_48-I should see that the number of transactions is .png

- chrome/Open the tx history of a wallet with a big input tx IT104/5_48-I should see transactions:

chrome/Open the tx history of a wallet with a big input tx IT104/5_48-I should see transactions.png

- chrome/Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/6_28-I delete recovery phrase by clicking x signs:

chrome/Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/6_28-I delete recovery phrase by clicking x signs.png

- chrome/Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/3_28-I click the restore button:

chrome/Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/3_28-I click the restore button.png

- chrome/User can transfer Daedalus funds to Yoroi using master key IT19/5_87-I click on the transfer funds from Daedalus master key button:

chrome/User can transfer Daedalus funds to Yoroi using master key IT19/5_87-I click on the transfer funds from Daedalus master key button.png

- chrome/User can transfer Daedalus funds to Yoroi using master key IT19/10_87-I should see the summary screen:

chrome/User can transfer Daedalus funds to Yoroi using master key IT19/10_87-I should see the summary screen.png

- chrome/User tries to redeem manually entered Regular invalid redemption key/6_26-I should see invalid redemption key message:

chrome/User tries to redeem manually entered Regular invalid redemption key/6_26-I should see invalid redemption key message.png

- chrome/Wallet settings tab isnt active if wallet is not created IT23/4_163-I should see secondary menu item disabled:

chrome/Wallet settings tab isnt active if wallet is not created IT23/4_163-I should see secondary menu item disabled.png

- chrome/Display warning if wallet changes during confirmation IT59/7_176-I click on the next button in the wallet send form:

chrome/Display warning if wallet changes during confirmation IT59/7_176-I click on the next button in the wallet send form.png

- chrome/Display warning if wallet changes during confirmation IT59/17_176-I should see the summary screen:

chrome/Display warning if wallet changes during confirmation IT59/17_176-I should see the summary screen.png

- chrome/Display warning if wallet changes during confirmation IT59/12_176-I click on the next button in the wallet send form:

chrome/Display warning if wallet changes during confirmation IT59/12_176-I click on the next button in the wallet send form.png

- chrome/Display warning if wallet changes during confirmation IT59/11_176-I click the back button:

chrome/Display warning if wallet changes during confirmation IT59/11_176-I click the back button.png

- chrome/Display warning if wallet changes during confirmation IT59/14_176-I should see no warning block:

chrome/Display warning if wallet changes during confirmation IT59/14_176-I should see no warning block.png

- chrome/Display warning if wallet changes during confirmation IT59/10_176-I should see a warning block:

chrome/Display warning if wallet changes during confirmation IT59/10_176-I should see a warning block.png

- chrome/Successfully restoring a simple wallet/3_37-I click the restore button:

chrome/Successfully restoring a simple wallet/3_37-I click the restore button.png

- chrome/Successfully restoring a simple wallet/7_37-I click the Restore Wallet button:

chrome/Successfully restoring a simple wallet/7_37-I click the Restore Wallet button.png

- chrome/Successfully restoring a simple wallet/9_37-I click the next button:

chrome/Successfully restoring a simple wallet/9_37-I click the next button.png

- chrome/Successfully restoring a simple wallet/13_37-I should see the addresses exactly list them:

chrome/Successfully restoring a simple wallet/13_37-I should see the addresses exactly list them.png

- chrome/Successfully restoring a simple wallet/8_37-I should see a plate :

chrome/Successfully restoring a simple wallet/8_37-I should see a plate .png

- chrome/Successfully restoring a simple wallet/10_37-I should see the opened wallet with name :

chrome/Successfully restoring a simple wallet/10_37-I should see the opened wallet with name .png

- chrome/Wallet renaming IT8/9_96-I should see new wallet name :

chrome/Wallet renaming IT8/9_96-I should see new wallet name .png

- chrome/Wallet renaming IT8/4_95-I click on secondary menu item:

chrome/Wallet renaming IT8/4_95-I click on secondary menu item.png

- chrome/Wallet renaming IT8/4_96-I click on secondary menu item:

chrome/Wallet renaming IT8/4_96-I click on secondary menu item.png

- chrome/Wallet renaming IT8/9_92-I should see new wallet name :

chrome/Wallet renaming IT8/9_92-I should see new wallet name .png

- chrome/Wallet renaming IT8/5_95-I click on name input field:

chrome/Wallet renaming IT8/5_95-I click on name input field.png

- chrome/Wallet renaming IT8/7_94-I click outside name input field:

chrome/Wallet renaming IT8/7_94-I click outside name input field.png

- chrome/Wallet renaming IT8/5_96-I click on name input field:

chrome/Wallet renaming IT8/5_96-I click on name input field.png

- chrome/Wallet renaming IT8/9_93-I should see new wallet name :

chrome/Wallet renaming IT8/9_93-I should see new wallet name .png

- chrome/Wallet renaming IT8/7_92-I click outside name input field:

chrome/Wallet renaming IT8/7_92-I click outside name input field.png

- chrome/Wallet renaming IT8/5_93-I click on name input field:

chrome/Wallet renaming IT8/5_93-I click on name input field.png

- chrome/Wallet renaming IT8/7_96-I click outside name input field:

chrome/Wallet renaming IT8/7_96-I click outside name input field.png

- chrome/Wallet renaming IT8/4_92-I click on secondary menu item:

chrome/Wallet renaming IT8/4_92-I click on secondary menu item.png

- chrome/Wallet renaming IT8/9_95-I should see new wallet name :

chrome/Wallet renaming IT8/9_95-I should see new wallet name .png

- chrome/Wallet renaming IT8/5_97-I click on name input field:

chrome/Wallet renaming IT8/5_97-I click on name input field.png

- chrome/Wallet renaming IT8/7_95-I click outside name input field:

chrome/Wallet renaming IT8/7_95-I click outside name input field.png

- chrome/Wallet renaming IT8/4_94-I click on secondary menu item:

chrome/Wallet renaming IT8/4_94-I click on secondary menu item.png

- chrome/Wallet renaming IT8/7_97-I click outside name input field:

chrome/Wallet renaming IT8/7_97-I click outside name input field.png

- chrome/Wallet renaming IT8/4_97-I click on secondary menu item:

chrome/Wallet renaming IT8/4_97-I click on secondary menu item.png

- chrome/Wallet renaming IT8/9_97-I should see new wallet name :

chrome/Wallet renaming IT8/9_97-I should see new wallet name .png

- chrome/Wallet renaming IT8/7_93-I click outside name input field:

chrome/Wallet renaming IT8/7_93-I click outside name input field.png

- chrome/Wallet renaming IT8/5_94-I click on name input field:

chrome/Wallet renaming IT8/5_94-I click on name input field.png

- chrome/Wallet renaming IT8/9_94-I should see new wallet name :

chrome/Wallet renaming IT8/9_94-I should see new wallet name .png

- chrome/Wallet renaming IT8/4_93-I click on secondary menu item:

chrome/Wallet renaming IT8/4_93-I click on secondary menu item.png

- chrome/Wallet renaming IT8/5_92-I click on name input field:

chrome/Wallet renaming IT8/5_92-I click on name input field.png

- chrome/User redeems Regular PDF certificate/9_39-I should see the summary screen:

chrome/User redeems Regular PDF certificate/9_39-I should see the summary screen.png

- chrome/User redeems Regular PDF certificate/8_39-I should see the Ada Redemption Success Overlay and close the dialogue:

chrome/User redeems Regular PDF certificate/8_39-I should see the Ada Redemption Success Overlay and close the dialogue.png

- chrome/User redeems Force vended PDF certificate/9_56-I should see the Ada Redemption Success Overlay and close the dialogue:

chrome/User redeems Force vended PDF certificate/9_56-I should see the Ada Redemption Success Overlay and close the dialogue.png

- chrome/User redeems Force vended PDF certificate/5_56-I click on ada redemption choices tab:

chrome/User redeems Force vended PDF certificate/5_56-I click on ada redemption choices tab.png

- chrome/User redeems Force vended PDF certificate/10_56-I should see the summary screen:

chrome/User redeems Force vended PDF certificate/10_56-I should see the summary screen.png

- chrome/User cant create more than 20 consecutive unused addresses IT49/4_25-I click on the Generate new address button 09 times:

chrome/User cant create more than 20 consecutive unused addresses IT49/4_25-I click on the Generate new address button 09 times.png

- chrome/User cant create more than 20 consecutive unused addresses IT49/6_25-I should see an error about max unused addresses:

chrome/User cant create more than 20 consecutive unused addresses IT49/6_25-I should see an error about max unused addresses.png

- chrome/User cant create more than 20 consecutive unused addresses IT49/5_25-I click on the Generate new address button:

chrome/User cant create more than 20 consecutive unused addresses IT49/5_25-I click on the Generate new address button.png

- chrome/Password should be casesensitive Wallet password changing IT91/9_73-I should see the following submit error messages:

chrome/Password should be casesensitive Wallet password changing IT91/9_73-I should see the following submit error messages.png

- chrome/Password should be casesensitive Wallet password changing IT91/6_75-I should see the wallet password dialog:

chrome/Password should be casesensitive Wallet password changing IT91/6_75-I should see the wallet password dialog.png

- chrome/Password should be casesensitive Wallet password changing IT91/9_75-I should see the following submit error messages:

chrome/Password should be casesensitive Wallet password changing IT91/9_75-I should see the following submit error messages.png

- chrome/Password should be casesensitive Wallet password changing IT91/5_74-I click on the password label:

chrome/Password should be casesensitive Wallet password changing IT91/5_74-I click on the password label.png

- chrome/Password should be casesensitive Wallet password changing IT91/4_74-I click on secondary menu item:

chrome/Password should be casesensitive Wallet password changing IT91/4_74-I click on secondary menu item.png

- chrome/Password should be casesensitive Wallet password changing IT91/4_73-I click on secondary menu item:

chrome/Password should be casesensitive Wallet password changing IT91/4_73-I click on secondary menu item.png

- chrome/Password should be casesensitive Wallet password changing IT91/5_75-I click on the password label:

chrome/Password should be casesensitive Wallet password changing IT91/5_75-I click on the password label.png

- chrome/Password should be casesensitive Wallet password changing IT91/4_75-I click on secondary menu item:

chrome/Password should be casesensitive Wallet password changing IT91/4_75-I click on secondary menu item.png

- chrome/Password should be casesensitive Wallet password changing IT91/6_73-I should see the wallet password dialog:

chrome/Password should be casesensitive Wallet password changing IT91/6_73-I should see the wallet password dialog.png

- chrome/Password should be casesensitive Wallet password changing IT91/9_74-I should see the following submit error messages:

chrome/Password should be casesensitive Wallet password changing IT91/9_74-I should see the following submit error messages.png

- chrome/Password should be casesensitive Wallet password changing IT91/6_74-I should see the wallet password dialog:

chrome/Password should be casesensitive Wallet password changing IT91/6_74-I should see the wallet password dialog.png

- chrome/Password should be casesensitive Wallet password changing IT91/5_73-I click on the password label:

chrome/Password should be casesensitive Wallet password changing IT91/5_73-I click on the password label.png

- chrome/Open the tx history of an empty wallet IT101/4_8-I should see that the number of transactions is :

chrome/Open the tx history of an empty wallet IT101/4_8-I should see that the number of transactions is .png

- chrome/Open the tx history of an empty wallet IT101/5_8-I should see no transactions:

chrome/Open the tx history of an empty wallet IT101/5_8-I should see no transactions.png

- chrome/Display warning if wallet changes during send screen IT59/8_223-I should see a warning block:

chrome/Display warning if wallet changes during send screen IT59/8_223-I should see a warning block.png

- chrome/User tries to redeem ada and receives an invalid signature error from the server/8_115-I should see an error message saying that ADA could not be redeemed correctly:

chrome/User tries to redeem ada and receives an invalid signature error from the server/8_115-I should see an error message saying that ADA could not be redeemed correctly.png

- chrome/User redeems Recovery regular encrypted PDF certificate/11_87-I should see the summary screen:

chrome/User redeems Recovery regular encrypted PDF certificate/11_87-I should see the summary screen.png

- chrome/User redeems Recovery regular encrypted PDF certificate/5_87-I click on ada redemption choices tab:

chrome/User redeems Recovery regular encrypted PDF certificate/5_87-I click on ada redemption choices tab.png

- chrome/User redeems Recovery regular encrypted PDF certificate/10_87-I should see the Ada Redemption Success Overlay and close the dialogue:

chrome/User redeems Recovery regular encrypted PDF certificate/10_87-I should see the Ada Redemption Success Overlay and close the dialogue.png

- chrome/Wallet creation IT5/3_9-I click the create button:

chrome/Wallet creation IT5/3_9-I click the create button.png

- chrome/Wallet creation IT5/9_9-I should see the opened wallet with name :

chrome/Wallet creation IT5/9_9-I should see the opened wallet with name .png

- chrome/Wallet creation IT5/6_9-I click the Create personal wallet button:

chrome/Wallet creation IT5/6_9-I click the Create personal wallet button.png

- chrome/Restoring a paper wallet IT72/10_147-I click the next button:

chrome/Restoring a paper wallet IT72/10_147-I click the next button.png

- chrome/Restoring a paper wallet IT72/11_147-I should see the opened wallet with name :

chrome/Restoring a paper wallet IT72/11_147-I should see the opened wallet with name .png

- chrome/Restoring a paper wallet IT72/8_147-I click the Restore Wallet button:

chrome/Restoring a paper wallet IT72/8_147-I click the Restore Wallet button.png

- chrome/Restoring a paper wallet IT72/3_147-I click the restore paper wallet button:

chrome/Restoring a paper wallet IT72/3_147-I click the restore paper wallet button.png

- chrome/Restoring a paper wallet IT72/9_147-I should see a plate :

chrome/Restoring a paper wallet IT72/9_147-I should see a plate .png

- chrome/Restoring a paper wallet IT72/13_147-I should see the addresses exactly list them:

chrome/Restoring a paper wallet IT72/13_147-I should see the addresses exactly list them.png

- chrome/CONFIRM TRANSACTION Pop up displays properly IT48/7_69-I click on the next button in the wallet send form:

chrome/CONFIRM TRANSACTION Pop up displays properly IT48/7_69-I click on the next button in the wallet send form.png

- chrome/Terms of Use are not accepted if user didnt confirm it and closereload the browser page IT51/4_14-I click on I agree with the terms of use checkbox:

chrome/Terms of Use are not accepted if user didnt confirm it and closereload the browser page IT51/4_14-I click on I agree with the terms of use checkbox.png

- chrome/User can send funds from one Yoroi wallet to another IT54/12_28-I should see the summary screen:

chrome/User can send funds from one Yoroi wallet to another IT54/12_28-I should see the summary screen.png

- chrome/User can send funds from one Yoroi wallet to another IT54/12_27-I should see the summary screen:

chrome/User can send funds from one Yoroi wallet to another IT54/12_27-I should see the summary screen.png

- chrome/User can send funds from one Yoroi wallet to another IT54/9_27-I should see no warning block:

chrome/User can send funds from one Yoroi wallet to another IT54/9_27-I should see no warning block.png

- chrome/User can send funds from one Yoroi wallet to another IT54/9_28-I should see no warning block:

chrome/User can send funds from one Yoroi wallet to another IT54/9_28-I should see no warning block.png

- chrome/User can send funds from one Yoroi wallet to another IT54/7_27-I click on the next button in the wallet send form:

chrome/User can send funds from one Yoroi wallet to another IT54/7_27-I click on the next button in the wallet send form.png

- chrome/User can send funds from one Yoroi wallet to another IT54/7_28-I click on the next button in the wallet send form:

chrome/User can send funds from one Yoroi wallet to another IT54/7_28-I click on the next button in the wallet send form.png

- chrome/User can send funds from one Yoroi wallet to another IT54/9_29-I should see no warning block:

chrome/User can send funds from one Yoroi wallet to another IT54/9_29-I should see no warning block.png

- chrome/User can send funds from one Yoroi wallet to another IT54/12_29-I should see the summary screen:

chrome/User can send funds from one Yoroi wallet to another IT54/12_29-I should see the summary screen.png

- chrome/User can send funds from one Yoroi wallet to another IT54/7_29-I click on the next button in the wallet send form:

chrome/User can send funds from one Yoroi wallet to another IT54/7_29-I click on the next button in the wallet send form.png

- chrome/Wallet cant be restored without entering password IT26/8_102-I click the Restore Wallet button:

chrome/Wallet cant be restored without entering password IT26/8_102-I click the Restore Wallet button.png

- chrome/Wallet cant be restored without entering password IT26/3_102-I click the restore button:

chrome/Wallet cant be restored without entering password IT26/3_102-I click the restore button.png

- chrome/Ensure every generated wallet address is unique IT34/4_31-I click on the Generate new address button 09 times:

chrome/Ensure every generated wallet address is unique IT34/4_31-I click on the Generate new address button 09 times.png

- chrome/Yoroi Settings Screen Support IT4/4_169-I should see support screen:

chrome/Yoroi Settings Screen Support IT4/4_169-I should see support screen.png

- chrome/Yoroi Settings Screen Support IT4/3_169-I click on secondary menu item:

chrome/Yoroi Settings Screen Support IT4/3_169-I click on secondary menu item.png

- chrome/Sending a Tx and receiving from the server an invalid signature error/11_116-I should see an invalid signature error message:

chrome/Sending a Tx and receiving from the server an invalid signature error/11_116-I should see an invalid signature error message.png

- chrome/Sending a Tx and receiving from the server an invalid signature error/7_116-I click on the next button in the wallet send form:

chrome/Sending a Tx and receiving from the server an invalid signature error/7_116-I click on the next button in the wallet send form.png

- chrome/User cant change password without filling Password repeat field IT40/6_131-I should see the wallet password dialog:

chrome/User cant change password without filling Password repeat field IT40/6_131-I should see the wallet password dialog.png

- chrome/User cant change password without filling Password repeat field IT40/11_131-I should see Doesnt match error message:

chrome/User cant change password without filling Password repeat field IT40/11_131-I should see Doesnt match error message.png

- chrome/User cant change password without filling Password repeat field IT40/4_131-I click on secondary menu item:

chrome/User cant change password without filling Password repeat field IT40/4_131-I click on secondary menu item.png

- chrome/User cant change password without filling Password repeat field IT40/5_131-I click on the password label:

chrome/User cant change password without filling Password repeat field IT40/5_131-I click on the password label.png

- chrome/Yoroi Settings Screen Terms of Use in Default EnglishIT3/3_157-I click on secondary menu item:

chrome/Yoroi Settings Screen Terms of Use in Default EnglishIT3/3_157-I click on secondary menu item.png

- chrome/Yoroi Settings Screen Terms of Use in Default EnglishIT3/4_157-I should see the Terms of use screen:

chrome/Yoroi Settings Screen Terms of Use in Default EnglishIT3/4_157-I should see the Terms of use screen.png

- chrome/Daedalus transfer should fail to recover wallet if connection was lost IT84/4_19-I click on the transfer funds from Daedalus button:

chrome/Daedalus transfer should fail to recover wallet if connection was lost IT84/4_19-I click on the transfer funds from Daedalus button.png

- chrome/Daedalus transfer should fail to recover wallet if connection was lost IT84/8_19-I should see Connection lost error message:

chrome/Daedalus transfer should fail to recover wallet if connection was lost IT84/8_19-I should see Connection lost error message.png

- chrome/Daedalus transfer should fail to recover wallet if connection was lost IT84/7_19-I should see an Error screen:

chrome/Daedalus transfer should fail to recover wallet if connection was lost IT84/7_19-I should see an Error screen.png

- chrome/Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/9_57-I should see Daedalus wallet without funds error message:

chrome/Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/9_57-I should see Daedalus wallet without funds error message.png

- chrome/Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/5_57-I click on the transfer funds from Daedalus button:

chrome/Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/5_57-I click on the transfer funds from Daedalus button.png

- chrome/Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/8_57-I should see an Error screen:

chrome/Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/8_57-I should see an Error screen.png

Complete E2E _firefox_ screenshots collection for 'PR511-35b2ceb'

- firefox/User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/10_41-I should see the summary screen:

firefox/User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/10_41-I should see the summary screen.png

- firefox/User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/5_41-I click on the transfer funds from Daedalus button:

firefox/User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/5_41-I click on the transfer funds from Daedalus button.png

- firefox/User redeems Recovery force vended encrypted PDF certificate/11_110-I should see the summary screen:

firefox/User redeems Recovery force vended encrypted PDF certificate/11_110-I should see the summary screen.png

- firefox/User redeems Recovery force vended encrypted PDF certificate/11_112-I should see the summary screen:

firefox/User redeems Recovery force vended encrypted PDF certificate/11_112-I should see the summary screen.png

- firefox/User redeems Recovery force vended encrypted PDF certificate/10_112-I should see the Ada Redemption Success Overlay and close the dialogue:

firefox/User redeems Recovery force vended encrypted PDF certificate/10_112-I should see the Ada Redemption Success Overlay and close the dialogue.png

- firefox/User redeems Recovery force vended encrypted PDF certificate/11_111-I should see the summary screen:

firefox/User redeems Recovery force vended encrypted PDF certificate/11_111-I should see the summary screen.png

- firefox/User redeems Recovery force vended encrypted PDF certificate/10_110-I should see the Ada Redemption Success Overlay and close the dialogue:

firefox/User redeems Recovery force vended encrypted PDF certificate/10_110-I should see the Ada Redemption Success Overlay and close the dialogue.png

- firefox/User redeems Recovery force vended encrypted PDF certificate/5_110-I click on ada redemption choices tab:

firefox/User redeems Recovery force vended encrypted PDF certificate/5_110-I click on ada redemption choices tab.png

- firefox/User redeems Recovery force vended encrypted PDF certificate/5_112-I click on ada redemption choices tab:

firefox/User redeems Recovery force vended encrypted PDF certificate/5_112-I click on ada redemption choices tab.png

- firefox/User redeems Recovery force vended encrypted PDF certificate/5_111-I click on ada redemption choices tab:

firefox/User redeems Recovery force vended encrypted PDF certificate/5_111-I click on ada redemption choices tab.png

- firefox/User redeems Recovery force vended encrypted PDF certificate/10_111-I should see the Ada Redemption Success Overlay and close the dialogue:

firefox/User redeems Recovery force vended encrypted PDF certificate/10_111-I should see the Ada Redemption Success Overlay and close the dialogue.png

- firefox/Daedalus transfer fails when user type invalid mnemonic phrase IT99/7_9-I should see an Invalid recovery phrase error message:

firefox/Daedalus transfer fails when user type invalid mnemonic phrase IT99/7_9-I should see an Invalid recovery phrase error message.png

- firefox/Daedalus transfer fails when user type invalid mnemonic phrase IT99/4_9-I click on the transfer funds from Daedalus button:

firefox/Daedalus transfer fails when user type invalid mnemonic phrase IT99/4_9-I click on the transfer funds from Daedalus button.png

- firefox/User can send a tx after invalid password attempt IT60/7_200-I click on the next button in the wallet send form:

firefox/User can send a tx after invalid password attempt IT60/7_200-I click on the next button in the wallet send form.png

- firefox/User can send a tx after invalid password attempt IT60/15_200-I should see the summary screen:

firefox/User can send a tx after invalid password attempt IT60/15_200-I should see the summary screen.png

- firefox/User can send a tx after invalid password attempt IT60/11_200-I should see an incorrect wallet password error message:

firefox/User can send a tx after invalid password attempt IT60/11_200-I should see an incorrect wallet password error message.png

- firefox/Ensure user can hide used Addresses under Receive tab IT22/6_36-I should see the addresses exactly list them:

firefox/Ensure user can hide used Addresses under Receive tab IT22/6_36-I should see the addresses exactly list them.png

- firefox/Ensure user can hide used Addresses under Receive tab IT22/4_36-I click on the Generate new address button:

firefox/Ensure user can hide used Addresses under Receive tab IT22/4_36-I click on the Generate new address button.png

- firefox/Ensure user can hide used Addresses under Receive tab IT22/5_36-I click on the Hide used addresses button:

firefox/Ensure user can hide used Addresses under Receive tab IT22/5_36-I click on the Hide used addresses button.png

- firefox/User can send all funds from one Yoroi wallet to another/5_113-I click on Send all my ADA checkbox:

firefox/User can send all funds from one Yoroi wallet to another/5_113-I click on Send all my ADA checkbox.png

- firefox/User can send all funds from one Yoroi wallet to another/12_113-I should see the summary screen:

firefox/User can send all funds from one Yoroi wallet to another/12_113-I should see the summary screen.png

- firefox/User can send all funds from one Yoroi wallet to another/8_113-I click on the next button in the wallet send form:

firefox/User can send all funds from one Yoroi wallet to another/8_113-I click on the next button in the wallet send form.png

- firefox/User cant change password if it doesnt meet complexity requirements IT12/4_23-I click on secondary menu item:

firefox/User cant change password if it doesnt meet complexity requirements IT12/4_23-I click on secondary menu item.png

- firefox/User cant change password if it doesnt meet complexity requirements IT12/5_23-I click on the password label:

firefox/User cant change password if it doesnt meet complexity requirements IT12/5_23-I click on the password label.png

- firefox/User cant change password if it doesnt meet complexity requirements IT12/6_23-I should see the wallet password dialog:

firefox/User cant change password if it doesnt meet complexity requirements IT12/6_23-I should see the wallet password dialog.png

- firefox/User cant change password if it doesnt meet complexity requirements IT12/9_23-I should see the following error messages:

firefox/User cant change password if it doesnt meet complexity requirements IT12/9_23-I should see the following error messages.png

- firefox/User cant send funds with incorrect Spending password IT42/11_133-I should see an incorrect wallet password error message:

firefox/User cant send funds with incorrect Spending password IT42/11_133-I should see an incorrect wallet password error message.png

- firefox/User cant send funds with incorrect Spending password IT42/7_133-I click on the next button in the wallet send form:

firefox/User cant send funds with incorrect Spending password IT42/7_133-I click on the next button in the wallet send form.png

- firefox/Wallet cant be renamed if new wallet name doesnt meet requirements IT41/7_114-I click outside name input field:

firefox/Wallet cant be renamed if new wallet name doesnt meet requirements IT41/7_114-I click outside name input field.png

- firefox/Wallet cant be renamed if new wallet name doesnt meet requirements IT41/5_114-I click on name input field:

firefox/Wallet cant be renamed if new wallet name doesnt meet requirements IT41/5_114-I click on name input field.png

- firefox/Wallet cant be renamed if new wallet name doesnt meet requirements IT41/8_114-I should see Wallet name requires at least 1 and at most 40 letters error message:

firefox/Wallet cant be renamed if new wallet name doesnt meet requirements IT41/8_114-I should see Wallet name requires at least 1 and at most 40 letters error message.png

- firefox/Wallet cant be renamed if new wallet name doesnt meet requirements IT41/4_114-I click on secondary menu item:

firefox/Wallet cant be renamed if new wallet name doesnt meet requirements IT41/4_114-I click on secondary menu item.png

- firefox/Wallet cant be created if wallet name doesnt meet requirements IT16/12_89-I should see Wallet name requires at least 1 and at most 40 letters error message:

firefox/Wallet cant be created if wallet name doesnt meet requirements IT16/12_89-I should see Wallet name requires at least 1 and at most 40 letters error message.png

- firefox/Wallet cant be created if wallet name doesnt meet requirements IT16/3_89-I click the create button:

firefox/Wallet cant be created if wallet name doesnt meet requirements IT16/3_89-I click the create button.png

- firefox/Wallet cant be created if wallet name doesnt meet requirements IT16/7_89-I click the Create personal wallet button:

firefox/Wallet cant be created if wallet name doesnt meet requirements IT16/7_89-I click the Create personal wallet button.png

- firefox/Wallet cant be created if wallet name doesnt meet requirements IT16/10_89-I click the Create personal wallet button:

firefox/Wallet cant be created if wallet name doesnt meet requirements IT16/10_89-I click the Create personal wallet button.png

- firefox/Yoroi Wallet Home Button Test IT21/5_23-I should see the transactions screen:

firefox/Yoroi Wallet Home Button Test IT21/5_23-I should see the transactions screen.png

- firefox/Yoroi Wallet Home Button Test IT21/8_23-I should see the transactions screen:

firefox/Yoroi Wallet Home Button Test IT21/8_23-I should see the transactions screen.png

- firefox/Wallet restoration Recovery Phrase with less than 15 words IT73/6_178-I should see an X words left error message:

firefox/Wallet restoration Recovery Phrase with less than 15 words IT73/6_178-I should see an X words left error message.png

- firefox/Wallet restoration Recovery Phrase with less than 15 words IT73/3_178-I click the restore button:

firefox/Wallet restoration Recovery Phrase with less than 15 words IT73/3_178-I click the restore button.png

- firefox/Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/9_83-I click the next button:

firefox/Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/9_83-I click the next button.png

- firefox/Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/10_83-I should see the opened wallet with name :

firefox/Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/10_83-I should see the opened wallet with name .png

- firefox/Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/8_83-I should see a plate :

firefox/Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/8_83-I should see a plate .png

- firefox/Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/7_83-I click the Restore Wallet button:

firefox/Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/7_83-I click the Restore Wallet button.png

- firefox/Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/12_83-I should see the addresses exactly list them:

firefox/Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/12_83-I should see the addresses exactly list them.png

- firefox/Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/3_83-I click the restore button:

firefox/Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/3_83-I click the restore button.png

- firefox/Try to make a transactions from the empty wallet IT89/5_167-I should see a not enough ada error:

firefox/Try to make a transactions from the empty wallet IT89/5_167-I should see a not enough ada error.png

- firefox/Open the tx history of a simple wallet IT102/4_15-I should see that the number of transactions is :

firefox/Open the tx history of a simple wallet IT102/4_15-I should see that the number of transactions is .png

- firefox/Open the tx history of a simple wallet IT102/5_15-I should see transactions:

firefox/Open the tx history of a simple wallet IT102/5_15-I should see transactions.png

- firefox/Open the tx history of a simple wallet IT102/6_15-I should see transactions:

firefox/Open the tx history of a simple wallet IT102/6_15-I should see transactions.png

- firefox/Wallet restoration Recovery Phrase test IT70/9_132-I should see an Invalid recovery phrase error message:

firefox/Wallet restoration Recovery Phrase test IT70/9_132-I should see an Invalid recovery phrase error message.png

- firefox/Wallet restoration Recovery Phrase test IT70/3_132-I click the restore button:

firefox/Wallet restoration Recovery Phrase test IT70/3_132-I click the restore button.png

- firefox/Wallet restoration Recovery Phrase test IT70/7_132-I click the Restore Wallet button:

firefox/Wallet restoration Recovery Phrase test IT70/7_132-I click the Restore Wallet button.png

- firefox/Ensure that wallet addresses are restored correctly IT86/3_58-I click the restore button:

firefox/Ensure that wallet addresses are restored correctly IT86/3_58-I click the restore button.png

- firefox/Ensure that wallet addresses are restored correctly IT86/8_58-I should see a plate :

firefox/Ensure that wallet addresses are restored correctly IT86/8_58-I should see a plate .png

- firefox/Ensure that wallet addresses are restored correctly IT86/10_58-I should see the opened wallet with name :

firefox/Ensure that wallet addresses are restored correctly IT86/10_58-I should see the opened wallet with name .png

- firefox/Ensure that wallet addresses are restored correctly IT86/7_58-I click the Restore Wallet button:

firefox/Ensure that wallet addresses are restored correctly IT86/7_58-I click the Restore Wallet button.png

- firefox/Ensure that wallet addresses are restored correctly IT86/13_58-I should see the addresses exactly list them:

firefox/Ensure that wallet addresses are restored correctly IT86/13_58-I should see the addresses exactly list them.png

- firefox/Ensure that wallet addresses are restored correctly IT86/9_58-I click the next button:

firefox/Ensure that wallet addresses are restored correctly IT86/9_58-I click the next button.png

- firefox/Wallet cant be created without entering password IT24/3_48-I click the create button:

firefox/Wallet cant be created without entering password IT24/3_48-I click the create button.png

- firefox/Wallet cant be created without entering password IT24/7_48-I click the Create personal wallet button:

firefox/Wallet cant be created without entering password IT24/7_48-I click the Create personal wallet button.png

- firefox/User is able to change spending password IT94/15_55-I click on the next button in the wallet send form:

firefox/User is able to change spending password IT94/15_55-I click on the next button in the wallet send form.png

- firefox/User is able to change spending password IT94/19_55-I should see the summary screen:

firefox/User is able to change spending password IT94/19_55-I should see the summary screen.png

- firefox/User is able to change spending password IT94/7_55-I should see the wallet password dialog:

firefox/User is able to change spending password IT94/7_55-I should see the wallet password dialog.png

- firefox/User is able to change spending password IT94/6_55-I click on the password label:

firefox/User is able to change spending password IT94/6_55-I click on the password label.png

- firefox/User is able to change spending password IT94/5_55-I click on secondary menu item:

firefox/User is able to change spending password IT94/5_55-I click on secondary menu item.png

- firefox/Spending Password should be casesensitive Transaction confirmation IT90/6_49-I click on the next button in the wallet send form:

firefox/Spending Password should be casesensitive Transaction confirmation IT90/6_49-I click on the next button in the wallet send form.png

- firefox/Spending Password should be casesensitive Transaction confirmation IT90/10_49-I should see an incorrect wallet password error message:

firefox/Spending Password should be casesensitive Transaction confirmation IT90/10_49-I should see an incorrect wallet password error message.png

- firefox/Spending Password should be casesensitive Transaction confirmation IT90/6_51-I click on the next button in the wallet send form:

firefox/Spending Password should be casesensitive Transaction confirmation IT90/6_51-I click on the next button in the wallet send form.png

- firefox/Spending Password should be casesensitive Transaction confirmation IT90/10_50-I should see an incorrect wallet password error message:

firefox/Spending Password should be casesensitive Transaction confirmation IT90/10_50-I should see an incorrect wallet password error message.png

- firefox/Spending Password should be casesensitive Transaction confirmation IT90/10_51-I should see an incorrect wallet password error message:

firefox/Spending Password should be casesensitive Transaction confirmation IT90/10_51-I should see an incorrect wallet password error message.png

- firefox/Spending Password should be casesensitive Transaction confirmation IT90/6_50-I click on the next button in the wallet send form:

firefox/Spending Password should be casesensitive Transaction confirmation IT90/6_50-I click on the next button in the wallet send form.png

- firefox/User redeems Force vended encrypted PDF certificate/5_66-I click on ada redemption choices tab:

firefox/User redeems Force vended encrypted PDF certificate/5_66-I click on ada redemption choices tab.png

- firefox/User redeems Force vended encrypted PDF certificate/10_66-I should see the Ada Redemption Success Overlay and close the dialogue:

firefox/User redeems Force vended encrypted PDF certificate/10_66-I should see the Ada Redemption Success Overlay and close the dialogue.png

- firefox/User redeems Force vended encrypted PDF certificate/11_66-I should see the summary screen:

firefox/User redeems Force vended encrypted PDF certificate/11_66-I should see the summary screen.png

- firefox/Restoring an empty wallet IT6/3_9-I click the restore button:

firefox/Restoring an empty wallet IT6/3_9-I click the restore button.png

- firefox/Restoring an empty wallet IT6/9_9-I click the next button:

firefox/Restoring an empty wallet IT6/9_9-I click the next button.png

- firefox/Restoring an empty wallet IT6/10_9-I should see the opened wallet with name :

firefox/Restoring an empty wallet IT6/10_9-I should see the opened wallet with name .png

- firefox/Restoring an empty wallet IT6/12_9-I should see the addresses exactly list them:

firefox/Restoring an empty wallet IT6/12_9-I should see the addresses exactly list them.png

- firefox/Restoring an empty wallet IT6/7_9-I click the Restore Wallet button:

firefox/Restoring an empty wallet IT6/7_9-I click the Restore Wallet button.png

- firefox/Restoring an empty wallet IT6/8_9-I should see a plate :

firefox/Restoring an empty wallet IT6/8_9-I should see a plate .png

- firefox/User redeems manually entered Force vended redemption key/10_47-I should see the summary screen:

firefox/User redeems manually entered Force vended redemption key/10_47-I should see the summary screen.png

- firefox/User redeems manually entered Force vended redemption key/9_47-I should see the Ada Redemption Success Overlay and close the dialogue:

firefox/User redeems manually entered Force vended redemption key/9_47-I should see the Ada Redemption Success Overlay and close the dialogue.png

- firefox/User redeems manually entered Force vended redemption key/5_47-I click on ada redemption choices tab:

firefox/User redeems manually entered Force vended redemption key/5_47-I click on ada redemption choices tab.png

- firefox/Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/3_35-I click the create button:

firefox/Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/3_35-I click the create button.png

- firefox/Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/9_35-I click Clear button:

firefox/Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/9_35-I click Clear button.png

- firefox/Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/6_35-I click the Create personal wallet button:

firefox/Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/6_35-I click the Create personal wallet button.png

- firefox/User cant change the password without entering old password IT14/4_117-I click on secondary menu item:

firefox/User cant change the password without entering old password IT14/4_117-I click on secondary menu item.png

- firefox/User cant change the password without entering old password IT14/5_117-I click on the password label:

firefox/User cant change the password without entering old password IT14/5_117-I click on the password label.png

- firefox/User cant change the password without entering old password IT14/6_117-I should see the wallet password dialog:

firefox/User cant change the password without entering old password IT14/6_117-I should see the wallet password dialog.png

- firefox/Open the tx history of a complex wallet IT103/4_41-I should see that the number of transactions is :

firefox/Open the tx history of a complex wallet IT103/4_41-I should see that the number of transactions is .png

- firefox/Open the tx history of a complex wallet IT103/5_41-I should see transactions:

firefox/Open the tx history of a complex wallet IT103/5_41-I should see transactions.png

- firefox/Daedalustransfer page buttons test IT37/6_75-I click next button on the Daedalus transfer page:

firefox/Daedalustransfer page buttons test IT37/6_75-I click next button on the Daedalus transfer page.png

- firefox/Daedalustransfer page buttons test IT37/8_75-I click the back button:

firefox/Daedalustransfer page buttons test IT37/8_75-I click the back button.png

- firefox/Daedalustransfer page buttons test IT37/7_75-I should see This field is required error message:

firefox/Daedalustransfer page buttons test IT37/7_75-I should see This field is required error message.png

- firefox/Daedalustransfer page buttons test IT37/5_75-I click on the transfer funds from Daedalus button:

firefox/Daedalustransfer page buttons test IT37/5_75-I click on the transfer funds from Daedalus button.png

- firefox/User redeems manually entered Paper vended shielded vending key and passphrase/10_77-I should see the Ada Redemption Success Overlay and close the dialogue:

firefox/User redeems manually entered Paper vended shielded vending key and passphrase/10_77-I should see the Ada Redemption Success Overlay and close the dialogue.png

- firefox/User redeems manually entered Paper vended shielded vending key and passphrase/5_77-I click on ada redemption choices tab:

firefox/User redeems manually entered Paper vended shielded vending key and passphrase/5_77-I click on ada redemption choices tab.png

- firefox/User redeems manually entered Paper vended shielded vending key and passphrase/11_77-I should see the summary screen:

firefox/User redeems manually entered Paper vended shielded vending key and passphrase/11_77-I should see the summary screen.png

- firefox/Main Screen Tabs Switching IT15/4_13-I should see send transaction screen:

firefox/Main Screen Tabs Switching IT15/4_13-I should see send transaction screen.png

- firefox/Main Screen Tabs Switching IT15/8_13-I should see the transactions screen:

firefox/Main Screen Tabs Switching IT15/8_13-I should see the transactions screen.png

- firefox/Main Screen Tabs Switching IT15/6_13-I should see the Receive screen:

firefox/Main Screen Tabs Switching IT15/6_13-I should see the Receive screen.png

- firefox/Get balance with many addresses/3_8-I should see the balance number :

firefox/Get balance with many addresses/3_8-I should see the balance number .png

- firefox/Wallet access after browser restart IT9/6_21-I click the Create personal wallet button:

firefox/Wallet access after browser restart IT9/6_21-I click the Create personal wallet button.png

- firefox/Wallet access after browser restart IT9/11_21-I should see the opened wallet with name :

firefox/Wallet access after browser restart IT9/11_21-I should see the opened wallet with name .png

- firefox/Wallet access after browser restart IT9/9_21-I should see the opened wallet with name :

firefox/Wallet access after browser restart IT9/9_21-I should see the opened wallet with name .png

- firefox/Wallet access after browser restart IT9/3_21-I click the create button:

firefox/Wallet access after browser restart IT9/3_21-I click the create button.png

- firefox/Latest address should be displayed at the top IT106/4_9-I should see my latest address at the top:

firefox/Latest address should be displayed at the top IT106/4_9-I should see my latest address at the top.png

- firefox/Latest address should be displayed at the top IT106/5_9-I should see the addresses exactly list them:

firefox/Latest address should be displayed at the top IT106/5_9-I should see the addresses exactly list them.png

- firefox/User cant send funds to the invalid address IT46/6_72-I should see an invalid address error:

firefox/User cant send funds to the invalid address IT46/6_72-I should see an invalid address error.png

- firefox/Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/5_33-I click on copy to clipboard button:

firefox/Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/5_33-I click on copy to clipboard button.png

- firefox/Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/4_33-I should see the Receive screen:

firefox/Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/4_33-I should see the Receive screen.png

- firefox/Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/6_33-I should see You have successfully copied wallet address pop up:

firefox/Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/6_33-I should see You have successfully copied wallet address pop up.png

- firefox/User redeems manually entered Regular redemption key/9_17-I should see the summary screen:

firefox/User redeems manually entered Regular redemption key/9_17-I should see the summary screen.png

- firefox/User redeems manually entered Regular redemption key/8_17-I should see the Ada Redemption Success Overlay and close the dialogue:

firefox/User redeems manually entered Regular redemption key/8_17-I should see the Ada Redemption Success Overlay and close the dialogue.png

- firefox/Paper wallet creation IT77/15_175-I should see two addresses displayed:

firefox/Paper wallet creation IT77/15_175-I should see two addresses displayed.png

- firefox/Paper wallet creation IT77/16_175-I click the next button:

firefox/Paper wallet creation IT77/16_175-I click the next button.png

- firefox/Paper wallet creation IT77/6_175-I click the create paper wallet button:

firefox/Paper wallet creation IT77/6_175-I click the create paper wallet button.png

- firefox/Paper wallet creation IT77/10_175-I click the next button:

firefox/Paper wallet creation IT77/10_175-I click the next button.png

- firefox/Paper wallet creation IT77/3_175-I click on secondary menu item:

firefox/Paper wallet creation IT77/3_175-I click on secondary menu item.png

- firefox/Paper wallet creation IT77/14_175-I click then button labeled :

firefox/Paper wallet creation IT77/14_175-I click then button labeled .png

- firefox/Paper wallet creation IT77/9_175-I click the next button:

firefox/Paper wallet creation IT77/9_175-I click the next button.png

- firefox/User accepts Daedalus Redemption Disclaimer/6_9-I click on the Continue button:

firefox/User accepts Daedalus Redemption Disclaimer/6_9-I click on the Continue button.png

- firefox/User accepts Daedalus Redemption Disclaimer/5_9-I click on the Ive understood the information above checkbox:

firefox/User accepts Daedalus Redemption Disclaimer/5_9-I click on the Ive understood the information above checkbox.png

- firefox/Wallet cant be created if its password doesnt meet complexity requirements IT7/7_104-I should see Invalid Password error message:

firefox/Wallet cant be created if its password doesnt meet complexity requirements IT7/7_104-I should see Invalid Password error message.png

- firefox/Wallet cant be created if its password doesnt meet complexity requirements IT7/3_104-I click the create button:

firefox/Wallet cant be created if its password doesnt meet complexity requirements IT7/3_104-I click the create button.png

- firefox/Wallet cant be created if its password doesnt meet complexity requirements IT7/6_104-I click the Create personal wallet button:

firefox/Wallet cant be created if its password doesnt meet complexity requirements IT7/6_104-I click the Create personal wallet button.png

- firefox/Ensure user can not add more than 15 words to the Yoroi Wallet Recovery Phrase IT71/3_144-I click the restore button:

firefox/Ensure user can not add more than 15 words to the Yoroi Wallet Recovery Phrase IT71/3_144-I click the restore button.png

- firefox/Ensure user can not add more than 12 words to the Daedalus recovery phrase IT35/4_30-I click on the transfer funds from Daedalus button:

firefox/Ensure user can not add more than 12 words to the Daedalus recovery phrase IT35/4_30-I click on the transfer funds from Daedalus button.png

- firefox/Generate a new receive address IT17/6_16-I should see the addresses exactly list them:

firefox/Generate a new receive address IT17/6_16-I should see the addresses exactly list them.png

- firefox/Generate a new receive address IT17/4_16-I click on the Generate new address button:

firefox/Generate a new receive address IT17/4_16-I click on the Generate new address button.png

- firefox/Generate a new receive address IT17/5_16-I should see my latest address at the top:

firefox/Generate a new receive address IT17/5_16-I should see my latest address at the top.png

- firefox/User cant send more funds than he has IT47/6_83-I should see a not enough ada error:

firefox/User cant send more funds than he has IT47/6_83-I should see a not enough ada error.png

- firefox/Open the tx history of an already loaded wallet IT105/6_55-I should see that the number of transactions is :

firefox/Open the tx history of an already loaded wallet IT105/6_55-I should see that the number of transactions is .png

- firefox/Users will be presented with a security warning prior to seed creation IT27/3_59-I click the create button:

firefox/Users will be presented with a security warning prior to seed creation IT27/3_59-I click the create button.png

- firefox/Users will be presented with a security warning prior to seed creation IT27/6_59-I click the Create personal wallet button:

firefox/Users will be presented with a security warning prior to seed creation IT27/6_59-I click the Create personal wallet button.png

- firefox/User tries to redeem manually entered Regular already used redemption key/8_32-I should see already used redemption key message:

firefox/User tries to redeem manually entered Regular already used redemption key/8_32-I should see already used redemption key message.png

- firefox/Open the tx history of a wallet with a big input tx IT104/4_48-I should see that the number of transactions is :

firefox/Open the tx history of a wallet with a big input tx IT104/4_48-I should see that the number of transactions is .png

- firefox/Open the tx history of a wallet with a big input tx IT104/5_48-I should see transactions:

firefox/Open the tx history of a wallet with a big input tx IT104/5_48-I should see transactions.png

- firefox/Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/6_28-I delete recovery phrase by clicking x signs:

firefox/Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/6_28-I delete recovery phrase by clicking x signs.png

- firefox/Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/3_28-I click the restore button:

firefox/Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/3_28-I click the restore button.png

- firefox/User can transfer Daedalus funds to Yoroi using master key IT19/5_87-I click on the transfer funds from Daedalus master key button:

firefox/User can transfer Daedalus funds to Yoroi using master key IT19/5_87-I click on the transfer funds from Daedalus master key button.png

- firefox/User can transfer Daedalus funds to Yoroi using master key IT19/10_87-I should see the summary screen:

firefox/User can transfer Daedalus funds to Yoroi using master key IT19/10_87-I should see the summary screen.png

- firefox/User tries to redeem manually entered Regular invalid redemption key/6_26-I should see invalid redemption key message:

firefox/User tries to redeem manually entered Regular invalid redemption key/6_26-I should see invalid redemption key message.png

- firefox/Wallet settings tab isnt active if wallet is not created IT23/4_163-I should see secondary menu item disabled:

firefox/Wallet settings tab isnt active if wallet is not created IT23/4_163-I should see secondary menu item disabled.png

- firefox/Display warning if wallet changes during confirmation IT59/7_176-I click on the next button in the wallet send form:

firefox/Display warning if wallet changes during confirmation IT59/7_176-I click on the next button in the wallet send form.png

- firefox/Display warning if wallet changes during confirmation IT59/17_176-I should see the summary screen:

firefox/Display warning if wallet changes during confirmation IT59/17_176-I should see the summary screen.png

- firefox/Display warning if wallet changes during confirmation IT59/12_176-I click on the next button in the wallet send form:

firefox/Display warning if wallet changes during confirmation IT59/12_176-I click on the next button in the wallet send form.png

- firefox/Display warning if wallet changes during confirmation IT59/11_176-I click the back button:

firefox/Display warning if wallet changes during confirmation IT59/11_176-I click the back button.png

- firefox/Display warning if wallet changes during confirmation IT59/14_176-I should see no warning block:

firefox/Display warning if wallet changes during confirmation IT59/14_176-I should see no warning block.png

- firefox/Display warning if wallet changes during confirmation IT59/10_176-I should see a warning block:

firefox/Display warning if wallet changes during confirmation IT59/10_176-I should see a warning block.png

- firefox/Successfully restoring a simple wallet/3_37-I click the restore button:

firefox/Successfully restoring a simple wallet/3_37-I click the restore button.png

- firefox/Successfully restoring a simple wallet/7_37-I click the Restore Wallet button:

firefox/Successfully restoring a simple wallet/7_37-I click the Restore Wallet button.png

- firefox/Successfully restoring a simple wallet/9_37-I click the next button:

firefox/Successfully restoring a simple wallet/9_37-I click the next button.png

- firefox/Successfully restoring a simple wallet/13_37-I should see the addresses exactly list them:

firefox/Successfully restoring a simple wallet/13_37-I should see the addresses exactly list them.png

- firefox/Successfully restoring a simple wallet/8_37-I should see a plate :

firefox/Successfully restoring a simple wallet/8_37-I should see a plate .png

- firefox/Successfully restoring a simple wallet/10_37-I should see the opened wallet with name :

firefox/Successfully restoring a simple wallet/10_37-I should see the opened wallet with name .png

- firefox/Wallet renaming IT8/9_96-I should see new wallet name :

firefox/Wallet renaming IT8/9_96-I should see new wallet name .png

- firefox/Wallet renaming IT8/4_95-I click on secondary menu item:

firefox/Wallet renaming IT8/4_95-I click on secondary menu item.png

- firefox/Wallet renaming IT8/4_96-I click on secondary menu item:

firefox/Wallet renaming IT8/4_96-I click on secondary menu item.png

- firefox/Wallet renaming IT8/9_92-I should see new wallet name :

firefox/Wallet renaming IT8/9_92-I should see new wallet name .png

- firefox/Wallet renaming IT8/5_95-I click on name input field:

firefox/Wallet renaming IT8/5_95-I click on name input field.png

- firefox/Wallet renaming IT8/7_94-I click outside name input field:

firefox/Wallet renaming IT8/7_94-I click outside name input field.png

- firefox/Wallet renaming IT8/5_96-I click on name input field:

firefox/Wallet renaming IT8/5_96-I click on name input field.png

- firefox/Wallet renaming IT8/9_93-I should see new wallet name :

firefox/Wallet renaming IT8/9_93-I should see new wallet name .png

- firefox/Wallet renaming IT8/7_92-I click outside name input field:

firefox/Wallet renaming IT8/7_92-I click outside name input field.png

- firefox/Wallet renaming IT8/5_93-I click on name input field:

firefox/Wallet renaming IT8/5_93-I click on name input field.png

- firefox/Wallet renaming IT8/7_96-I click outside name input field:

firefox/Wallet renaming IT8/7_96-I click outside name input field.png

- firefox/Wallet renaming IT8/4_92-I click on secondary menu item:

firefox/Wallet renaming IT8/4_92-I click on secondary menu item.png

- firefox/Wallet renaming IT8/9_95-I should see new wallet name :

firefox/Wallet renaming IT8/9_95-I should see new wallet name .png

- firefox/Wallet renaming IT8/5_97-I click on name input field:

firefox/Wallet renaming IT8/5_97-I click on name input field.png

- firefox/Wallet renaming IT8/7_95-I click outside name input field:

firefox/Wallet renaming IT8/7_95-I click outside name input field.png

- firefox/Wallet renaming IT8/4_94-I click on secondary menu item:

firefox/Wallet renaming IT8/4_94-I click on secondary menu item.png

- firefox/Wallet renaming IT8/7_97-I click outside name input field:

firefox/Wallet renaming IT8/7_97-I click outside name input field.png

- firefox/Wallet renaming IT8/4_97-I click on secondary menu item:

firefox/Wallet renaming IT8/4_97-I click on secondary menu item.png

- firefox/Wallet renaming IT8/9_97-I should see new wallet name :

firefox/Wallet renaming IT8/9_97-I should see new wallet name .png

- firefox/Wallet renaming IT8/7_93-I click outside name input field:

firefox/Wallet renaming IT8/7_93-I click outside name input field.png

- firefox/Wallet renaming IT8/5_94-I click on name input field:

firefox/Wallet renaming IT8/5_94-I click on name input field.png

- firefox/Wallet renaming IT8/9_94-I should see new wallet name :

firefox/Wallet renaming IT8/9_94-I should see new wallet name .png

- firefox/Wallet renaming IT8/4_93-I click on secondary menu item:

firefox/Wallet renaming IT8/4_93-I click on secondary menu item.png

- firefox/Wallet renaming IT8/5_92-I click on name input field:

firefox/Wallet renaming IT8/5_92-I click on name input field.png

- firefox/User redeems Regular PDF certificate/9_39-I should see the summary screen:

firefox/User redeems Regular PDF certificate/9_39-I should see the summary screen.png

- firefox/User redeems Regular PDF certificate/8_39-I should see the Ada Redemption Success Overlay and close the dialogue:

firefox/User redeems Regular PDF certificate/8_39-I should see the Ada Redemption Success Overlay and close the dialogue.png

- firefox/User redeems Force vended PDF certificate/9_56-I should see the Ada Redemption Success Overlay and close the dialogue:

firefox/User redeems Force vended PDF certificate/9_56-I should see the Ada Redemption Success Overlay and close the dialogue.png

- firefox/User redeems Force vended PDF certificate/5_56-I click on ada redemption choices tab:

firefox/User redeems Force vended PDF certificate/5_56-I click on ada redemption choices tab.png

- firefox/User redeems Force vended PDF certificate/10_56-I should see the summary screen:

firefox/User redeems Force vended PDF certificate/10_56-I should see the summary screen.png

- firefox/User cant create more than 20 consecutive unused addresses IT49/4_25-I click on the Generate new address button 09 times:

firefox/User cant create more than 20 consecutive unused addresses IT49/4_25-I click on the Generate new address button 09 times.png

- firefox/User cant create more than 20 consecutive unused addresses IT49/6_25-I should see an error about max unused addresses:

firefox/User cant create more than 20 consecutive unused addresses IT49/6_25-I should see an error about max unused addresses.png

- firefox/User cant create more than 20 consecutive unused addresses IT49/5_25-I click on the Generate new address button:

firefox/User cant create more than 20 consecutive unused addresses IT49/5_25-I click on the Generate new address button.png

- firefox/Password should be casesensitive Wallet password changing IT91/9_73-I should see the following submit error messages:

firefox/Password should be casesensitive Wallet password changing IT91/9_73-I should see the following submit error messages.png

- firefox/Password should be casesensitive Wallet password changing IT91/6_75-I should see the wallet password dialog:

firefox/Password should be casesensitive Wallet password changing IT91/6_75-I should see the wallet password dialog.png

- firefox/Password should be casesensitive Wallet password changing IT91/9_75-I should see the following submit error messages:

firefox/Password should be casesensitive Wallet password changing IT91/9_75-I should see the following submit error messages.png

- firefox/Password should be casesensitive Wallet password changing IT91/5_74-I click on the password label:

firefox/Password should be casesensitive Wallet password changing IT91/5_74-I click on the password label.png

- firefox/Password should be casesensitive Wallet password changing IT91/4_74-I click on secondary menu item:

firefox/Password should be casesensitive Wallet password changing IT91/4_74-I click on secondary menu item.png

- firefox/Password should be casesensitive Wallet password changing IT91/4_73-I click on secondary menu item:

firefox/Password should be casesensitive Wallet password changing IT91/4_73-I click on secondary menu item.png

- firefox/Password should be casesensitive Wallet password changing IT91/5_75-I click on the password label:

firefox/Password should be casesensitive Wallet password changing IT91/5_75-I click on the password label.png

- firefox/Password should be casesensitive Wallet password changing IT91/4_75-I click on secondary menu item:

firefox/Password should be casesensitive Wallet password changing IT91/4_75-I click on secondary menu item.png

- firefox/Password should be casesensitive Wallet password changing IT91/6_73-I should see the wallet password dialog:

firefox/Password should be casesensitive Wallet password changing IT91/6_73-I should see the wallet password dialog.png

- firefox/Password should be casesensitive Wallet password changing IT91/9_74-I should see the following submit error messages:

firefox/Password should be casesensitive Wallet password changing IT91/9_74-I should see the following submit error messages.png

- firefox/Password should be casesensitive Wallet password changing IT91/6_74-I should see the wallet password dialog:

firefox/Password should be casesensitive Wallet password changing IT91/6_74-I should see the wallet password dialog.png

- firefox/Password should be casesensitive Wallet password changing IT91/5_73-I click on the password label:

firefox/Password should be casesensitive Wallet password changing IT91/5_73-I click on the password label.png

- firefox/Open the tx history of an empty wallet IT101/4_8-I should see that the number of transactions is :

firefox/Open the tx history of an empty wallet IT101/4_8-I should see that the number of transactions is .png

- firefox/Open the tx history of an empty wallet IT101/5_8-I should see no transactions:

firefox/Open the tx history of an empty wallet IT101/5_8-I should see no transactions.png

- firefox/Display warning if wallet changes during send screen IT59/8_223-I should see a warning block:

firefox/Display warning if wallet changes during send screen IT59/8_223-I should see a warning block.png

- firefox/User tries to redeem ada and receives an invalid signature error from the server/8_115-I should see an error message saying that ADA could not be redeemed correctly:

firefox/User tries to redeem ada and receives an invalid signature error from the server/8_115-I should see an error message saying that ADA could not be redeemed correctly.png

- firefox/User redeems Recovery regular encrypted PDF certificate/11_87-I should see the summary screen:

firefox/User redeems Recovery regular encrypted PDF certificate/11_87-I should see the summary screen.png

- firefox/User redeems Recovery regular encrypted PDF certificate/5_87-I click on ada redemption choices tab:

firefox/User redeems Recovery regular encrypted PDF certificate/5_87-I click on ada redemption choices tab.png

- firefox/User redeems Recovery regular encrypted PDF certificate/10_87-I should see the Ada Redemption Success Overlay and close the dialogue:

firefox/User redeems Recovery regular encrypted PDF certificate/10_87-I should see the Ada Redemption Success Overlay and close the dialogue.png

- firefox/Wallet creation IT5/3_9-I click the create button:

firefox/Wallet creation IT5/3_9-I click the create button.png

- firefox/Wallet creation IT5/9_9-I should see the opened wallet with name :

firefox/Wallet creation IT5/9_9-I should see the opened wallet with name .png

- firefox/Wallet creation IT5/6_9-I click the Create personal wallet button:

firefox/Wallet creation IT5/6_9-I click the Create personal wallet button.png

- firefox/Restoring a paper wallet IT72/10_147-I click the next button:

firefox/Restoring a paper wallet IT72/10_147-I click the next button.png

- firefox/Restoring a paper wallet IT72/11_147-I should see the opened wallet with name :

firefox/Restoring a paper wallet IT72/11_147-I should see the opened wallet with name .png

- firefox/Restoring a paper wallet IT72/8_147-I click the Restore Wallet button:

firefox/Restoring a paper wallet IT72/8_147-I click the Restore Wallet button.png

- firefox/Restoring a paper wallet IT72/3_147-I click the restore paper wallet button:

firefox/Restoring a paper wallet IT72/3_147-I click the restore paper wallet button.png

- firefox/Restoring a paper wallet IT72/9_147-I should see a plate :

firefox/Restoring a paper wallet IT72/9_147-I should see a plate .png

- firefox/Restoring a paper wallet IT72/13_147-I should see the addresses exactly list them:

firefox/Restoring a paper wallet IT72/13_147-I should see the addresses exactly list them.png

- firefox/CONFIRM TRANSACTION Pop up displays properly IT48/7_69-I click on the next button in the wallet send form:

firefox/CONFIRM TRANSACTION Pop up displays properly IT48/7_69-I click on the next button in the wallet send form.png

- firefox/Terms of Use are not accepted if user didnt confirm it and closereload the browser page IT51/4_14-I click on I agree with the terms of use checkbox:

firefox/Terms of Use are not accepted if user didnt confirm it and closereload the browser page IT51/4_14-I click on I agree with the terms of use checkbox.png

- firefox/User can send funds from one Yoroi wallet to another IT54/12_28-I should see the summary screen:

firefox/User can send funds from one Yoroi wallet to another IT54/12_28-I should see the summary screen.png

- firefox/User can send funds from one Yoroi wallet to another IT54/12_27-I should see the summary screen:

firefox/User can send funds from one Yoroi wallet to another IT54/12_27-I should see the summary screen.png

- firefox/User can send funds from one Yoroi wallet to another IT54/9_27-I should see no warning block:

firefox/User can send funds from one Yoroi wallet to another IT54/9_27-I should see no warning block.png

- firefox/User can send funds from one Yoroi wallet to another IT54/9_28-I should see no warning block:

firefox/User can send funds from one Yoroi wallet to another IT54/9_28-I should see no warning block.png

- firefox/User can send funds from one Yoroi wallet to another IT54/7_27-I click on the next button in the wallet send form:

firefox/User can send funds from one Yoroi wallet to another IT54/7_27-I click on the next button in the wallet send form.png

- firefox/User can send funds from one Yoroi wallet to another IT54/7_28-I click on the next button in the wallet send form:

firefox/User can send funds from one Yoroi wallet to another IT54/7_28-I click on the next button in the wallet send form.png

- firefox/User can send funds from one Yoroi wallet to another IT54/9_29-I should see no warning block:

firefox/User can send funds from one Yoroi wallet to another IT54/9_29-I should see no warning block.png

- firefox/User can send funds from one Yoroi wallet to another IT54/12_29-I should see the summary screen:

firefox/User can send funds from one Yoroi wallet to another IT54/12_29-I should see the summary screen.png

- firefox/User can send funds from one Yoroi wallet to another IT54/7_29-I click on the next button in the wallet send form:

firefox/User can send funds from one Yoroi wallet to another IT54/7_29-I click on the next button in the wallet send form.png

- firefox/Wallet cant be restored without entering password IT26/8_102-I click the Restore Wallet button:

firefox/Wallet cant be restored without entering password IT26/8_102-I click the Restore Wallet button.png

- firefox/Wallet cant be restored without entering password IT26/3_102-I click the restore button:

firefox/Wallet cant be restored without entering password IT26/3_102-I click the restore button.png

- firefox/Ensure every generated wallet address is unique IT34/4_31-I click on the Generate new address button 09 times:

firefox/Ensure every generated wallet address is unique IT34/4_31-I click on the Generate new address button 09 times.png

- firefox/Yoroi Settings Screen Support IT4/4_169-I should see support screen:

firefox/Yoroi Settings Screen Support IT4/4_169-I should see support screen.png

- firefox/Yoroi Settings Screen Support IT4/3_169-I click on secondary menu item:

firefox/Yoroi Settings Screen Support IT4/3_169-I click on secondary menu item.png

- firefox/Sending a Tx and receiving from the server an invalid signature error/11_116-I should see an invalid signature error message:

firefox/Sending a Tx and receiving from the server an invalid signature error/11_116-I should see an invalid signature error message.png

- firefox/Sending a Tx and receiving from the server an invalid signature error/7_116-I click on the next button in the wallet send form:

firefox/Sending a Tx and receiving from the server an invalid signature error/7_116-I click on the next button in the wallet send form.png

- firefox/User cant change password without filling Password repeat field IT40/6_131-I should see the wallet password dialog:

firefox/User cant change password without filling Password repeat field IT40/6_131-I should see the wallet password dialog.png

- firefox/User cant change password without filling Password repeat field IT40/11_131-I should see Doesnt match error message:

firefox/User cant change password without filling Password repeat field IT40/11_131-I should see Doesnt match error message.png

- firefox/User cant change password without filling Password repeat field IT40/4_131-I click on secondary menu item:

firefox/User cant change password without filling Password repeat field IT40/4_131-I click on secondary menu item.png

- firefox/User cant change password without filling Password repeat field IT40/5_131-I click on the password label:

firefox/User cant change password without filling Password repeat field IT40/5_131-I click on the password label.png

- firefox/Yoroi Settings Screen Terms of Use in Default EnglishIT3/3_157-I click on secondary menu item:

firefox/Yoroi Settings Screen Terms of Use in Default EnglishIT3/3_157-I click on secondary menu item.png

- firefox/Yoroi Settings Screen Terms of Use in Default EnglishIT3/4_157-I should see the Terms of use screen:

firefox/Yoroi Settings Screen Terms of Use in Default EnglishIT3/4_157-I should see the Terms of use screen.png

- firefox/Daedalus transfer should fail to recover wallet if connection was lost IT84/4_19-I click on the transfer funds from Daedalus button:

firefox/Daedalus transfer should fail to recover wallet if connection was lost IT84/4_19-I click on the transfer funds from Daedalus button.png

- firefox/Daedalus transfer should fail to recover wallet if connection was lost IT84/8_19-I should see Connection lost error message:

firefox/Daedalus transfer should fail to recover wallet if connection was lost IT84/8_19-I should see Connection lost error message.png

- firefox/Daedalus transfer should fail to recover wallet if connection was lost IT84/7_19-I should see an Error screen:

firefox/Daedalus transfer should fail to recover wallet if connection was lost IT84/7_19-I should see an Error screen.png

- firefox/Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/9_57-I should see Daedalus wallet without funds error message:

firefox/Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/9_57-I should see Daedalus wallet without funds error message.png

- firefox/Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/5_57-I click on the transfer funds from Daedalus button:

firefox/Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/5_57-I click on the transfer funds from Daedalus button.png

- firefox/Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/8_57-I should see an Error screen:

firefox/Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/8_57-I should see an Error screen.png

@SebastienGllmt
Copy link
Contributor

Some issues I found testing

  1. App crashes on invalid links such as:
    chrome-extension://bflmcienanhdibafopagdcaaenkmoago/main_window.html#/send-from-uri?q=web+cardano:AAe2tdPwUPEZKmwoy3AU3cXb5Chnasj6mvVNxV1H11997q3VW5ihbSfQwGpm&amount=1

  2. Probably we can get rid of this very small scrollbar

image

  1. Asset doesn't match in the classic theme case

image

  1. Address is cutoff in the generate URL dialog (on both themes)

image

  1. Can we generate a QR code for the Generated URL page also?

image

@v-almonacid v-almonacid force-pushed the v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend branch 3 times, most recently from e02aeae to d7e9279 Compare June 21, 2019 08:18
@SebastienGllmt SebastienGllmt changed the base branch from sebastiengllmt/ch1235/refactor-send-page-to-avoid-subtle-bugs to develop June 21, 2019 15:29
@v-almonacid v-almonacid force-pushed the v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend branch from 5011182 to 3ef09fc Compare June 25, 2019 11:09
@rnd-at-emurgo
Copy link

E2E _chrome_ screenshots differences between 'PR511-0466930' and base branch 'develop'

- User redeems Recovery force vended encrypted PDF certificate/11_112-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/11_112-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/11_111-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/11_111-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/5_110-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/5_110-I click on ada redemption choices tab.png

- User redeems Recovery force vended encrypted PDF certificate/10_111-I should see the Ada Redemption Success Overlay and close the dialogue:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/10_111-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/10_112-I should see the Ada Redemption Success Overlay and close the dialogue:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/10_112-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/11_110-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/11_110-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/10_110-I should see the Ada Redemption Success Overlay and close the dialogue:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/10_110-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/5_112-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/5_112-I click on ada redemption choices tab.png

- User redeems Recovery force vended encrypted PDF certificate/5_111-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/5_111-I click on ada redemption choices tab.png

- Wallet cant be created if its password doesnt meet complexity requirements IT7/6_104-I click the Create personal wallet button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet cant be created if its password doesnt meet complexity requirements IT7/6_104-I click the Create personal wallet button.png

- Wallet cant be created if its password doesnt meet complexity requirements IT7/3_104-I click the create button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet cant be created if its password doesnt meet complexity requirements IT7/3_104-I click the create button.png

- Wallet cant be created if its password doesnt meet complexity requirements IT7/7_104-I should see Invalid Password error message:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet cant be created if its password doesnt meet complexity requirements IT7/7_104-I should see Invalid Password error message.png

- Yoroi Settings Screen Support IT4/4_169-I should see support screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Yoroi Settings Screen Support IT4/4_169-I should see support screen.png

- Yoroi Settings Screen Support IT4/3_169-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Yoroi Settings Screen Support IT4/3_169-I click on secondary menu item.png

- User cant change the password without entering old password IT14/4_117-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change the password without entering old password IT14/4_117-I click on secondary menu item.png

- User cant change the password without entering old password IT14/5_117-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change the password without entering old password IT14/5_117-I click on the password label.png

- User cant change the password without entering old password IT14/6_117-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change the password without entering old password IT14/6_117-I should see the wallet password dialog.png

- Display warning if wallet changes during send screen IT59/8_223-I should see a warning block:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Display warning if wallet changes during send screen IT59/8_223-I should see a warning block.png

- User can send all funds from one Yoroi wallet to another/12_113-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send all funds from one Yoroi wallet to another/12_113-I should see the summary screen.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/9_83-I click the next button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/9_83-I click the next button.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/12_83-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/12_83-I should see the addresses exactly list them.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/10_83-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/10_83-I should see the opened wallet with name .png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/3_83-I click the restore button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/3_83-I click the restore button.png

- Wallet restoration Recovery Phrase with less than 15 words IT73/3_178-I click the restore button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet restoration Recovery Phrase with less than 15 words IT73/3_178-I click the restore button.png

- Open the tx history of a complex wallet IT103/4_41-I should see that the number of transactions is :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a complex wallet IT103/4_41-I should see that the number of transactions is .png

- Open the tx history of a complex wallet IT103/5_41-I should see transactions:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a complex wallet IT103/5_41-I should see transactions.png

- Generate a new receive address IT17/5_16-I should see my latest address at the top:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Generate a new receive address IT17/5_16-I should see my latest address at the top.png

- Generate a new receive address IT17/4_16-I click on the Generate new address button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Generate a new receive address IT17/4_16-I click on the Generate new address button.png

- Generate a new receive address IT17/6_16-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Generate a new receive address IT17/6_16-I should see the addresses exactly list them.png

- User cant change password without filling Password repeat field IT40/5_131-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password without filling Password repeat field IT40/5_131-I click on the password label.png

- User cant change password without filling Password repeat field IT40/6_131-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password without filling Password repeat field IT40/6_131-I should see the wallet password dialog.png

- User cant change password without filling Password repeat field IT40/4_131-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password without filling Password repeat field IT40/4_131-I click on secondary menu item.png

- User can send funds from one Yoroi wallet to another IT54/12_27-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send funds from one Yoroi wallet to another IT54/12_27-I should see the summary screen.png

- User can send funds from one Yoroi wallet to another IT54/12_28-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send funds from one Yoroi wallet to another IT54/12_28-I should see the summary screen.png

- User can send funds from one Yoroi wallet to another IT54/12_29-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send funds from one Yoroi wallet to another IT54/12_29-I should see the summary screen.png

- Wallet restoration Recovery Phrase test IT70/3_132-I click the restore button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet restoration Recovery Phrase test IT70/3_132-I click the restore button.png

- User tries to redeem manually entered Regular invalid redemption key/6_26-I should see invalid redemption key message:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User tries to redeem manually entered Regular invalid redemption key/6_26-I should see invalid redemption key message.png

- Check content of pending transaction IT57/3_29-I see the transactions summary:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Check content of pending transaction IT57/3_29-I see the transactions summary.png

- Ensure that wallet addresses are restored correctly IT86/13_58-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure that wallet addresses are restored correctly IT86/13_58-I should see the addresses exactly list them.png

- Ensure that wallet addresses are restored correctly IT86/3_58-I click the restore button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure that wallet addresses are restored correctly IT86/3_58-I click the restore button.png

- Ensure that wallet addresses are restored correctly IT86/9_58-I click the next button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure that wallet addresses are restored correctly IT86/9_58-I click the next button.png

- Yoroi Settings Screen Terms of Use in Default EnglishIT3/4_157-I should see the Terms of use screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Yoroi Settings Screen Terms of Use in Default EnglishIT3/4_157-I should see the Terms of use screen.png

- Yoroi Settings Screen Terms of Use in Default EnglishIT3/3_157-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Yoroi Settings Screen Terms of Use in Default EnglishIT3/3_157-I click on secondary menu item.png

- User redeems Force vended encrypted PDF certificate/5_66-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Force vended encrypted PDF certificate/5_66-I click on ada redemption choices tab.png

- Main Screen Tabs Switching IT15/6_13-I should see the Receive screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Main Screen Tabs Switching IT15/6_13-I should see the Receive screen.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/8_114-I should see Wallet name requires at least 1 and at most 40 letters error message:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/8_114-I should see Wallet name requires at least 1 and at most 40 letters error message.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/4_114-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/4_114-I click on secondary menu item.png

- User redeems manually entered Force vended redemption key/5_47-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems manually entered Force vended redemption key/5_47-I click on ada redemption choices tab.png

- User redeems Force vended PDF certificate/5_56-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Force vended PDF certificate/5_56-I click on ada redemption choices tab.png

- Paper wallet creation IT77/3_175-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Paper wallet creation IT77/3_175-I click on secondary menu item.png

- Paper wallet creation IT77/15_175-I should see two addresses displayed:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Paper wallet creation IT77/15_175-I should see two addresses displayed.png

- Paper wallet creation IT77/9_175-I click the next button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Paper wallet creation IT77/9_175-I click the next button.png

- Paper wallet creation IT77/14_175-I click then button labeled :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Paper wallet creation IT77/14_175-I click then button labeled .png

- Wallet access after browser restart IT9/6_21-I click the Create personal wallet button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet access after browser restart IT9/6_21-I click the Create personal wallet button.png

- Wallet access after browser restart IT9/3_21-I click the create button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet access after browser restart IT9/3_21-I click the create button.png

- Wallet access after browser restart IT9/11_21-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet access after browser restart IT9/11_21-I should see the opened wallet with name .png

- Wallet access after browser restart IT9/9_21-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet access after browser restart IT9/9_21-I should see the opened wallet with name .png

- Ensure every generated wallet address is unique IT34/5_31-I see every generated address is unique:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure every generated wallet address is unique IT34/5_31-I see every generated address is unique.png

- Ensure every generated wallet address is unique IT34/4_31-I click on the Generate new address button 09 times:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure every generated wallet address is unique IT34/4_31-I click on the Generate new address button 09 times.png

- User cant change password if it doesnt meet complexity requirements IT12/5_23-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password if it doesnt meet complexity requirements IT12/5_23-I click on the password label.png

- User cant change password if it doesnt meet complexity requirements IT12/6_23-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password if it doesnt meet complexity requirements IT12/6_23-I should see the wallet password dialog.png

- User cant change password if it doesnt meet complexity requirements IT12/4_23-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password if it doesnt meet complexity requirements IT12/4_23-I click on secondary menu item.png

- Wallet creation IT5/6_9-I click the Create personal wallet button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet creation IT5/6_9-I click the Create personal wallet button.png

- Wallet creation IT5/3_9-I click the create button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet creation IT5/3_9-I click the create button.png

- Wallet creation IT5/9_9-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet creation IT5/9_9-I should see the opened wallet with name .png

- User redeems manually entered Paper vended shielded vending key and passphrase/5_77-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems manually entered Paper vended shielded vending key and passphrase/5_77-I click on ada redemption choices tab.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/9_35-I click Clear button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/9_35-I click Clear button.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/6_35-I click the Create personal wallet button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/6_35-I click the Create personal wallet button.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/10_35-I see All selected words are cleared:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/10_35-I see All selected words are cleared.png

- User cant create more than 20 consecutive unused addresses IT49/6_25-I should see an error about max unused addresses:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant create more than 20 consecutive unused addresses IT49/6_25-I should see an error about max unused addresses.png

- User cant create more than 20 consecutive unused addresses IT49/5_25-I click on the Generate new address button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant create more than 20 consecutive unused addresses IT49/5_25-I click on the Generate new address button.png

- User cant create more than 20 consecutive unused addresses IT49/4_25-I click on the Generate new address button 09 times:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant create more than 20 consecutive unused addresses IT49/4_25-I click on the Generate new address button 09 times.png

- Open the tx history of a wallet with a big input tx IT104/5_48-I should see transactions:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a wallet with a big input tx IT104/5_48-I should see transactions.png

- Wallet cant be restored without entering password IT26/8_102-I click the Restore Wallet button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet cant be restored without entering password IT26/8_102-I click the Restore Wallet button.png

- User is able to change spending password IT94/7_55-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User is able to change spending password IT94/7_55-I should see the wallet password dialog.png

- User is able to change spending password IT94/6_55-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User is able to change spending password IT94/6_55-I click on the password label.png

- User is able to change spending password IT94/5_55-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User is able to change spending password IT94/5_55-I click on secondary menu item.png

- Latest address should be displayed at the top IT106/5_9-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Latest address should be displayed at the top IT106/5_9-I should see the addresses exactly list them.png

- Latest address should be displayed at the top IT106/4_9-I should see my latest address at the top:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Latest address should be displayed at the top IT106/4_9-I should see my latest address at the top.png

- Wallet cant be created without entering password IT24/7_48-I click the Create personal wallet button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet cant be created without entering password IT24/7_48-I click the Create personal wallet button.png

- Open the tx history of an already loaded wallet IT105/3_55-I see the transactions summary:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of an already loaded wallet IT105/3_55-I see the transactions summary.png

- Open the tx history of an already loaded wallet IT105/5_55-I see the transactions summary:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of an already loaded wallet IT105/5_55-I see the transactions summary.png

- Open the tx history of an already loaded wallet IT105/6_55-I should see that the number of transactions is :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of an already loaded wallet IT105/6_55-I should see that the number of transactions is .png

- User accepts Daedalus Redemption Disclaimer/4_9-I see the Daedalus Redemption Disclaimer overlay:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User accepts Daedalus Redemption Disclaimer/4_9-I see the Daedalus Redemption Disclaimer overlay.png

- User accepts Daedalus Redemption Disclaimer/5_9-I click on the Ive understood the information above checkbox:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User accepts Daedalus Redemption Disclaimer/5_9-I click on the Ive understood the information above checkbox.png

- Terms of Use are not accepted if user didnt confirm it and closereload the browser page IT51/4_14-I click on I agree with the terms of use checkbox:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Terms of Use are not accepted if user didnt confirm it and closereload the browser page IT51/4_14-I click on I agree with the terms of use checkbox.png

- Successfully restoring a simple wallet/13_37-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Successfully restoring a simple wallet/13_37-I should see the addresses exactly list them.png

- Successfully restoring a simple wallet/10_37-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Successfully restoring a simple wallet/10_37-I should see the opened wallet with name .png

- Successfully restoring a simple wallet/3_37-I click the restore button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Successfully restoring a simple wallet/3_37-I click the restore button.png

- Successfully restoring a simple wallet/9_37-I click the next button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Successfully restoring a simple wallet/9_37-I click the next button.png

- Ensure user can hide used Addresses under Receive tab IT22/4_36-I click on the Generate new address button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can hide used Addresses under Receive tab IT22/4_36-I click on the Generate new address button.png

- Ensure user can hide used Addresses under Receive tab IT22/6_36-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can hide used Addresses under Receive tab IT22/6_36-I should see the addresses exactly list them.png

- Ensure user can hide used Addresses under Receive tab IT22/5_36-I click on the Hide used addresses button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can hide used Addresses under Receive tab IT22/5_36-I click on the Hide used addresses button.png

- Users will be presented with a security warning prior to seed creation IT27/7_59-I see the security warning prior:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Users will be presented with a security warning prior to seed creation IT27/7_59-I see the security warning prior.png

- Users will be presented with a security warning prior to seed creation IT27/6_59-I click the Create personal wallet button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Users will be presented with a security warning prior to seed creation IT27/6_59-I click the Create personal wallet button.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/10_89-I click the Create personal wallet button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet cant be created if wallet name doesnt meet requirements IT16/10_89-I click the Create personal wallet button.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/12_89-I should see Wallet name requires at least 1 and at most 40 letters error message:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet cant be created if wallet name doesnt meet requirements IT16/12_89-I should see Wallet name requires at least 1 and at most 40 letters error message.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/7_89-I click the Create personal wallet button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet cant be created if wallet name doesnt meet requirements IT16/7_89-I click the Create personal wallet button.png

- Restoring an empty wallet IT6/3_9-I click the restore button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Restoring an empty wallet IT6/3_9-I click the restore button.png

- Restoring an empty wallet IT6/12_9-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Restoring an empty wallet IT6/12_9-I should see the addresses exactly list them.png

- Restoring an empty wallet IT6/10_9-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Restoring an empty wallet IT6/10_9-I should see the opened wallet with name .png

- User redeems Recovery regular encrypted PDF certificate/5_87-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery regular encrypted PDF certificate/5_87-I click on ada redemption choices tab.png

- User redeems Recovery regular encrypted PDF certificate/11_87-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery regular encrypted PDF certificate/11_87-I should see the summary screen.png

- User redeems Recovery regular encrypted PDF certificate/10_87-I should see the Ada Redemption Success Overlay and close the dialogue:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery regular encrypted PDF certificate/10_87-I should see the Ada Redemption Success Overlay and close the dialogue.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/5_33-I click on copy to clipboard button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/5_33-I click on copy to clipboard button.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/6_33-I should see You have successfully copied wallet address pop up:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/6_33-I should see You have successfully copied wallet address pop up.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/4_33-I should see the Receive screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/4_33-I should see the Receive screen.png

- Password should be casesensitive Wallet password changing IT91/4_75-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/4_75-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/4_74-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/4_74-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/5_75-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/5_75-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/5_74-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/5_74-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/4_73-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/4_73-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/6_73-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/6_73-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/6_74-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/6_74-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/5_73-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/5_73-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/6_75-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/6_75-I should see the wallet password dialog.png

- Display warning if wallet changes during confirmation IT59/8_176-I see send money confirmation dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Display warning if wallet changes during confirmation IT59/8_176-I see send money confirmation dialog.png

- Display warning if wallet changes during confirmation IT59/17_176-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Display warning if wallet changes during confirmation IT59/17_176-I should see the summary screen.png

- Wallet settings tab isnt active if wallet is not created IT23/4_163-I should see secondary menu item disabled:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet settings tab isnt active if wallet is not created IT23/4_163-I should see secondary menu item disabled.png

- User cant send funds with incorrect Spending password IT42/11_133-I should see an incorrect wallet password error message:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant send funds with incorrect Spending password IT42/11_133-I should see an incorrect wallet password error message.png

- Restoring a paper wallet IT72/13_147-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Restoring a paper wallet IT72/13_147-I should see the addresses exactly list them.png

- Wallet renaming IT8/5_92-I click on name input field:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/5_92-I click on name input field.png

- Wallet renaming IT8/4_96-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_96-I click on secondary menu item.png

- Wallet renaming IT8/4_93-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_93-I click on secondary menu item.png

- Wallet renaming IT8/5_95-I click on name input field:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/5_95-I click on name input field.png

- Wallet renaming IT8/4_97-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_97-I click on secondary menu item.png

- Wallet renaming IT8/5_96-I click on name input field:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/5_96-I click on name input field.png

- Wallet renaming IT8/5_94-I click on name input field:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/5_94-I click on name input field.png

- Wallet renaming IT8/4_92-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_92-I click on secondary menu item.png

- Wallet renaming IT8/4_94-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_94-I click on secondary menu item.png

- Wallet renaming IT8/4_95-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_95-I click on secondary menu item.png

- User can send a tx after invalid password attempt IT60/15_200-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send a tx after invalid password attempt IT60/15_200-I should see the summary screen.png

- Open the tx history of a simple wallet IT102/3_15-I see the transactions summary:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a simple wallet IT102/3_15-I see the transactions summary.png

- Open the tx history of a simple wallet IT102/4_15-I should see that the number of transactions is :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a simple wallet IT102/4_15-I should see that the number of transactions is .png

- Open the tx history of a simple wallet IT102/6_15-I should see transactions:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a simple wallet IT102/6_15-I should see transactions.png

- Open the tx history of a simple wallet IT102/5_15-I should see transactions:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a simple wallet IT102/5_15-I should see transactions.png

@rnd-at-emurgo
Copy link

Complete E2E _chrome_ screenshots collection for 'PR511-0466930'

- User redeems Recovery force vended encrypted PDF certificate/11_112-I should see the summary screen:

User redeems Recovery force vended encrypted PDF certificate/11_112-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/11_111-I should see the summary screen:

User redeems Recovery force vended encrypted PDF certificate/11_111-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/5_110-I click on ada redemption choices tab:

User redeems Recovery force vended encrypted PDF certificate/5_110-I click on ada redemption choices tab.png

- User redeems Recovery force vended encrypted PDF certificate/10_111-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Recovery force vended encrypted PDF certificate/10_111-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/10_112-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Recovery force vended encrypted PDF certificate/10_112-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/11_110-I should see the summary screen:

User redeems Recovery force vended encrypted PDF certificate/11_110-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/10_110-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Recovery force vended encrypted PDF certificate/10_110-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/5_112-I click on ada redemption choices tab:

User redeems Recovery force vended encrypted PDF certificate/5_112-I click on ada redemption choices tab.png

- User redeems Recovery force vended encrypted PDF certificate/5_111-I click on ada redemption choices tab:

User redeems Recovery force vended encrypted PDF certificate/5_111-I click on ada redemption choices tab.png

- Ensure user can send a tx from a URI link IT108/5_21-I should see a dialog with the transaction details:

Ensure user can send a tx from a URI link IT108/5_21-I should see a dialog with the transaction details.png

- Ensure user can send a tx from a URI link IT108/4_21-I should see and accept a warning dialog:

Ensure user can send a tx from a URI link IT108/4_21-I should see and accept a warning dialog.png

- Wallet cant be created if its password doesnt meet complexity requirements IT7/6_104-I click the Create personal wallet button:

Wallet cant be created if its password doesnt meet complexity requirements IT7/6_104-I click the Create personal wallet button.png

- Wallet cant be created if its password doesnt meet complexity requirements IT7/3_104-I click the create button:

Wallet cant be created if its password doesnt meet complexity requirements IT7/3_104-I click the create button.png

- Wallet cant be created if its password doesnt meet complexity requirements IT7/7_104-I should see Invalid Password error message:

Wallet cant be created if its password doesnt meet complexity requirements IT7/7_104-I should see Invalid Password error message.png

- Get balance with many addresses/3_8-I should see the balance number :

Get balance with many addresses/3_8-I should see the balance number .png

- Daedalus transfer fails when user type invalid mnemonic phrase IT99/4_9-I click on the transfer funds from Daedalus button:

Daedalus transfer fails when user type invalid mnemonic phrase IT99/4_9-I click on the transfer funds from Daedalus button.png

- Daedalus transfer fails when user type invalid mnemonic phrase IT99/7_9-I should see an Invalid recovery phrase error message:

Daedalus transfer fails when user type invalid mnemonic phrase IT99/7_9-I should see an Invalid recovery phrase error message.png

- Try to make a transactions from the empty wallet IT89/5_167-I should see a not enough ada error:

Try to make a transactions from the empty wallet IT89/5_167-I should see a not enough ada error.png

- Daedalus transfer should fail to recover wallet if connection was lost IT84/4_19-I click on the transfer funds from Daedalus button:

Daedalus transfer should fail to recover wallet if connection was lost IT84/4_19-I click on the transfer funds from Daedalus button.png

- Daedalus transfer should fail to recover wallet if connection was lost IT84/8_19-I should see Connection lost error message:

Daedalus transfer should fail to recover wallet if connection was lost IT84/8_19-I should see Connection lost error message.png

- Daedalus transfer should fail to recover wallet if connection was lost IT84/7_19-I should see an Error screen:

Daedalus transfer should fail to recover wallet if connection was lost IT84/7_19-I should see an Error screen.png

- Yoroi Settings Screen Support IT4/4_169-I should see support screen:

Yoroi Settings Screen Support IT4/4_169-I should see support screen.png

- Yoroi Settings Screen Support IT4/3_169-I click on secondary menu item:

Yoroi Settings Screen Support IT4/3_169-I click on secondary menu item.png

- User cant change the password without entering old password IT14/4_117-I click on secondary menu item:

User cant change the password without entering old password IT14/4_117-I click on secondary menu item.png

- User cant change the password without entering old password IT14/5_117-I click on the password label:

User cant change the password without entering old password IT14/5_117-I click on the password label.png

- User cant change the password without entering old password IT14/6_117-I should see the wallet password dialog:

User cant change the password without entering old password IT14/6_117-I should see the wallet password dialog.png

- Display warning if wallet changes during send screen IT59/8_223-I should see a warning block:

Display warning if wallet changes during send screen IT59/8_223-I should see a warning block.png

- User can send all funds from one Yoroi wallet to another/12_113-I should see the summary screen:

User can send all funds from one Yoroi wallet to another/12_113-I should see the summary screen.png

- User can send all funds from one Yoroi wallet to another/5_113-I click on Send all my ADA checkbox:

User can send all funds from one Yoroi wallet to another/5_113-I click on Send all my ADA checkbox.png

- User can send all funds from one Yoroi wallet to another/8_113-I click on the next button in the wallet send form:

User can send all funds from one Yoroi wallet to another/8_113-I click on the next button in the wallet send form.png

- User can send all funds from one Yoroi wallet to another/9_113-I see send money confirmation dialog:

User can send all funds from one Yoroi wallet to another/9_113-I see send money confirmation dialog.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/9_83-I click the next button:

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/9_83-I click the next button.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/8_83-I should see a plate :

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/8_83-I should see a plate .png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/12_83-I should see the addresses exactly list them:

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/12_83-I should see the addresses exactly list them.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/10_83-I should see the opened wallet with name :

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/10_83-I should see the opened wallet with name .png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/3_83-I click the restore button:

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/3_83-I click the restore button.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/7_83-I click the Restore Wallet button:

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/7_83-I click the Restore Wallet button.png

- Wallet restoration Recovery Phrase with less than 15 words IT73/3_178-I click the restore button:

Wallet restoration Recovery Phrase with less than 15 words IT73/3_178-I click the restore button.png

- Wallet restoration Recovery Phrase with less than 15 words IT73/6_178-I should see an X words left error message:

Wallet restoration Recovery Phrase with less than 15 words IT73/6_178-I should see an X words left error message.png

- Open the tx history of a complex wallet IT103/4_41-I should see that the number of transactions is :

Open the tx history of a complex wallet IT103/4_41-I should see that the number of transactions is .png

- Open the tx history of a complex wallet IT103/3_41-I see the transactions summary:

Open the tx history of a complex wallet IT103/3_41-I see the transactions summary.png

- Open the tx history of a complex wallet IT103/5_41-I should see transactions:

Open the tx history of a complex wallet IT103/5_41-I should see transactions.png

- User cant send more funds than he has IT47/6_83-I should see a not enough ada error:

User cant send more funds than he has IT47/6_83-I should see a not enough ada error.png

- Generate a new receive address IT17/5_16-I should see my latest address at the top:

Generate a new receive address IT17/5_16-I should see my latest address at the top.png

- Generate a new receive address IT17/4_16-I click on the Generate new address button:

Generate a new receive address IT17/4_16-I click on the Generate new address button.png

- Generate a new receive address IT17/6_16-I should see the addresses exactly list them:

Generate a new receive address IT17/6_16-I should see the addresses exactly list them.png

- User redeems Regular PDF certificate/8_39-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Regular PDF certificate/8_39-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Regular PDF certificate/9_39-I should see the summary screen:

User redeems Regular PDF certificate/9_39-I should see the summary screen.png

- User cant change password without filling Password repeat field IT40/5_131-I click on the password label:

User cant change password without filling Password repeat field IT40/5_131-I click on the password label.png

- User cant change password without filling Password repeat field IT40/6_131-I should see the wallet password dialog:

User cant change password without filling Password repeat field IT40/6_131-I should see the wallet password dialog.png

- User cant change password without filling Password repeat field IT40/11_131-I should see Doesnt match error message:

User cant change password without filling Password repeat field IT40/11_131-I should see Doesnt match error message.png

- User cant change password without filling Password repeat field IT40/4_131-I click on secondary menu item:

User cant change password without filling Password repeat field IT40/4_131-I click on secondary menu item.png

- User can send funds from one Yoroi wallet to another IT54/12_27-I should see the summary screen:

User can send funds from one Yoroi wallet to another IT54/12_27-I should see the summary screen.png

- User can send funds from one Yoroi wallet to another IT54/9_28-I should see no warning block:

User can send funds from one Yoroi wallet to another IT54/9_28-I should see no warning block.png

- User can send funds from one Yoroi wallet to another IT54/7_27-I click on the next button in the wallet send form:

User can send funds from one Yoroi wallet to another IT54/7_27-I click on the next button in the wallet send form.png

- User can send funds from one Yoroi wallet to another IT54/8_29-I see send money confirmation dialog:

User can send funds from one Yoroi wallet to another IT54/8_29-I see send money confirmation dialog.png

- User can send funds from one Yoroi wallet to another IT54/9_27-I should see no warning block:

User can send funds from one Yoroi wallet to another IT54/9_27-I should see no warning block.png

- User can send funds from one Yoroi wallet to another IT54/9_29-I should see no warning block:

User can send funds from one Yoroi wallet to another IT54/9_29-I should see no warning block.png

- User can send funds from one Yoroi wallet to another IT54/8_27-I see send money confirmation dialog:

User can send funds from one Yoroi wallet to another IT54/8_27-I see send money confirmation dialog.png

- User can send funds from one Yoroi wallet to another IT54/8_28-I see send money confirmation dialog:

User can send funds from one Yoroi wallet to another IT54/8_28-I see send money confirmation dialog.png

- User can send funds from one Yoroi wallet to another IT54/12_28-I should see the summary screen:

User can send funds from one Yoroi wallet to another IT54/12_28-I should see the summary screen.png

- User can send funds from one Yoroi wallet to another IT54/7_29-I click on the next button in the wallet send form:

User can send funds from one Yoroi wallet to another IT54/7_29-I click on the next button in the wallet send form.png

- User can send funds from one Yoroi wallet to another IT54/7_28-I click on the next button in the wallet send form:

User can send funds from one Yoroi wallet to another IT54/7_28-I click on the next button in the wallet send form.png

- User can send funds from one Yoroi wallet to another IT54/12_29-I should see the summary screen:

User can send funds from one Yoroi wallet to another IT54/12_29-I should see the summary screen.png

- Wallet restoration Recovery Phrase test IT70/3_132-I click the restore button:

Wallet restoration Recovery Phrase test IT70/3_132-I click the restore button.png

- Wallet restoration Recovery Phrase test IT70/7_132-I click the Restore Wallet button:

Wallet restoration Recovery Phrase test IT70/7_132-I click the Restore Wallet button.png

- Wallet restoration Recovery Phrase test IT70/9_132-I should see an Invalid recovery phrase error message:

Wallet restoration Recovery Phrase test IT70/9_132-I should see an Invalid recovery phrase error message.png

- User tries to redeem manually entered Regular already used redemption key/8_32-I should see already used redemption key message:

User tries to redeem manually entered Regular already used redemption key/8_32-I should see already used redemption key message.png

- User tries to redeem manually entered Regular invalid redemption key/6_26-I should see invalid redemption key message:

User tries to redeem manually entered Regular invalid redemption key/6_26-I should see invalid redemption key message.png

- Check content of pending transaction IT57/3_29-I see the transactions summary:

Check content of pending transaction IT57/3_29-I see the transactions summary.png

- Ensure that wallet addresses are restored correctly IT86/13_58-I should see the addresses exactly list them:

Ensure that wallet addresses are restored correctly IT86/13_58-I should see the addresses exactly list them.png

- Ensure that wallet addresses are restored correctly IT86/8_58-I should see a plate :

Ensure that wallet addresses are restored correctly IT86/8_58-I should see a plate .png

- Ensure that wallet addresses are restored correctly IT86/7_58-I click the Restore Wallet button:

Ensure that wallet addresses are restored correctly IT86/7_58-I click the Restore Wallet button.png

- Ensure that wallet addresses are restored correctly IT86/3_58-I click the restore button:

Ensure that wallet addresses are restored correctly IT86/3_58-I click the restore button.png

- Ensure that wallet addresses are restored correctly IT86/9_58-I click the next button:

Ensure that wallet addresses are restored correctly IT86/9_58-I click the next button.png

- Ensure that wallet addresses are restored correctly IT86/10_58-I should see the opened wallet with name :

Ensure that wallet addresses are restored correctly IT86/10_58-I should see the opened wallet with name .png

- Open the tx history of an empty wallet IT101/4_8-I should see that the number of transactions is :

Open the tx history of an empty wallet IT101/4_8-I should see that the number of transactions is .png

- Open the tx history of an empty wallet IT101/3_8-I see the transactions summary:

Open the tx history of an empty wallet IT101/3_8-I see the transactions summary.png

- Open the tx history of an empty wallet IT101/5_8-I should see no transactions:

Open the tx history of an empty wallet IT101/5_8-I should see no transactions.png

- Yoroi Settings Screen Terms of Use in Default EnglishIT3/4_157-I should see the Terms of use screen:

Yoroi Settings Screen Terms of Use in Default EnglishIT3/4_157-I should see the Terms of use screen.png

- Yoroi Settings Screen Terms of Use in Default EnglishIT3/3_157-I click on secondary menu item:

Yoroi Settings Screen Terms of Use in Default EnglishIT3/3_157-I click on secondary menu item.png

- User redeems Force vended encrypted PDF certificate/10_66-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Force vended encrypted PDF certificate/10_66-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Force vended encrypted PDF certificate/11_66-I should see the summary screen:

User redeems Force vended encrypted PDF certificate/11_66-I should see the summary screen.png

- User redeems Force vended encrypted PDF certificate/5_66-I click on ada redemption choices tab:

User redeems Force vended encrypted PDF certificate/5_66-I click on ada redemption choices tab.png

- Main Screen Tabs Switching IT15/8_13-I should see the transactions screen:

Main Screen Tabs Switching IT15/8_13-I should see the transactions screen.png

- Main Screen Tabs Switching IT15/4_13-I should see send transaction screen:

Main Screen Tabs Switching IT15/4_13-I should see send transaction screen.png

- Main Screen Tabs Switching IT15/6_13-I should see the Receive screen:

Main Screen Tabs Switching IT15/6_13-I should see the Receive screen.png

- User tries to redeem ada and receives an invalid signature error from the server/8_115-I should see an error message saying that ADA could not be redeemed correctly:

User tries to redeem ada and receives an invalid signature error from the server/8_115-I should see an error message saying that ADA could not be redeemed correctly.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/5_114-I click on name input field:

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/5_114-I click on name input field.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/7_114-I click outside name input field:

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/7_114-I click outside name input field.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/8_114-I should see Wallet name requires at least 1 and at most 40 letters error message:

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/8_114-I should see Wallet name requires at least 1 and at most 40 letters error message.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/4_114-I click on secondary menu item:

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/4_114-I click on secondary menu item.png

- User redeems manually entered Force vended redemption key/9_47-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems manually entered Force vended redemption key/9_47-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems manually entered Force vended redemption key/10_47-I should see the summary screen:

User redeems manually entered Force vended redemption key/10_47-I should see the summary screen.png

- User redeems manually entered Force vended redemption key/5_47-I click on ada redemption choices tab:

User redeems manually entered Force vended redemption key/5_47-I click on ada redemption choices tab.png

- User redeems Force vended PDF certificate/9_56-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Force vended PDF certificate/9_56-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Force vended PDF certificate/10_56-I should see the summary screen:

User redeems Force vended PDF certificate/10_56-I should see the summary screen.png

- User redeems Force vended PDF certificate/5_56-I click on ada redemption choices tab:

User redeems Force vended PDF certificate/5_56-I click on ada redemption choices tab.png

- Spending Password should be casesensitive Transaction confirmation IT90/6_50-I click on the next button in the wallet send form:

Spending Password should be casesensitive Transaction confirmation IT90/6_50-I click on the next button in the wallet send form.png

- Spending Password should be casesensitive Transaction confirmation IT90/10_50-I should see an incorrect wallet password error message:

Spending Password should be casesensitive Transaction confirmation IT90/10_50-I should see an incorrect wallet password error message.png

- Spending Password should be casesensitive Transaction confirmation IT90/10_49-I should see an incorrect wallet password error message:

Spending Password should be casesensitive Transaction confirmation IT90/10_49-I should see an incorrect wallet password error message.png

- Spending Password should be casesensitive Transaction confirmation IT90/10_51-I should see an incorrect wallet password error message:

Spending Password should be casesensitive Transaction confirmation IT90/10_51-I should see an incorrect wallet password error message.png

- Spending Password should be casesensitive Transaction confirmation IT90/6_51-I click on the next button in the wallet send form:

Spending Password should be casesensitive Transaction confirmation IT90/6_51-I click on the next button in the wallet send form.png

- Spending Password should be casesensitive Transaction confirmation IT90/7_50-I see send money confirmation dialog:

Spending Password should be casesensitive Transaction confirmation IT90/7_50-I see send money confirmation dialog.png

- Spending Password should be casesensitive Transaction confirmation IT90/7_49-I see send money confirmation dialog:

Spending Password should be casesensitive Transaction confirmation IT90/7_49-I see send money confirmation dialog.png

- Spending Password should be casesensitive Transaction confirmation IT90/6_49-I click on the next button in the wallet send form:

Spending Password should be casesensitive Transaction confirmation IT90/6_49-I click on the next button in the wallet send form.png

- Spending Password should be casesensitive Transaction confirmation IT90/7_51-I see send money confirmation dialog:

Spending Password should be casesensitive Transaction confirmation IT90/7_51-I see send money confirmation dialog.png

- Paper wallet creation IT77/3_175-I click on secondary menu item:

Paper wallet creation IT77/3_175-I click on secondary menu item.png

- Paper wallet creation IT77/15_175-I should see two addresses displayed:

Paper wallet creation IT77/15_175-I should see two addresses displayed.png

- Paper wallet creation IT77/9_175-I click the next button:

Paper wallet creation IT77/9_175-I click the next button.png

- Paper wallet creation IT77/6_175-I click the create paper wallet button:

Paper wallet creation IT77/6_175-I click the create paper wallet button.png

- Paper wallet creation IT77/16_175-I click the next button:

Paper wallet creation IT77/16_175-I click the next button.png

- Paper wallet creation IT77/14_175-I click then button labeled :

Paper wallet creation IT77/14_175-I click then button labeled .png

- Paper wallet creation IT77/10_175-I click the next button:

Paper wallet creation IT77/10_175-I click the next button.png

- Wallet access after browser restart IT9/6_21-I click the Create personal wallet button:

Wallet access after browser restart IT9/6_21-I click the Create personal wallet button.png

- Wallet access after browser restart IT9/3_21-I click the create button:

Wallet access after browser restart IT9/3_21-I click the create button.png

- Wallet access after browser restart IT9/11_21-I should see the opened wallet with name :

Wallet access after browser restart IT9/11_21-I should see the opened wallet with name .png

- Wallet access after browser restart IT9/9_21-I should see the opened wallet with name :

Wallet access after browser restart IT9/9_21-I should see the opened wallet with name .png

- Ensure every generated wallet address is unique IT34/5_31-I see every generated address is unique:

Ensure every generated wallet address is unique IT34/5_31-I see every generated address is unique.png

- Ensure every generated wallet address is unique IT34/4_31-I click on the Generate new address button 09 times:

Ensure every generated wallet address is unique IT34/4_31-I click on the Generate new address button 09 times.png

- User cant change password if it doesnt meet complexity requirements IT12/5_23-I click on the password label:

User cant change password if it doesnt meet complexity requirements IT12/5_23-I click on the password label.png

- User cant change password if it doesnt meet complexity requirements IT12/6_23-I should see the wallet password dialog:

User cant change password if it doesnt meet complexity requirements IT12/6_23-I should see the wallet password dialog.png

- User cant change password if it doesnt meet complexity requirements IT12/9_23-I should see the following error messages:

User cant change password if it doesnt meet complexity requirements IT12/9_23-I should see the following error messages.png

- User cant change password if it doesnt meet complexity requirements IT12/4_23-I click on secondary menu item:

User cant change password if it doesnt meet complexity requirements IT12/4_23-I click on secondary menu item.png

- User cant restore Daedalus wallet in Yoroi if Yoroi wallet is not created IT30/4_43-I see transactions buttons are disabled:

User cant restore Daedalus wallet in Yoroi if Yoroi wallet is not created IT30/4_43-I see transactions buttons are disabled.png

- Invalid URI leads user to warning dialog IT109/4_33-I should see an invalid URI dialog:

Invalid URI leads user to warning dialog IT109/4_33-I should see an invalid URI dialog.png

- User redeems manually entered Regular redemption key/9_17-I should see the summary screen:

User redeems manually entered Regular redemption key/9_17-I should see the summary screen.png

- User redeems manually entered Regular redemption key/8_17-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems manually entered Regular redemption key/8_17-I should see the Ada Redemption Success Overlay and close the dialogue.png

- Wallet creation IT5/6_9-I click the Create personal wallet button:

Wallet creation IT5/6_9-I click the Create personal wallet button.png

- Wallet creation IT5/3_9-I click the create button:

Wallet creation IT5/3_9-I click the create button.png

- Wallet creation IT5/9_9-I should see the opened wallet with name :

Wallet creation IT5/9_9-I should see the opened wallet with name .png

- Check content of failed transaction IT58/3_35-I see the transactions summary:

Check content of failed transaction IT58/3_35-I see the transactions summary.png

- User redeems manually entered Paper vended shielded vending key and passphrase/10_77-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems manually entered Paper vended shielded vending key and passphrase/10_77-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems manually entered Paper vended shielded vending key and passphrase/5_77-I click on ada redemption choices tab:

User redeems manually entered Paper vended shielded vending key and passphrase/5_77-I click on ada redemption choices tab.png

- User redeems manually entered Paper vended shielded vending key and passphrase/11_77-I should see the summary screen:

User redeems manually entered Paper vended shielded vending key and passphrase/11_77-I should see the summary screen.png

- Ensure user can generate a wallet URI and copy it to clipboard IT107/5_9-I click on generate payment URL button:

Ensure user can generate a wallet URI and copy it to clipboard IT107/5_9-I click on generate payment URL button.png

- Ensure user can generate a wallet URI and copy it to clipboard IT107/4_9-I should see the Receive screen:

Ensure user can generate a wallet URI and copy it to clipboard IT107/4_9-I should see the Receive screen.png

- Ensure user can generate a wallet URI and copy it to clipboard IT107/9_9-I should see URL successfully copied notification:

Ensure user can generate a wallet URI and copy it to clipboard IT107/9_9-I should see URL successfully copied notification.png

- Ensure user can generate a wallet URI and copy it to clipboard IT107/7_9-I should see the URI displayed in a new dialog:

Ensure user can generate a wallet URI and copy it to clipboard IT107/7_9-I should see the URI displayed in a new dialog.png

- Ensure user can generate a wallet URI and copy it to clipboard IT107/8_9-I click on the copy to clipboard icon:

Ensure user can generate a wallet URI and copy it to clipboard IT107/8_9-I click on the copy to clipboard icon.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/9_35-I click Clear button:

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/9_35-I click Clear button.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/3_35-I click the create button:

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/3_35-I click the create button.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/6_35-I click the Create personal wallet button:

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/6_35-I click the Create personal wallet button.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/10_35-I see All selected words are cleared:

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/10_35-I see All selected words are cleared.png

- Sending a Tx and receiving from the server an invalid signature error/11_116-I should see an invalid signature error message:

Sending a Tx and receiving from the server an invalid signature error/11_116-I should see an invalid signature error message.png

- Sending a Tx and receiving from the server an invalid signature error/8_116-I see send money confirmation dialog:

Sending a Tx and receiving from the server an invalid signature error/8_116-I see send money confirmation dialog.png

- Sending a Tx and receiving from the server an invalid signature error/7_116-I click on the next button in the wallet send form:

Sending a Tx and receiving from the server an invalid signature error/7_116-I click on the next button in the wallet send form.png

- User cant create more than 20 consecutive unused addresses IT49/6_25-I should see an error about max unused addresses:

User cant create more than 20 consecutive unused addresses IT49/6_25-I should see an error about max unused addresses.png

- User cant create more than 20 consecutive unused addresses IT49/5_25-I click on the Generate new address button:

User cant create more than 20 consecutive unused addresses IT49/5_25-I click on the Generate new address button.png

- User cant create more than 20 consecutive unused addresses IT49/4_25-I click on the Generate new address button 09 times:

User cant create more than 20 consecutive unused addresses IT49/4_25-I click on the Generate new address button 09 times.png

- Yoroi Wallet Home Button Test IT21/5_23-I should see the transactions screen:

Yoroi Wallet Home Button Test IT21/5_23-I should see the transactions screen.png

- Yoroi Wallet Home Button Test IT21/8_23-I should see the transactions screen:

Yoroi Wallet Home Button Test IT21/8_23-I should see the transactions screen.png

- Open the tx history of a wallet with a big input tx IT104/4_48-I should see that the number of transactions is :

Open the tx history of a wallet with a big input tx IT104/4_48-I should see that the number of transactions is .png

- Open the tx history of a wallet with a big input tx IT104/3_48-I see the transactions summary:

Open the tx history of a wallet with a big input tx IT104/3_48-I see the transactions summary.png

- Open the tx history of a wallet with a big input tx IT104/5_48-I should see transactions:

Open the tx history of a wallet with a big input tx IT104/5_48-I should see transactions.png

- Wallet cant be restored without entering password IT26/3_102-I click the restore button:

Wallet cant be restored without entering password IT26/3_102-I click the restore button.png

- Wallet cant be restored without entering password IT26/8_102-I click the Restore Wallet button:

Wallet cant be restored without entering password IT26/8_102-I click the Restore Wallet button.png

- User is able to change spending password IT94/7_55-I should see the wallet password dialog:

User is able to change spending password IT94/7_55-I should see the wallet password dialog.png

- User is able to change spending password IT94/19_55-I should see the summary screen:

User is able to change spending password IT94/19_55-I should see the summary screen.png

- User is able to change spending password IT94/6_55-I click on the password label:

User is able to change spending password IT94/6_55-I click on the password label.png

- User is able to change spending password IT94/5_55-I click on secondary menu item:

User is able to change spending password IT94/5_55-I click on secondary menu item.png

- User is able to change spending password IT94/15_55-I click on the next button in the wallet send form:

User is able to change spending password IT94/15_55-I click on the next button in the wallet send form.png

- User is able to change spending password IT94/16_55-I see send money confirmation dialog:

User is able to change spending password IT94/16_55-I see send money confirmation dialog.png

- Latest address should be displayed at the top IT106/5_9-I should see the addresses exactly list them:

Latest address should be displayed at the top IT106/5_9-I should see the addresses exactly list them.png

- Latest address should be displayed at the top IT106/4_9-I should see my latest address at the top:

Latest address should be displayed at the top IT106/4_9-I should see my latest address at the top.png

- Wallet cant be created without entering password IT24/3_48-I click the create button:

Wallet cant be created without entering password IT24/3_48-I click the create button.png

- Wallet cant be created without entering password IT24/7_48-I click the Create personal wallet button:

Wallet cant be created without entering password IT24/7_48-I click the Create personal wallet button.png

- Yoroi TRANSFER FUNDS FROM DAEDALUS screen validation IT29/5_69-I see all necessary elements on TRANSFER FUNDS FROM DAEDALUS screen:

Yoroi TRANSFER FUNDS FROM DAEDALUS screen validation IT29/5_69-I see all necessary elements on TRANSFER FUNDS FROM DAEDALUS screen.png

- Open the tx history of an already loaded wallet IT105/3_55-I see the transactions summary:

Open the tx history of an already loaded wallet IT105/3_55-I see the transactions summary.png

- Open the tx history of an already loaded wallet IT105/5_55-I see the transactions summary:

Open the tx history of an already loaded wallet IT105/5_55-I see the transactions summary.png

- Open the tx history of an already loaded wallet IT105/6_55-I should see that the number of transactions is :

Open the tx history of an already loaded wallet IT105/6_55-I should see that the number of transactions is .png

- User accepts Daedalus Redemption Disclaimer/4_9-I see the Daedalus Redemption Disclaimer overlay:

User accepts Daedalus Redemption Disclaimer/4_9-I see the Daedalus Redemption Disclaimer overlay.png

- User accepts Daedalus Redemption Disclaimer/6_9-I click on the Continue button:

User accepts Daedalus Redemption Disclaimer/6_9-I click on the Continue button.png

- User accepts Daedalus Redemption Disclaimer/5_9-I click on the Ive understood the information above checkbox:

User accepts Daedalus Redemption Disclaimer/5_9-I click on the Ive understood the information above checkbox.png

- Terms of Use are not accepted if user didnt confirm it and closereload the browser page IT51/4_14-I click on I agree with the terms of use checkbox:

Terms of Use are not accepted if user didnt confirm it and closereload the browser page IT51/4_14-I click on I agree with the terms of use checkbox.png

- Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/8_57-I should see an Error screen:

Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/8_57-I should see an Error screen.png

- Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/5_57-I click on the transfer funds from Daedalus button:

Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/5_57-I click on the transfer funds from Daedalus button.png

- Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/9_57-I should see Daedalus wallet without funds error message:

Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/9_57-I should see Daedalus wallet without funds error message.png

- Daedalustransfer page buttons test IT37/8_75-I click the back button:

Daedalustransfer page buttons test IT37/8_75-I click the back button.png

- Daedalustransfer page buttons test IT37/6_75-I click next button on the Daedalus transfer page:

Daedalustransfer page buttons test IT37/6_75-I click next button on the Daedalus transfer page.png

- Daedalustransfer page buttons test IT37/9_75-I see all necessary elements on TRANSFER FUNDS FROM DAEDALUS screen:

Daedalustransfer page buttons test IT37/9_75-I see all necessary elements on TRANSFER FUNDS FROM DAEDALUS screen.png

- Daedalustransfer page buttons test IT37/7_75-I should see This field is required error message:

Daedalustransfer page buttons test IT37/7_75-I should see This field is required error message.png

- Daedalustransfer page buttons test IT37/5_75-I click on the transfer funds from Daedalus button:

Daedalustransfer page buttons test IT37/5_75-I click on the transfer funds from Daedalus button.png

- CONFIRM TRANSACTION Pop up displays properly IT48/7_69-I click on the next button in the wallet send form:

CONFIRM TRANSACTION Pop up displays properly IT48/7_69-I click on the next button in the wallet send form.png

- CONFIRM TRANSACTION Pop up displays properly IT48/8_69-I see CONFIRM TRANSACTION Pop up:

CONFIRM TRANSACTION Pop up displays properly IT48/8_69-I see CONFIRM TRANSACTION Pop up.png

- Successfully restoring a simple wallet/8_37-I should see a plate :

Successfully restoring a simple wallet/8_37-I should see a plate .png

- Successfully restoring a simple wallet/13_37-I should see the addresses exactly list them:

Successfully restoring a simple wallet/13_37-I should see the addresses exactly list them.png

- Successfully restoring a simple wallet/10_37-I should see the opened wallet with name :

Successfully restoring a simple wallet/10_37-I should see the opened wallet with name .png

- Successfully restoring a simple wallet/7_37-I click the Restore Wallet button:

Successfully restoring a simple wallet/7_37-I click the Restore Wallet button.png

- Successfully restoring a simple wallet/3_37-I click the restore button:

Successfully restoring a simple wallet/3_37-I click the restore button.png

- Successfully restoring a simple wallet/9_37-I click the next button:

Successfully restoring a simple wallet/9_37-I click the next button.png

- Ensure user can hide used Addresses under Receive tab IT22/4_36-I click on the Generate new address button:

Ensure user can hide used Addresses under Receive tab IT22/4_36-I click on the Generate new address button.png

- Ensure user can hide used Addresses under Receive tab IT22/6_36-I should see the addresses exactly list them:

Ensure user can hide used Addresses under Receive tab IT22/6_36-I should see the addresses exactly list them.png

- Ensure user can hide used Addresses under Receive tab IT22/5_36-I click on the Hide used addresses button:

Ensure user can hide used Addresses under Receive tab IT22/5_36-I click on the Hide used addresses button.png

- Users will be presented with a security warning prior to seed creation IT27/3_59-I click the create button:

Users will be presented with a security warning prior to seed creation IT27/3_59-I click the create button.png

- Users will be presented with a security warning prior to seed creation IT27/7_59-I see the security warning prior:

Users will be presented with a security warning prior to seed creation IT27/7_59-I see the security warning prior.png

- Users will be presented with a security warning prior to seed creation IT27/6_59-I click the Create personal wallet button:

Users will be presented with a security warning prior to seed creation IT27/6_59-I click the Create personal wallet button.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/10_89-I click the Create personal wallet button:

Wallet cant be created if wallet name doesnt meet requirements IT16/10_89-I click the Create personal wallet button.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/3_89-I click the create button:

Wallet cant be created if wallet name doesnt meet requirements IT16/3_89-I click the create button.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/12_89-I should see Wallet name requires at least 1 and at most 40 letters error message:

Wallet cant be created if wallet name doesnt meet requirements IT16/12_89-I should see Wallet name requires at least 1 and at most 40 letters error message.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/7_89-I click the Create personal wallet button:

Wallet cant be created if wallet name doesnt meet requirements IT16/7_89-I click the Create personal wallet button.png

- Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/6_28-I delete recovery phrase by clicking x signs:

Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/6_28-I delete recovery phrase by clicking x signs.png

- Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/3_28-I click the restore button:

Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/3_28-I click the restore button.png

- Restoring an empty wallet IT6/9_9-I click the next button:

Restoring an empty wallet IT6/9_9-I click the next button.png

- Restoring an empty wallet IT6/3_9-I click the restore button:

Restoring an empty wallet IT6/3_9-I click the restore button.png

- Restoring an empty wallet IT6/12_9-I should see the addresses exactly list them:

Restoring an empty wallet IT6/12_9-I should see the addresses exactly list them.png

- Restoring an empty wallet IT6/10_9-I should see the opened wallet with name :

Restoring an empty wallet IT6/10_9-I should see the opened wallet with name .png

- Restoring an empty wallet IT6/8_9-I should see a plate :

Restoring an empty wallet IT6/8_9-I should see a plate .png

- Restoring an empty wallet IT6/7_9-I click the Restore Wallet button:

Restoring an empty wallet IT6/7_9-I click the Restore Wallet button.png

- User redeems Recovery regular encrypted PDF certificate/5_87-I click on ada redemption choices tab:

User redeems Recovery regular encrypted PDF certificate/5_87-I click on ada redemption choices tab.png

- User redeems Recovery regular encrypted PDF certificate/11_87-I should see the summary screen:

User redeems Recovery regular encrypted PDF certificate/11_87-I should see the summary screen.png

- User redeems Recovery regular encrypted PDF certificate/10_87-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Recovery regular encrypted PDF certificate/10_87-I should see the Ada Redemption Success Overlay and close the dialogue.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/5_33-I click on copy to clipboard button:

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/5_33-I click on copy to clipboard button.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/6_33-I should see You have successfully copied wallet address pop up:

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/6_33-I should see You have successfully copied wallet address pop up.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/4_33-I should see the Receive screen:

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/4_33-I should see the Receive screen.png

- Password should be casesensitive Wallet password changing IT91/4_75-I click on secondary menu item:

Password should be casesensitive Wallet password changing IT91/4_75-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/4_74-I click on secondary menu item:

Password should be casesensitive Wallet password changing IT91/4_74-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/5_75-I click on the password label:

Password should be casesensitive Wallet password changing IT91/5_75-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/9_73-I should see the following submit error messages:

Password should be casesensitive Wallet password changing IT91/9_73-I should see the following submit error messages.png

- Password should be casesensitive Wallet password changing IT91/5_74-I click on the password label:

Password should be casesensitive Wallet password changing IT91/5_74-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/9_75-I should see the following submit error messages:

Password should be casesensitive Wallet password changing IT91/9_75-I should see the following submit error messages.png

- Password should be casesensitive Wallet password changing IT91/4_73-I click on secondary menu item:

Password should be casesensitive Wallet password changing IT91/4_73-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/6_73-I should see the wallet password dialog:

Password should be casesensitive Wallet password changing IT91/6_73-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/6_74-I should see the wallet password dialog:

Password should be casesensitive Wallet password changing IT91/6_74-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/5_73-I click on the password label:

Password should be casesensitive Wallet password changing IT91/5_73-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/9_74-I should see the following submit error messages:

Password should be casesensitive Wallet password changing IT91/9_74-I should see the following submit error messages.png

- Password should be casesensitive Wallet password changing IT91/6_75-I should see the wallet password dialog:

Password should be casesensitive Wallet password changing IT91/6_75-I should see the wallet password dialog.png

- User can transfer Daedalus funds to Yoroi using master key IT19/10_87-I should see the summary screen:

User can transfer Daedalus funds to Yoroi using master key IT19/10_87-I should see the summary screen.png

- User can transfer Daedalus funds to Yoroi using master key IT19/5_87-I click on the transfer funds from Daedalus master key button:

User can transfer Daedalus funds to Yoroi using master key IT19/5_87-I click on the transfer funds from Daedalus master key button.png

- Display warning if wallet changes during confirmation IT59/8_176-I see send money confirmation dialog:

Display warning if wallet changes during confirmation IT59/8_176-I see send money confirmation dialog.png

- Display warning if wallet changes during confirmation IT59/7_176-I click on the next button in the wallet send form:

Display warning if wallet changes during confirmation IT59/7_176-I click on the next button in the wallet send form.png

- Display warning if wallet changes during confirmation IT59/14_176-I should see no warning block:

Display warning if wallet changes during confirmation IT59/14_176-I should see no warning block.png

- Display warning if wallet changes during confirmation IT59/11_176-I click the back button:

Display warning if wallet changes during confirmation IT59/11_176-I click the back button.png

- Display warning if wallet changes during confirmation IT59/17_176-I should see the summary screen:

Display warning if wallet changes during confirmation IT59/17_176-I should see the summary screen.png

- Display warning if wallet changes during confirmation IT59/13_176-I see send money confirmation dialog:

Display warning if wallet changes during confirmation IT59/13_176-I see send money confirmation dialog.png

- Display warning if wallet changes during confirmation IT59/10_176-I should see a warning block:

Display warning if wallet changes during confirmation IT59/10_176-I should see a warning block.png

- Display warning if wallet changes during confirmation IT59/12_176-I click on the next button in the wallet send form:

Display warning if wallet changes during confirmation IT59/12_176-I click on the next button in the wallet send form.png

- Wallet settings tab isnt active if wallet is not created IT23/4_163-I should see secondary menu item disabled:

Wallet settings tab isnt active if wallet is not created IT23/4_163-I should see secondary menu item disabled.png

- User cant send funds with incorrect Spending password IT42/8_133-I see send money confirmation dialog:

User cant send funds with incorrect Spending password IT42/8_133-I see send money confirmation dialog.png

- User cant send funds with incorrect Spending password IT42/7_133-I click on the next button in the wallet send form:

User cant send funds with incorrect Spending password IT42/7_133-I click on the next button in the wallet send form.png

- User cant send funds with incorrect Spending password IT42/11_133-I should see an incorrect wallet password error message:

User cant send funds with incorrect Spending password IT42/11_133-I should see an incorrect wallet password error message.png

- User cant send funds to the invalid address IT46/6_72-I should see an invalid address error:

User cant send funds to the invalid address IT46/6_72-I should see an invalid address error.png

- Restoring a paper wallet IT72/10_147-I click the next button:

Restoring a paper wallet IT72/10_147-I click the next button.png

- Restoring a paper wallet IT72/13_147-I should see the addresses exactly list them:

Restoring a paper wallet IT72/13_147-I should see the addresses exactly list them.png

- Restoring a paper wallet IT72/9_147-I should see a plate :

Restoring a paper wallet IT72/9_147-I should see a plate .png

- Restoring a paper wallet IT72/3_147-I click the restore paper wallet button:

Restoring a paper wallet IT72/3_147-I click the restore paper wallet button.png

- Restoring a paper wallet IT72/11_147-I should see the opened wallet with name :

Restoring a paper wallet IT72/11_147-I should see the opened wallet with name .png

- Restoring a paper wallet IT72/8_147-I click the Restore Wallet button:

Restoring a paper wallet IT72/8_147-I click the Restore Wallet button.png

- Ensure user can not add more than 15 words to the Yoroi Wallet Recovery Phrase IT71/3_144-I click the restore button:

Ensure user can not add more than 15 words to the Yoroi Wallet Recovery Phrase IT71/3_144-I click the restore button.png

- Wallet renaming IT8/9_95-I should see new wallet name :

Wallet renaming IT8/9_95-I should see new wallet name .png

- Wallet renaming IT8/9_93-I should see new wallet name :

Wallet renaming IT8/9_93-I should see new wallet name .png

- Wallet renaming IT8/5_92-I click on name input field:

Wallet renaming IT8/5_92-I click on name input field.png

- Wallet renaming IT8/4_96-I click on secondary menu item:

Wallet renaming IT8/4_96-I click on secondary menu item.png

- Wallet renaming IT8/4_93-I click on secondary menu item:

Wallet renaming IT8/4_93-I click on secondary menu item.png

- Wallet renaming IT8/7_94-I click outside name input field:

Wallet renaming IT8/7_94-I click outside name input field.png

- Wallet renaming IT8/9_97-I should see new wallet name :

Wallet renaming IT8/9_97-I should see new wallet name .png

- Wallet renaming IT8/5_95-I click on name input field:

Wallet renaming IT8/5_95-I click on name input field.png

- Wallet renaming IT8/5_93-I click on name input field:

Wallet renaming IT8/5_93-I click on name input field.png

- Wallet renaming IT8/4_97-I click on secondary menu item:

Wallet renaming IT8/4_97-I click on secondary menu item.png

- Wallet renaming IT8/5_97-I click on name input field:

Wallet renaming IT8/5_97-I click on name input field.png

- Wallet renaming IT8/5_96-I click on name input field:

Wallet renaming IT8/5_96-I click on name input field.png

- Wallet renaming IT8/7_92-I click outside name input field:

Wallet renaming IT8/7_92-I click outside name input field.png

- Wallet renaming IT8/5_94-I click on name input field:

Wallet renaming IT8/5_94-I click on name input field.png

- Wallet renaming IT8/9_96-I should see new wallet name :

Wallet renaming IT8/9_96-I should see new wallet name .png

- Wallet renaming IT8/4_92-I click on secondary menu item:

Wallet renaming IT8/4_92-I click on secondary menu item.png

- Wallet renaming IT8/4_94-I click on secondary menu item:

Wallet renaming IT8/4_94-I click on secondary menu item.png

- Wallet renaming IT8/9_92-I should see new wallet name :

Wallet renaming IT8/9_92-I should see new wallet name .png

- Wallet renaming IT8/7_93-I click outside name input field:

Wallet renaming IT8/7_93-I click outside name input field.png

- Wallet renaming IT8/4_95-I click on secondary menu item:

Wallet renaming IT8/4_95-I click on secondary menu item.png

- Wallet renaming IT8/9_94-I should see new wallet name :

Wallet renaming IT8/9_94-I should see new wallet name .png

- Wallet renaming IT8/7_97-I click outside name input field:

Wallet renaming IT8/7_97-I click outside name input field.png

- Wallet renaming IT8/7_95-I click outside name input field:

Wallet renaming IT8/7_95-I click outside name input field.png

- Wallet renaming IT8/7_96-I click outside name input field:

Wallet renaming IT8/7_96-I click outside name input field.png

- User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/5_41-I click on the transfer funds from Daedalus button:

User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/5_41-I click on the transfer funds from Daedalus button.png

- User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/10_41-I should see the summary screen:

User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/10_41-I should see the summary screen.png

- User can send a tx after invalid password attempt IT60/15_200-I should see the summary screen:

User can send a tx after invalid password attempt IT60/15_200-I should see the summary screen.png

- User can send a tx after invalid password attempt IT60/11_200-I should see an incorrect wallet password error message:

User can send a tx after invalid password attempt IT60/11_200-I should see an incorrect wallet password error message.png

- User can send a tx after invalid password attempt IT60/8_200-I see send money confirmation dialog:

User can send a tx after invalid password attempt IT60/8_200-I see send money confirmation dialog.png

- User can send a tx after invalid password attempt IT60/7_200-I click on the next button in the wallet send form:

User can send a tx after invalid password attempt IT60/7_200-I click on the next button in the wallet send form.png

- Open the tx history of a simple wallet IT102/3_15-I see the transactions summary:

Open the tx history of a simple wallet IT102/3_15-I see the transactions summary.png

- Open the tx history of a simple wallet IT102/4_15-I should see that the number of transactions is :

Open the tx history of a simple wallet IT102/4_15-I should see that the number of transactions is .png

- Open the tx history of a simple wallet IT102/6_15-I should see transactions:

Open the tx history of a simple wallet IT102/6_15-I should see transactions.png

- Open the tx history of a simple wallet IT102/5_15-I should see transactions:

Open the tx history of a simple wallet IT102/5_15-I should see transactions.png

- Ensure user can not add more than 12 words to the Daedalus recovery phrase IT35/4_30-I click on the transfer funds from Daedalus button:

Ensure user can not add more than 12 words to the Daedalus recovery phrase IT35/4_30-I click on the transfer funds from Daedalus button.png

- Check content of successful transaction IT56/3_23-I see the transactions summary:

Check content of successful transaction IT56/3_23-I see the transactions summary.png

@rnd-at-emurgo
Copy link

E2E _firefox_ screenshots differences between 'PR511-0466930' and base branch 'develop'

- User redeems Recovery force vended encrypted PDF certificate/11_112-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/11_112-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/11_111-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/11_111-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/5_110-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/5_110-I click on ada redemption choices tab.png

- User redeems Recovery force vended encrypted PDF certificate/10_111-I should see the Ada Redemption Success Overlay and close the dialogue:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/10_111-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/10_112-I should see the Ada Redemption Success Overlay and close the dialogue:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/10_112-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/11_110-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/11_110-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/10_110-I should see the Ada Redemption Success Overlay and close the dialogue:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/10_110-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/5_112-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/5_112-I click on ada redemption choices tab.png

- User redeems Recovery force vended encrypted PDF certificate/5_111-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/5_111-I click on ada redemption choices tab.png

- Wallet cant be created if its password doesnt meet complexity requirements IT7/3_104-I click the create button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet cant be created if its password doesnt meet complexity requirements IT7/3_104-I click the create button.png

- Try to make a transactions from the empty wallet IT89/5_167-I should see a not enough ada error:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Try to make a transactions from the empty wallet IT89/5_167-I should see a not enough ada error.png

- Yoroi Settings Screen Support IT4/4_169-I should see support screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Yoroi Settings Screen Support IT4/4_169-I should see support screen.png

- Yoroi Settings Screen Support IT4/3_169-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Yoroi Settings Screen Support IT4/3_169-I click on secondary menu item.png

- User cant change the password without entering old password IT14/4_117-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change the password without entering old password IT14/4_117-I click on secondary menu item.png

- User cant change the password without entering old password IT14/5_117-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change the password without entering old password IT14/5_117-I click on the password label.png

- User cant change the password without entering old password IT14/6_117-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change the password without entering old password IT14/6_117-I should see the wallet password dialog.png

- Display warning if wallet changes during send screen IT59/8_223-I should see a warning block:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Display warning if wallet changes during send screen IT59/8_223-I should see a warning block.png

- User can send all funds from one Yoroi wallet to another/12_113-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send all funds from one Yoroi wallet to another/12_113-I should see the summary screen.png

- User can send all funds from one Yoroi wallet to another/8_113-I click on the next button in the wallet send form:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send all funds from one Yoroi wallet to another/8_113-I click on the next button in the wallet send form.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/12_83-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/12_83-I should see the addresses exactly list them.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/10_83-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/10_83-I should see the opened wallet with name .png

- Open the tx history of a complex wallet IT103/4_41-I should see that the number of transactions is :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a complex wallet IT103/4_41-I should see that the number of transactions is .png

- Open the tx history of a complex wallet IT103/5_41-I should see transactions:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a complex wallet IT103/5_41-I should see transactions.png

- User cant send more funds than he has IT47/6_83-I should see a not enough ada error:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant send more funds than he has IT47/6_83-I should see a not enough ada error.png

- Generate a new receive address IT17/5_16-I should see my latest address at the top:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Generate a new receive address IT17/5_16-I should see my latest address at the top.png

- Generate a new receive address IT17/4_16-I click on the Generate new address button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Generate a new receive address IT17/4_16-I click on the Generate new address button.png

- Generate a new receive address IT17/6_16-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Generate a new receive address IT17/6_16-I should see the addresses exactly list them.png

- User cant change password without filling Password repeat field IT40/5_131-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password without filling Password repeat field IT40/5_131-I click on the password label.png

- User cant change password without filling Password repeat field IT40/6_131-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password without filling Password repeat field IT40/6_131-I should see the wallet password dialog.png

- User cant change password without filling Password repeat field IT40/4_131-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password without filling Password repeat field IT40/4_131-I click on secondary menu item.png

- User can send funds from one Yoroi wallet to another IT54/12_27-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send funds from one Yoroi wallet to another IT54/12_27-I should see the summary screen.png

- User can send funds from one Yoroi wallet to another IT54/12_28-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send funds from one Yoroi wallet to another IT54/12_28-I should see the summary screen.png

- User can send funds from one Yoroi wallet to another IT54/12_29-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send funds from one Yoroi wallet to another IT54/12_29-I should see the summary screen.png

- Check content of pending transaction IT57/3_29-I see the transactions summary:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Check content of pending transaction IT57/3_29-I see the transactions summary.png

- Ensure that wallet addresses are restored correctly IT86/13_58-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure that wallet addresses are restored correctly IT86/13_58-I should see the addresses exactly list them.png

- Ensure that wallet addresses are restored correctly IT86/10_58-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure that wallet addresses are restored correctly IT86/10_58-I should see the opened wallet with name .png

- Yoroi Settings Screen Terms of Use in Default EnglishIT3/4_157-I should see the Terms of use screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Yoroi Settings Screen Terms of Use in Default EnglishIT3/4_157-I should see the Terms of use screen.png

- Yoroi Settings Screen Terms of Use in Default EnglishIT3/3_157-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Yoroi Settings Screen Terms of Use in Default EnglishIT3/3_157-I click on secondary menu item.png

- User redeems Force vended encrypted PDF certificate/5_66-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Force vended encrypted PDF certificate/5_66-I click on ada redemption choices tab.png

- Main Screen Tabs Switching IT15/6_13-I should see the Receive screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Main Screen Tabs Switching IT15/6_13-I should see the Receive screen.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/4_114-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/4_114-I click on secondary menu item.png

- User redeems manually entered Force vended redemption key/5_47-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems manually entered Force vended redemption key/5_47-I click on ada redemption choices tab.png

- User redeems Force vended PDF certificate/9_56-I should see the Ada Redemption Success Overlay and close the dialogue:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Force vended PDF certificate/9_56-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Force vended PDF certificate/5_56-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Force vended PDF certificate/5_56-I click on ada redemption choices tab.png

- Paper wallet creation IT77/3_175-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Paper wallet creation IT77/3_175-I click on secondary menu item.png

- Paper wallet creation IT77/15_175-I should see two addresses displayed:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Paper wallet creation IT77/15_175-I should see two addresses displayed.png

- Paper wallet creation IT77/14_175-I click then button labeled :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Paper wallet creation IT77/14_175-I click then button labeled .png

- Wallet access after browser restart IT9/6_21-I click the Create personal wallet button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet access after browser restart IT9/6_21-I click the Create personal wallet button.png

- Wallet access after browser restart IT9/3_21-I click the create button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet access after browser restart IT9/3_21-I click the create button.png

- Wallet access after browser restart IT9/11_21-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet access after browser restart IT9/11_21-I should see the opened wallet with name .png

- Wallet access after browser restart IT9/9_21-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet access after browser restart IT9/9_21-I should see the opened wallet with name .png

- Ensure every generated wallet address is unique IT34/5_31-I see every generated address is unique:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure every generated wallet address is unique IT34/5_31-I see every generated address is unique.png

- Ensure every generated wallet address is unique IT34/4_31-I click on the Generate new address button 09 times:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure every generated wallet address is unique IT34/4_31-I click on the Generate new address button 09 times.png

- User cant change password if it doesnt meet complexity requirements IT12/5_23-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password if it doesnt meet complexity requirements IT12/5_23-I click on the password label.png

- User cant change password if it doesnt meet complexity requirements IT12/6_23-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password if it doesnt meet complexity requirements IT12/6_23-I should see the wallet password dialog.png

- User cant change password if it doesnt meet complexity requirements IT12/4_23-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password if it doesnt meet complexity requirements IT12/4_23-I click on secondary menu item.png

- Wallet creation IT5/6_9-I click the Create personal wallet button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet creation IT5/6_9-I click the Create personal wallet button.png

- Wallet creation IT5/3_9-I click the create button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet creation IT5/3_9-I click the create button.png

- Wallet creation IT5/9_9-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet creation IT5/9_9-I should see the opened wallet with name .png

- Check content of failed transaction IT58/3_35-I see the transactions summary:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Check content of failed transaction IT58/3_35-I see the transactions summary.png

- User redeems manually entered Paper vended shielded vending key and passphrase/5_77-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems manually entered Paper vended shielded vending key and passphrase/5_77-I click on ada redemption choices tab.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/9_35-I click Clear button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/9_35-I click Clear button.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/6_35-I click the Create personal wallet button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/6_35-I click the Create personal wallet button.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/10_35-I see All selected words are cleared:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/10_35-I see All selected words are cleared.png

- Sending a Tx and receiving from the server an invalid signature error/8_116-I see send money confirmation dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Sending a Tx and receiving from the server an invalid signature error/8_116-I see send money confirmation dialog.png

- User cant create more than 20 consecutive unused addresses IT49/6_25-I should see an error about max unused addresses:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant create more than 20 consecutive unused addresses IT49/6_25-I should see an error about max unused addresses.png

- User cant create more than 20 consecutive unused addresses IT49/5_25-I click on the Generate new address button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant create more than 20 consecutive unused addresses IT49/5_25-I click on the Generate new address button.png

- User cant create more than 20 consecutive unused addresses IT49/4_25-I click on the Generate new address button 09 times:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant create more than 20 consecutive unused addresses IT49/4_25-I click on the Generate new address button 09 times.png

- Open the tx history of a wallet with a big input tx IT104/5_48-I should see transactions:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a wallet with a big input tx IT104/5_48-I should see transactions.png

- User is able to change spending password IT94/7_55-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User is able to change spending password IT94/7_55-I should see the wallet password dialog.png

- User is able to change spending password IT94/19_55-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User is able to change spending password IT94/19_55-I should see the summary screen.png

- User is able to change spending password IT94/6_55-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User is able to change spending password IT94/6_55-I click on the password label.png

- User is able to change spending password IT94/5_55-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User is able to change spending password IT94/5_55-I click on secondary menu item.png

- Latest address should be displayed at the top IT106/5_9-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Latest address should be displayed at the top IT106/5_9-I should see the addresses exactly list them.png

- Latest address should be displayed at the top IT106/4_9-I should see my latest address at the top:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Latest address should be displayed at the top IT106/4_9-I should see my latest address at the top.png

- Open the tx history of an already loaded wallet IT105/3_55-I see the transactions summary:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of an already loaded wallet IT105/3_55-I see the transactions summary.png

- Open the tx history of an already loaded wallet IT105/5_55-I see the transactions summary:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of an already loaded wallet IT105/5_55-I see the transactions summary.png

- Open the tx history of an already loaded wallet IT105/6_55-I should see that the number of transactions is :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of an already loaded wallet IT105/6_55-I should see that the number of transactions is .png

- User accepts Daedalus Redemption Disclaimer/4_9-I see the Daedalus Redemption Disclaimer overlay:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User accepts Daedalus Redemption Disclaimer/4_9-I see the Daedalus Redemption Disclaimer overlay.png

- User accepts Daedalus Redemption Disclaimer/5_9-I click on the Ive understood the information above checkbox:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User accepts Daedalus Redemption Disclaimer/5_9-I click on the Ive understood the information above checkbox.png

- Terms of Use are not accepted if user didnt confirm it and closereload the browser page IT51/4_14-I click on I agree with the terms of use checkbox:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Terms of Use are not accepted if user didnt confirm it and closereload the browser page IT51/4_14-I click on I agree with the terms of use checkbox.png

- Successfully restoring a simple wallet/8_37-I should see a plate :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Successfully restoring a simple wallet/8_37-I should see a plate .png

- Successfully restoring a simple wallet/13_37-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Successfully restoring a simple wallet/13_37-I should see the addresses exactly list them.png

- Successfully restoring a simple wallet/10_37-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Successfully restoring a simple wallet/10_37-I should see the opened wallet with name .png

- Ensure user can hide used Addresses under Receive tab IT22/4_36-I click on the Generate new address button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can hide used Addresses under Receive tab IT22/4_36-I click on the Generate new address button.png

- Ensure user can hide used Addresses under Receive tab IT22/6_36-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can hide used Addresses under Receive tab IT22/6_36-I should see the addresses exactly list them.png

- Ensure user can hide used Addresses under Receive tab IT22/5_36-I click on the Hide used addresses button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can hide used Addresses under Receive tab IT22/5_36-I click on the Hide used addresses button.png

- Users will be presented with a security warning prior to seed creation IT27/3_59-I click the create button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Users will be presented with a security warning prior to seed creation IT27/3_59-I click the create button.png

- Users will be presented with a security warning prior to seed creation IT27/7_59-I see the security warning prior:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Users will be presented with a security warning prior to seed creation IT27/7_59-I see the security warning prior.png

- Users will be presented with a security warning prior to seed creation IT27/6_59-I click the Create personal wallet button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Users will be presented with a security warning prior to seed creation IT27/6_59-I click the Create personal wallet button.png

- Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/6_28-I delete recovery phrase by clicking x signs:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/6_28-I delete recovery phrase by clicking x signs.png

- Restoring an empty wallet IT6/12_9-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Restoring an empty wallet IT6/12_9-I should see the addresses exactly list them.png

- Restoring an empty wallet IT6/10_9-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Restoring an empty wallet IT6/10_9-I should see the opened wallet with name .png

- User redeems Recovery regular encrypted PDF certificate/5_87-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery regular encrypted PDF certificate/5_87-I click on ada redemption choices tab.png

- User redeems Recovery regular encrypted PDF certificate/11_87-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery regular encrypted PDF certificate/11_87-I should see the summary screen.png

- User redeems Recovery regular encrypted PDF certificate/10_87-I should see the Ada Redemption Success Overlay and close the dialogue:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery regular encrypted PDF certificate/10_87-I should see the Ada Redemption Success Overlay and close the dialogue.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/5_33-I click on copy to clipboard button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/5_33-I click on copy to clipboard button.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/6_33-I should see You have successfully copied wallet address pop up:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/6_33-I should see You have successfully copied wallet address pop up.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/4_33-I should see the Receive screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/4_33-I should see the Receive screen.png

- Password should be casesensitive Wallet password changing IT91/4_75-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/4_75-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/4_74-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/4_74-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/5_75-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/5_75-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/5_74-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/5_74-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/4_73-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/4_73-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/6_73-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/6_73-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/6_74-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/6_74-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/5_73-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/5_73-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/6_75-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/6_75-I should see the wallet password dialog.png

- Display warning if wallet changes during confirmation IT59/7_176-I click on the next button in the wallet send form:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Display warning if wallet changes during confirmation IT59/7_176-I click on the next button in the wallet send form.png

- Display warning if wallet changes during confirmation IT59/17_176-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Display warning if wallet changes during confirmation IT59/17_176-I should see the summary screen.png

- Wallet settings tab isnt active if wallet is not created IT23/4_163-I should see secondary menu item disabled:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet settings tab isnt active if wallet is not created IT23/4_163-I should see secondary menu item disabled.png

- Restoring a paper wallet IT72/13_147-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Restoring a paper wallet IT72/13_147-I should see the addresses exactly list them.png

- Restoring a paper wallet IT72/9_147-I should see a plate :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Restoring a paper wallet IT72/9_147-I should see a plate .png

- Restoring a paper wallet IT72/11_147-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Restoring a paper wallet IT72/11_147-I should see the opened wallet with name .png

- Wallet renaming IT8/4_96-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_96-I click on secondary menu item.png

- Wallet renaming IT8/4_93-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_93-I click on secondary menu item.png

- Wallet renaming IT8/4_97-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_97-I click on secondary menu item.png

- Wallet renaming IT8/4_92-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_92-I click on secondary menu item.png

- Wallet renaming IT8/4_94-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_94-I click on secondary menu item.png

- Wallet renaming IT8/4_95-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_95-I click on secondary menu item.png

- User can send a tx after invalid password attempt IT60/15_200-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send a tx after invalid password attempt IT60/15_200-I should see the summary screen.png

- Open the tx history of a simple wallet IT102/3_15-I see the transactions summary:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a simple wallet IT102/3_15-I see the transactions summary.png

- Open the tx history of a simple wallet IT102/4_15-I should see that the number of transactions is :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a simple wallet IT102/4_15-I should see that the number of transactions is .png

- Open the tx history of a simple wallet IT102/6_15-I should see transactions:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a simple wallet IT102/6_15-I should see transactions.png

- Open the tx history of a simple wallet IT102/5_15-I should see transactions:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a simple wallet IT102/5_15-I should see transactions.png

@rnd-at-emurgo
Copy link

Complete E2E _firefox_ screenshots collection for 'PR511-0466930'

- User redeems Recovery force vended encrypted PDF certificate/11_112-I should see the summary screen:

User redeems Recovery force vended encrypted PDF certificate/11_112-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/11_111-I should see the summary screen:

User redeems Recovery force vended encrypted PDF certificate/11_111-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/5_110-I click on ada redemption choices tab:

User redeems Recovery force vended encrypted PDF certificate/5_110-I click on ada redemption choices tab.png

- User redeems Recovery force vended encrypted PDF certificate/10_111-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Recovery force vended encrypted PDF certificate/10_111-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/10_112-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Recovery force vended encrypted PDF certificate/10_112-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/11_110-I should see the summary screen:

User redeems Recovery force vended encrypted PDF certificate/11_110-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/10_110-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Recovery force vended encrypted PDF certificate/10_110-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/5_112-I click on ada redemption choices tab:

User redeems Recovery force vended encrypted PDF certificate/5_112-I click on ada redemption choices tab.png

- User redeems Recovery force vended encrypted PDF certificate/5_111-I click on ada redemption choices tab:

User redeems Recovery force vended encrypted PDF certificate/5_111-I click on ada redemption choices tab.png

- Ensure user can send a tx from a URI link IT108/5_21-I should see a dialog with the transaction details:

Ensure user can send a tx from a URI link IT108/5_21-I should see a dialog with the transaction details.png

- Ensure user can send a tx from a URI link IT108/4_21-I should see and accept a warning dialog:

Ensure user can send a tx from a URI link IT108/4_21-I should see and accept a warning dialog.png

- Wallet cant be created if its password doesnt meet complexity requirements IT7/6_104-I click the Create personal wallet button:

Wallet cant be created if its password doesnt meet complexity requirements IT7/6_104-I click the Create personal wallet button.png

- Wallet cant be created if its password doesnt meet complexity requirements IT7/3_104-I click the create button:

Wallet cant be created if its password doesnt meet complexity requirements IT7/3_104-I click the create button.png

- Wallet cant be created if its password doesnt meet complexity requirements IT7/7_104-I should see Invalid Password error message:

Wallet cant be created if its password doesnt meet complexity requirements IT7/7_104-I should see Invalid Password error message.png

- Get balance with many addresses/3_8-I should see the balance number :

Get balance with many addresses/3_8-I should see the balance number .png

- Daedalus transfer fails when user type invalid mnemonic phrase IT99/4_9-I click on the transfer funds from Daedalus button:

Daedalus transfer fails when user type invalid mnemonic phrase IT99/4_9-I click on the transfer funds from Daedalus button.png

- Daedalus transfer fails when user type invalid mnemonic phrase IT99/7_9-I should see an Invalid recovery phrase error message:

Daedalus transfer fails when user type invalid mnemonic phrase IT99/7_9-I should see an Invalid recovery phrase error message.png

- Try to make a transactions from the empty wallet IT89/5_167-I should see a not enough ada error:

Try to make a transactions from the empty wallet IT89/5_167-I should see a not enough ada error.png

- Daedalus transfer should fail to recover wallet if connection was lost IT84/4_19-I click on the transfer funds from Daedalus button:

Daedalus transfer should fail to recover wallet if connection was lost IT84/4_19-I click on the transfer funds from Daedalus button.png

- Daedalus transfer should fail to recover wallet if connection was lost IT84/8_19-I should see Connection lost error message:

Daedalus transfer should fail to recover wallet if connection was lost IT84/8_19-I should see Connection lost error message.png

- Daedalus transfer should fail to recover wallet if connection was lost IT84/7_19-I should see an Error screen:

Daedalus transfer should fail to recover wallet if connection was lost IT84/7_19-I should see an Error screen.png

- Yoroi Settings Screen Support IT4/4_169-I should see support screen:

Yoroi Settings Screen Support IT4/4_169-I should see support screen.png

- Yoroi Settings Screen Support IT4/3_169-I click on secondary menu item:

Yoroi Settings Screen Support IT4/3_169-I click on secondary menu item.png

- User cant change the password without entering old password IT14/4_117-I click on secondary menu item:

User cant change the password without entering old password IT14/4_117-I click on secondary menu item.png

- User cant change the password without entering old password IT14/5_117-I click on the password label:

User cant change the password without entering old password IT14/5_117-I click on the password label.png

- User cant change the password without entering old password IT14/6_117-I should see the wallet password dialog:

User cant change the password without entering old password IT14/6_117-I should see the wallet password dialog.png

- Display warning if wallet changes during send screen IT59/8_223-I should see a warning block:

Display warning if wallet changes during send screen IT59/8_223-I should see a warning block.png

- User can send all funds from one Yoroi wallet to another/12_113-I should see the summary screen:

User can send all funds from one Yoroi wallet to another/12_113-I should see the summary screen.png

- User can send all funds from one Yoroi wallet to another/5_113-I click on Send all my ADA checkbox:

User can send all funds from one Yoroi wallet to another/5_113-I click on Send all my ADA checkbox.png

- User can send all funds from one Yoroi wallet to another/8_113-I click on the next button in the wallet send form:

User can send all funds from one Yoroi wallet to another/8_113-I click on the next button in the wallet send form.png

- User can send all funds from one Yoroi wallet to another/9_113-I see send money confirmation dialog:

User can send all funds from one Yoroi wallet to another/9_113-I see send money confirmation dialog.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/9_83-I click the next button:

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/9_83-I click the next button.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/8_83-I should see a plate :

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/8_83-I should see a plate .png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/12_83-I should see the addresses exactly list them:

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/12_83-I should see the addresses exactly list them.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/10_83-I should see the opened wallet with name :

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/10_83-I should see the opened wallet with name .png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/3_83-I click the restore button:

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/3_83-I click the restore button.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/7_83-I click the Restore Wallet button:

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/7_83-I click the Restore Wallet button.png

- Wallet restoration Recovery Phrase with less than 15 words IT73/3_178-I click the restore button:

Wallet restoration Recovery Phrase with less than 15 words IT73/3_178-I click the restore button.png

- Wallet restoration Recovery Phrase with less than 15 words IT73/6_178-I should see an X words left error message:

Wallet restoration Recovery Phrase with less than 15 words IT73/6_178-I should see an X words left error message.png

- Open the tx history of a complex wallet IT103/4_41-I should see that the number of transactions is :

Open the tx history of a complex wallet IT103/4_41-I should see that the number of transactions is .png

- Open the tx history of a complex wallet IT103/3_41-I see the transactions summary:

Open the tx history of a complex wallet IT103/3_41-I see the transactions summary.png

- Open the tx history of a complex wallet IT103/5_41-I should see transactions:

Open the tx history of a complex wallet IT103/5_41-I should see transactions.png

- User cant send more funds than he has IT47/6_83-I should see a not enough ada error:

User cant send more funds than he has IT47/6_83-I should see a not enough ada error.png

- Generate a new receive address IT17/5_16-I should see my latest address at the top:

Generate a new receive address IT17/5_16-I should see my latest address at the top.png

- Generate a new receive address IT17/4_16-I click on the Generate new address button:

Generate a new receive address IT17/4_16-I click on the Generate new address button.png

- Generate a new receive address IT17/6_16-I should see the addresses exactly list them:

Generate a new receive address IT17/6_16-I should see the addresses exactly list them.png

- User redeems Regular PDF certificate/8_39-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Regular PDF certificate/8_39-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Regular PDF certificate/9_39-I should see the summary screen:

User redeems Regular PDF certificate/9_39-I should see the summary screen.png

- User cant change password without filling Password repeat field IT40/5_131-I click on the password label:

User cant change password without filling Password repeat field IT40/5_131-I click on the password label.png

- User cant change password without filling Password repeat field IT40/6_131-I should see the wallet password dialog:

User cant change password without filling Password repeat field IT40/6_131-I should see the wallet password dialog.png

- User cant change password without filling Password repeat field IT40/11_131-I should see Doesnt match error message:

User cant change password without filling Password repeat field IT40/11_131-I should see Doesnt match error message.png

- User cant change password without filling Password repeat field IT40/4_131-I click on secondary menu item:

User cant change password without filling Password repeat field IT40/4_131-I click on secondary menu item.png

- User can send funds from one Yoroi wallet to another IT54/12_27-I should see the summary screen:

User can send funds from one Yoroi wallet to another IT54/12_27-I should see the summary screen.png

- User can send funds from one Yoroi wallet to another IT54/9_28-I should see no warning block:

User can send funds from one Yoroi wallet to another IT54/9_28-I should see no warning block.png

- User can send funds from one Yoroi wallet to another IT54/7_27-I click on the next button in the wallet send form:

User can send funds from one Yoroi wallet to another IT54/7_27-I click on the next button in the wallet send form.png

- User can send funds from one Yoroi wallet to another IT54/8_29-I see send money confirmation dialog:

User can send funds from one Yoroi wallet to another IT54/8_29-I see send money confirmation dialog.png

- User can send funds from one Yoroi wallet to another IT54/9_27-I should see no warning block:

User can send funds from one Yoroi wallet to another IT54/9_27-I should see no warning block.png

- User can send funds from one Yoroi wallet to another IT54/9_29-I should see no warning block:

User can send funds from one Yoroi wallet to another IT54/9_29-I should see no warning block.png

- User can send funds from one Yoroi wallet to another IT54/8_27-I see send money confirmation dialog:

User can send funds from one Yoroi wallet to another IT54/8_27-I see send money confirmation dialog.png

- User can send funds from one Yoroi wallet to another IT54/8_28-I see send money confirmation dialog:

User can send funds from one Yoroi wallet to another IT54/8_28-I see send money confirmation dialog.png

- User can send funds from one Yoroi wallet to another IT54/12_28-I should see the summary screen:

User can send funds from one Yoroi wallet to another IT54/12_28-I should see the summary screen.png

- User can send funds from one Yoroi wallet to another IT54/7_29-I click on the next button in the wallet send form:

User can send funds from one Yoroi wallet to another IT54/7_29-I click on the next button in the wallet send form.png

- User can send funds from one Yoroi wallet to another IT54/7_28-I click on the next button in the wallet send form:

User can send funds from one Yoroi wallet to another IT54/7_28-I click on the next button in the wallet send form.png

- User can send funds from one Yoroi wallet to another IT54/12_29-I should see the summary screen:

User can send funds from one Yoroi wallet to another IT54/12_29-I should see the summary screen.png

- Wallet restoration Recovery Phrase test IT70/3_132-I click the restore button:

Wallet restoration Recovery Phrase test IT70/3_132-I click the restore button.png

- Wallet restoration Recovery Phrase test IT70/7_132-I click the Restore Wallet button:

Wallet restoration Recovery Phrase test IT70/7_132-I click the Restore Wallet button.png

- Wallet restoration Recovery Phrase test IT70/9_132-I should see an Invalid recovery phrase error message:

Wallet restoration Recovery Phrase test IT70/9_132-I should see an Invalid recovery phrase error message.png

- User tries to redeem manually entered Regular already used redemption key/8_32-I should see already used redemption key message:

User tries to redeem manually entered Regular already used redemption key/8_32-I should see already used redemption key message.png

- User tries to redeem manually entered Regular invalid redemption key/6_26-I should see invalid redemption key message:

User tries to redeem manually entered Regular invalid redemption key/6_26-I should see invalid redemption key message.png

- Check content of pending transaction IT57/3_29-I see the transactions summary:

Check content of pending transaction IT57/3_29-I see the transactions summary.png

- Ensure that wallet addresses are restored correctly IT86/13_58-I should see the addresses exactly list them:

Ensure that wallet addresses are restored correctly IT86/13_58-I should see the addresses exactly list them.png

- Ensure that wallet addresses are restored correctly IT86/8_58-I should see a plate :

Ensure that wallet addresses are restored correctly IT86/8_58-I should see a plate .png

- Ensure that wallet addresses are restored correctly IT86/7_58-I click the Restore Wallet button:

Ensure that wallet addresses are restored correctly IT86/7_58-I click the Restore Wallet button.png

- Ensure that wallet addresses are restored correctly IT86/3_58-I click the restore button:

Ensure that wallet addresses are restored correctly IT86/3_58-I click the restore button.png

- Ensure that wallet addresses are restored correctly IT86/9_58-I click the next button:

Ensure that wallet addresses are restored correctly IT86/9_58-I click the next button.png

- Ensure that wallet addresses are restored correctly IT86/10_58-I should see the opened wallet with name :

Ensure that wallet addresses are restored correctly IT86/10_58-I should see the opened wallet with name .png

- Open the tx history of an empty wallet IT101/4_8-I should see that the number of transactions is :

Open the tx history of an empty wallet IT101/4_8-I should see that the number of transactions is .png

- Open the tx history of an empty wallet IT101/3_8-I see the transactions summary:

Open the tx history of an empty wallet IT101/3_8-I see the transactions summary.png

- Open the tx history of an empty wallet IT101/5_8-I should see no transactions:

Open the tx history of an empty wallet IT101/5_8-I should see no transactions.png

- Yoroi Settings Screen Terms of Use in Default EnglishIT3/4_157-I should see the Terms of use screen:

Yoroi Settings Screen Terms of Use in Default EnglishIT3/4_157-I should see the Terms of use screen.png

- Yoroi Settings Screen Terms of Use in Default EnglishIT3/3_157-I click on secondary menu item:

Yoroi Settings Screen Terms of Use in Default EnglishIT3/3_157-I click on secondary menu item.png

- User redeems Force vended encrypted PDF certificate/10_66-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Force vended encrypted PDF certificate/10_66-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Force vended encrypted PDF certificate/11_66-I should see the summary screen:

User redeems Force vended encrypted PDF certificate/11_66-I should see the summary screen.png

- User redeems Force vended encrypted PDF certificate/5_66-I click on ada redemption choices tab:

User redeems Force vended encrypted PDF certificate/5_66-I click on ada redemption choices tab.png

- Main Screen Tabs Switching IT15/8_13-I should see the transactions screen:

Main Screen Tabs Switching IT15/8_13-I should see the transactions screen.png

- Main Screen Tabs Switching IT15/4_13-I should see send transaction screen:

Main Screen Tabs Switching IT15/4_13-I should see send transaction screen.png

- Main Screen Tabs Switching IT15/6_13-I should see the Receive screen:

Main Screen Tabs Switching IT15/6_13-I should see the Receive screen.png

- User tries to redeem ada and receives an invalid signature error from the server/8_115-I should see an error message saying that ADA could not be redeemed correctly:

User tries to redeem ada and receives an invalid signature error from the server/8_115-I should see an error message saying that ADA could not be redeemed correctly.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/5_114-I click on name input field:

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/5_114-I click on name input field.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/7_114-I click outside name input field:

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/7_114-I click outside name input field.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/8_114-I should see Wallet name requires at least 1 and at most 40 letters error message:

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/8_114-I should see Wallet name requires at least 1 and at most 40 letters error message.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/4_114-I click on secondary menu item:

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/4_114-I click on secondary menu item.png

- User redeems manually entered Force vended redemption key/9_47-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems manually entered Force vended redemption key/9_47-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems manually entered Force vended redemption key/10_47-I should see the summary screen:

User redeems manually entered Force vended redemption key/10_47-I should see the summary screen.png

- User redeems manually entered Force vended redemption key/5_47-I click on ada redemption choices tab:

User redeems manually entered Force vended redemption key/5_47-I click on ada redemption choices tab.png

- User redeems Force vended PDF certificate/9_56-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Force vended PDF certificate/9_56-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Force vended PDF certificate/10_56-I should see the summary screen:

User redeems Force vended PDF certificate/10_56-I should see the summary screen.png

- User redeems Force vended PDF certificate/5_56-I click on ada redemption choices tab:

User redeems Force vended PDF certificate/5_56-I click on ada redemption choices tab.png

- Spending Password should be casesensitive Transaction confirmation IT90/6_50-I click on the next button in the wallet send form:

Spending Password should be casesensitive Transaction confirmation IT90/6_50-I click on the next button in the wallet send form.png

- Spending Password should be casesensitive Transaction confirmation IT90/10_50-I should see an incorrect wallet password error message:

Spending Password should be casesensitive Transaction confirmation IT90/10_50-I should see an incorrect wallet password error message.png

- Spending Password should be casesensitive Transaction confirmation IT90/10_49-I should see an incorrect wallet password error message:

Spending Password should be casesensitive Transaction confirmation IT90/10_49-I should see an incorrect wallet password error message.png

- Spending Password should be casesensitive Transaction confirmation IT90/10_51-I should see an incorrect wallet password error message:

Spending Password should be casesensitive Transaction confirmation IT90/10_51-I should see an incorrect wallet password error message.png

- Spending Password should be casesensitive Transaction confirmation IT90/6_51-I click on the next button in the wallet send form:

Spending Password should be casesensitive Transaction confirmation IT90/6_51-I click on the next button in the wallet send form.png

- Spending Password should be casesensitive Transaction confirmation IT90/7_50-I see send money confirmation dialog:

Spending Password should be casesensitive Transaction confirmation IT90/7_50-I see send money confirmation dialog.png

- Spending Password should be casesensitive Transaction confirmation IT90/7_49-I see send money confirmation dialog:

Spending Password should be casesensitive Transaction confirmation IT90/7_49-I see send money confirmation dialog.png

- Spending Password should be casesensitive Transaction confirmation IT90/6_49-I click on the next button in the wallet send form:

Spending Password should be casesensitive Transaction confirmation IT90/6_49-I click on the next button in the wallet send form.png

- Spending Password should be casesensitive Transaction confirmation IT90/7_51-I see send money confirmation dialog:

Spending Password should be casesensitive Transaction confirmation IT90/7_51-I see send money confirmation dialog.png

- Paper wallet creation IT77/3_175-I click on secondary menu item:

Paper wallet creation IT77/3_175-I click on secondary menu item.png

- Paper wallet creation IT77/15_175-I should see two addresses displayed:

Paper wallet creation IT77/15_175-I should see two addresses displayed.png

- Paper wallet creation IT77/9_175-I click the next button:

Paper wallet creation IT77/9_175-I click the next button.png

- Paper wallet creation IT77/6_175-I click the create paper wallet button:

Paper wallet creation IT77/6_175-I click the create paper wallet button.png

- Paper wallet creation IT77/16_175-I click the next button:

Paper wallet creation IT77/16_175-I click the next button.png

- Paper wallet creation IT77/14_175-I click then button labeled :

Paper wallet creation IT77/14_175-I click then button labeled .png

- Paper wallet creation IT77/10_175-I click the next button:

Paper wallet creation IT77/10_175-I click the next button.png

- Wallet access after browser restart IT9/6_21-I click the Create personal wallet button:

Wallet access after browser restart IT9/6_21-I click the Create personal wallet button.png

- Wallet access after browser restart IT9/3_21-I click the create button:

Wallet access after browser restart IT9/3_21-I click the create button.png

- Wallet access after browser restart IT9/11_21-I should see the opened wallet with name :

Wallet access after browser restart IT9/11_21-I should see the opened wallet with name .png

- Wallet access after browser restart IT9/9_21-I should see the opened wallet with name :

Wallet access after browser restart IT9/9_21-I should see the opened wallet with name .png

- Ensure every generated wallet address is unique IT34/5_31-I see every generated address is unique:

Ensure every generated wallet address is unique IT34/5_31-I see every generated address is unique.png

- Ensure every generated wallet address is unique IT34/4_31-I click on the Generate new address button 09 times:

Ensure every generated wallet address is unique IT34/4_31-I click on the Generate new address button 09 times.png

- User cant change password if it doesnt meet complexity requirements IT12/5_23-I click on the password label:

User cant change password if it doesnt meet complexity requirements IT12/5_23-I click on the password label.png

- User cant change password if it doesnt meet complexity requirements IT12/6_23-I should see the wallet password dialog:

User cant change password if it doesnt meet complexity requirements IT12/6_23-I should see the wallet password dialog.png

- User cant change password if it doesnt meet complexity requirements IT12/9_23-I should see the following error messages:

User cant change password if it doesnt meet complexity requirements IT12/9_23-I should see the following error messages.png

- User cant change password if it doesnt meet complexity requirements IT12/4_23-I click on secondary menu item:

User cant change password if it doesnt meet complexity requirements IT12/4_23-I click on secondary menu item.png

- User cant restore Daedalus wallet in Yoroi if Yoroi wallet is not created IT30/4_43-I see transactions buttons are disabled:

User cant restore Daedalus wallet in Yoroi if Yoroi wallet is not created IT30/4_43-I see transactions buttons are disabled.png

- Invalid URI leads user to warning dialog IT109/4_33-I should see an invalid URI dialog:

Invalid URI leads user to warning dialog IT109/4_33-I should see an invalid URI dialog.png

- User redeems manually entered Regular redemption key/9_17-I should see the summary screen:

User redeems manually entered Regular redemption key/9_17-I should see the summary screen.png

- User redeems manually entered Regular redemption key/8_17-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems manually entered Regular redemption key/8_17-I should see the Ada Redemption Success Overlay and close the dialogue.png

- Wallet creation IT5/6_9-I click the Create personal wallet button:

Wallet creation IT5/6_9-I click the Create personal wallet button.png

- Wallet creation IT5/3_9-I click the create button:

Wallet creation IT5/3_9-I click the create button.png

- Wallet creation IT5/9_9-I should see the opened wallet with name :

Wallet creation IT5/9_9-I should see the opened wallet with name .png

- Check content of failed transaction IT58/3_35-I see the transactions summary:

Check content of failed transaction IT58/3_35-I see the transactions summary.png

- User redeems manually entered Paper vended shielded vending key and passphrase/10_77-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems manually entered Paper vended shielded vending key and passphrase/10_77-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems manually entered Paper vended shielded vending key and passphrase/5_77-I click on ada redemption choices tab:

User redeems manually entered Paper vended shielded vending key and passphrase/5_77-I click on ada redemption choices tab.png

- User redeems manually entered Paper vended shielded vending key and passphrase/11_77-I should see the summary screen:

User redeems manually entered Paper vended shielded vending key and passphrase/11_77-I should see the summary screen.png

- Ensure user can generate a wallet URI and copy it to clipboard IT107/5_9-I click on generate payment URL button:

Ensure user can generate a wallet URI and copy it to clipboard IT107/5_9-I click on generate payment URL button.png

- Ensure user can generate a wallet URI and copy it to clipboard IT107/4_9-I should see the Receive screen:

Ensure user can generate a wallet URI and copy it to clipboard IT107/4_9-I should see the Receive screen.png

- Ensure user can generate a wallet URI and copy it to clipboard IT107/9_9-I should see URL successfully copied notification:

Ensure user can generate a wallet URI and copy it to clipboard IT107/9_9-I should see URL successfully copied notification.png

- Ensure user can generate a wallet URI and copy it to clipboard IT107/7_9-I should see the URI displayed in a new dialog:

Ensure user can generate a wallet URI and copy it to clipboard IT107/7_9-I should see the URI displayed in a new dialog.png

- Ensure user can generate a wallet URI and copy it to clipboard IT107/8_9-I click on the copy to clipboard icon:

Ensure user can generate a wallet URI and copy it to clipboard IT107/8_9-I click on the copy to clipboard icon.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/9_35-I click Clear button:

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/9_35-I click Clear button.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/3_35-I click the create button:

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/3_35-I click the create button.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/6_35-I click the Create personal wallet button:

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/6_35-I click the Create personal wallet button.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/10_35-I see All selected words are cleared:

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/10_35-I see All selected words are cleared.png

- Sending a Tx and receiving from the server an invalid signature error/11_116-I should see an invalid signature error message:

Sending a Tx and receiving from the server an invalid signature error/11_116-I should see an invalid signature error message.png

- Sending a Tx and receiving from the server an invalid signature error/8_116-I see send money confirmation dialog:

Sending a Tx and receiving from the server an invalid signature error/8_116-I see send money confirmation dialog.png

- Sending a Tx and receiving from the server an invalid signature error/7_116-I click on the next button in the wallet send form:

Sending a Tx and receiving from the server an invalid signature error/7_116-I click on the next button in the wallet send form.png

- User cant create more than 20 consecutive unused addresses IT49/6_25-I should see an error about max unused addresses:

User cant create more than 20 consecutive unused addresses IT49/6_25-I should see an error about max unused addresses.png

- User cant create more than 20 consecutive unused addresses IT49/5_25-I click on the Generate new address button:

User cant create more than 20 consecutive unused addresses IT49/5_25-I click on the Generate new address button.png

- User cant create more than 20 consecutive unused addresses IT49/4_25-I click on the Generate new address button 09 times:

User cant create more than 20 consecutive unused addresses IT49/4_25-I click on the Generate new address button 09 times.png

- Yoroi Wallet Home Button Test IT21/5_23-I should see the transactions screen:

Yoroi Wallet Home Button Test IT21/5_23-I should see the transactions screen.png

- Yoroi Wallet Home Button Test IT21/8_23-I should see the transactions screen:

Yoroi Wallet Home Button Test IT21/8_23-I should see the transactions screen.png

- Open the tx history of a wallet with a big input tx IT104/4_48-I should see that the number of transactions is :

Open the tx history of a wallet with a big input tx IT104/4_48-I should see that the number of transactions is .png

- Open the tx history of a wallet with a big input tx IT104/3_48-I see the transactions summary:

Open the tx history of a wallet with a big input tx IT104/3_48-I see the transactions summary.png

- Open the tx history of a wallet with a big input tx IT104/5_48-I should see transactions:

Open the tx history of a wallet with a big input tx IT104/5_48-I should see transactions.png

- Wallet cant be restored without entering password IT26/3_102-I click the restore button:

Wallet cant be restored without entering password IT26/3_102-I click the restore button.png

- Wallet cant be restored without entering password IT26/8_102-I click the Restore Wallet button:

Wallet cant be restored without entering password IT26/8_102-I click the Restore Wallet button.png

- User is able to change spending password IT94/7_55-I should see the wallet password dialog:

User is able to change spending password IT94/7_55-I should see the wallet password dialog.png

- User is able to change spending password IT94/19_55-I should see the summary screen:

User is able to change spending password IT94/19_55-I should see the summary screen.png

- User is able to change spending password IT94/6_55-I click on the password label:

User is able to change spending password IT94/6_55-I click on the password label.png

- User is able to change spending password IT94/5_55-I click on secondary menu item:

User is able to change spending password IT94/5_55-I click on secondary menu item.png

- User is able to change spending password IT94/15_55-I click on the next button in the wallet send form:

User is able to change spending password IT94/15_55-I click on the next button in the wallet send form.png

- User is able to change spending password IT94/16_55-I see send money confirmation dialog:

User is able to change spending password IT94/16_55-I see send money confirmation dialog.png

- Latest address should be displayed at the top IT106/5_9-I should see the addresses exactly list them:

Latest address should be displayed at the top IT106/5_9-I should see the addresses exactly list them.png

- Latest address should be displayed at the top IT106/4_9-I should see my latest address at the top:

Latest address should be displayed at the top IT106/4_9-I should see my latest address at the top.png

- Wallet cant be created without entering password IT24/3_48-I click the create button:

Wallet cant be created without entering password IT24/3_48-I click the create button.png

- Wallet cant be created without entering password IT24/7_48-I click the Create personal wallet button:

Wallet cant be created without entering password IT24/7_48-I click the Create personal wallet button.png

- Yoroi TRANSFER FUNDS FROM DAEDALUS screen validation IT29/5_69-I see all necessary elements on TRANSFER FUNDS FROM DAEDALUS screen:

Yoroi TRANSFER FUNDS FROM DAEDALUS screen validation IT29/5_69-I see all necessary elements on TRANSFER FUNDS FROM DAEDALUS screen.png

- Open the tx history of an already loaded wallet IT105/3_55-I see the transactions summary:

Open the tx history of an already loaded wallet IT105/3_55-I see the transactions summary.png

- Open the tx history of an already loaded wallet IT105/5_55-I see the transactions summary:

Open the tx history of an already loaded wallet IT105/5_55-I see the transactions summary.png

- Open the tx history of an already loaded wallet IT105/6_55-I should see that the number of transactions is :

Open the tx history of an already loaded wallet IT105/6_55-I should see that the number of transactions is .png

- User accepts Daedalus Redemption Disclaimer/4_9-I see the Daedalus Redemption Disclaimer overlay:

User accepts Daedalus Redemption Disclaimer/4_9-I see the Daedalus Redemption Disclaimer overlay.png

- User accepts Daedalus Redemption Disclaimer/6_9-I click on the Continue button:

User accepts Daedalus Redemption Disclaimer/6_9-I click on the Continue button.png

- User accepts Daedalus Redemption Disclaimer/5_9-I click on the Ive understood the information above checkbox:

User accepts Daedalus Redemption Disclaimer/5_9-I click on the Ive understood the information above checkbox.png

- Terms of Use are not accepted if user didnt confirm it and closereload the browser page IT51/4_14-I click on I agree with the terms of use checkbox:

Terms of Use are not accepted if user didnt confirm it and closereload the browser page IT51/4_14-I click on I agree with the terms of use checkbox.png

- Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/8_57-I should see an Error screen:

Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/8_57-I should see an Error screen.png

- Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/5_57-I click on the transfer funds from Daedalus button:

Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/5_57-I click on the transfer funds from Daedalus button.png

- Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/9_57-I should see Daedalus wallet without funds error message:

Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/9_57-I should see Daedalus wallet without funds error message.png

- Daedalustransfer page buttons test IT37/8_75-I click the back button:

Daedalustransfer page buttons test IT37/8_75-I click the back button.png

- Daedalustransfer page buttons test IT37/6_75-I click next button on the Daedalus transfer page:

Daedalustransfer page buttons test IT37/6_75-I click next button on the Daedalus transfer page.png

- Daedalustransfer page buttons test IT37/9_75-I see all necessary elements on TRANSFER FUNDS FROM DAEDALUS screen:

Daedalustransfer page buttons test IT37/9_75-I see all necessary elements on TRANSFER FUNDS FROM DAEDALUS screen.png

- Daedalustransfer page buttons test IT37/7_75-I should see This field is required error message:

Daedalustransfer page buttons test IT37/7_75-I should see This field is required error message.png

- Daedalustransfer page buttons test IT37/5_75-I click on the transfer funds from Daedalus button:

Daedalustransfer page buttons test IT37/5_75-I click on the transfer funds from Daedalus button.png

- CONFIRM TRANSACTION Pop up displays properly IT48/7_69-I click on the next button in the wallet send form:

CONFIRM TRANSACTION Pop up displays properly IT48/7_69-I click on the next button in the wallet send form.png

- CONFIRM TRANSACTION Pop up displays properly IT48/8_69-I see CONFIRM TRANSACTION Pop up:

CONFIRM TRANSACTION Pop up displays properly IT48/8_69-I see CONFIRM TRANSACTION Pop up.png

- Successfully restoring a simple wallet/8_37-I should see a plate :

Successfully restoring a simple wallet/8_37-I should see a plate .png

- Successfully restoring a simple wallet/13_37-I should see the addresses exactly list them:

Successfully restoring a simple wallet/13_37-I should see the addresses exactly list them.png

- Successfully restoring a simple wallet/10_37-I should see the opened wallet with name :

Successfully restoring a simple wallet/10_37-I should see the opened wallet with name .png

- Successfully restoring a simple wallet/7_37-I click the Restore Wallet button:

Successfully restoring a simple wallet/7_37-I click the Restore Wallet button.png

- Successfully restoring a simple wallet/3_37-I click the restore button:

Successfully restoring a simple wallet/3_37-I click the restore button.png

- Successfully restoring a simple wallet/9_37-I click the next button:

Successfully restoring a simple wallet/9_37-I click the next button.png

- Ensure user can hide used Addresses under Receive tab IT22/4_36-I click on the Generate new address button:

Ensure user can hide used Addresses under Receive tab IT22/4_36-I click on the Generate new address button.png

- Ensure user can hide used Addresses under Receive tab IT22/6_36-I should see the addresses exactly list them:

Ensure user can hide used Addresses under Receive tab IT22/6_36-I should see the addresses exactly list them.png

- Ensure user can hide used Addresses under Receive tab IT22/5_36-I click on the Hide used addresses button:

Ensure user can hide used Addresses under Receive tab IT22/5_36-I click on the Hide used addresses button.png

- Users will be presented with a security warning prior to seed creation IT27/3_59-I click the create button:

Users will be presented with a security warning prior to seed creation IT27/3_59-I click the create button.png

- Users will be presented with a security warning prior to seed creation IT27/7_59-I see the security warning prior:

Users will be presented with a security warning prior to seed creation IT27/7_59-I see the security warning prior.png

- Users will be presented with a security warning prior to seed creation IT27/6_59-I click the Create personal wallet button:

Users will be presented with a security warning prior to seed creation IT27/6_59-I click the Create personal wallet button.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/10_89-I click the Create personal wallet button:

Wallet cant be created if wallet name doesnt meet requirements IT16/10_89-I click the Create personal wallet button.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/3_89-I click the create button:

Wallet cant be created if wallet name doesnt meet requirements IT16/3_89-I click the create button.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/12_89-I should see Wallet name requires at least 1 and at most 40 letters error message:

Wallet cant be created if wallet name doesnt meet requirements IT16/12_89-I should see Wallet name requires at least 1 and at most 40 letters error message.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/7_89-I click the Create personal wallet button:

Wallet cant be created if wallet name doesnt meet requirements IT16/7_89-I click the Create personal wallet button.png

- Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/6_28-I delete recovery phrase by clicking x signs:

Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/6_28-I delete recovery phrase by clicking x signs.png

- Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/3_28-I click the restore button:

Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/3_28-I click the restore button.png

- Restoring an empty wallet IT6/9_9-I click the next button:

Restoring an empty wallet IT6/9_9-I click the next button.png

- Restoring an empty wallet IT6/3_9-I click the restore button:

Restoring an empty wallet IT6/3_9-I click the restore button.png

- Restoring an empty wallet IT6/12_9-I should see the addresses exactly list them:

Restoring an empty wallet IT6/12_9-I should see the addresses exactly list them.png

- Restoring an empty wallet IT6/10_9-I should see the opened wallet with name :

Restoring an empty wallet IT6/10_9-I should see the opened wallet with name .png

- Restoring an empty wallet IT6/8_9-I should see a plate :

Restoring an empty wallet IT6/8_9-I should see a plate .png

- Restoring an empty wallet IT6/7_9-I click the Restore Wallet button:

Restoring an empty wallet IT6/7_9-I click the Restore Wallet button.png

- User redeems Recovery regular encrypted PDF certificate/5_87-I click on ada redemption choices tab:

User redeems Recovery regular encrypted PDF certificate/5_87-I click on ada redemption choices tab.png

- User redeems Recovery regular encrypted PDF certificate/11_87-I should see the summary screen:

User redeems Recovery regular encrypted PDF certificate/11_87-I should see the summary screen.png

- User redeems Recovery regular encrypted PDF certificate/10_87-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Recovery regular encrypted PDF certificate/10_87-I should see the Ada Redemption Success Overlay and close the dialogue.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/5_33-I click on copy to clipboard button:

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/5_33-I click on copy to clipboard button.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/6_33-I should see You have successfully copied wallet address pop up:

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/6_33-I should see You have successfully copied wallet address pop up.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/4_33-I should see the Receive screen:

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/4_33-I should see the Receive screen.png

- Password should be casesensitive Wallet password changing IT91/4_75-I click on secondary menu item:

Password should be casesensitive Wallet password changing IT91/4_75-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/4_74-I click on secondary menu item:

Password should be casesensitive Wallet password changing IT91/4_74-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/5_75-I click on the password label:

Password should be casesensitive Wallet password changing IT91/5_75-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/9_73-I should see the following submit error messages:

Password should be casesensitive Wallet password changing IT91/9_73-I should see the following submit error messages.png

- Password should be casesensitive Wallet password changing IT91/5_74-I click on the password label:

Password should be casesensitive Wallet password changing IT91/5_74-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/9_75-I should see the following submit error messages:

Password should be casesensitive Wallet password changing IT91/9_75-I should see the following submit error messages.png

- Password should be casesensitive Wallet password changing IT91/4_73-I click on secondary menu item:

Password should be casesensitive Wallet password changing IT91/4_73-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/6_73-I should see the wallet password dialog:

Password should be casesensitive Wallet password changing IT91/6_73-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/6_74-I should see the wallet password dialog:

Password should be casesensitive Wallet password changing IT91/6_74-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/5_73-I click on the password label:

Password should be casesensitive Wallet password changing IT91/5_73-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/9_74-I should see the following submit error messages:

Password should be casesensitive Wallet password changing IT91/9_74-I should see the following submit error messages.png

- Password should be casesensitive Wallet password changing IT91/6_75-I should see the wallet password dialog:

Password should be casesensitive Wallet password changing IT91/6_75-I should see the wallet password dialog.png

- User can transfer Daedalus funds to Yoroi using master key IT19/10_87-I should see the summary screen:

User can transfer Daedalus funds to Yoroi using master key IT19/10_87-I should see the summary screen.png

- User can transfer Daedalus funds to Yoroi using master key IT19/5_87-I click on the transfer funds from Daedalus master key button:

User can transfer Daedalus funds to Yoroi using master key IT19/5_87-I click on the transfer funds from Daedalus master key button.png

- Display warning if wallet changes during confirmation IT59/8_176-I see send money confirmation dialog:

Display warning if wallet changes during confirmation IT59/8_176-I see send money confirmation dialog.png

- Display warning if wallet changes during confirmation IT59/7_176-I click on the next button in the wallet send form:

Display warning if wallet changes during confirmation IT59/7_176-I click on the next button in the wallet send form.png

- Display warning if wallet changes during confirmation IT59/14_176-I should see no warning block:

Display warning if wallet changes during confirmation IT59/14_176-I should see no warning block.png

- Display warning if wallet changes during confirmation IT59/11_176-I click the back button:

Display warning if wallet changes during confirmation IT59/11_176-I click the back button.png

- Display warning if wallet changes during confirmation IT59/17_176-I should see the summary screen:

Display warning if wallet changes during confirmation IT59/17_176-I should see the summary screen.png

- Display warning if wallet changes during confirmation IT59/13_176-I see send money confirmation dialog:

Display warning if wallet changes during confirmation IT59/13_176-I see send money confirmation dialog.png

- Display warning if wallet changes during confirmation IT59/10_176-I should see a warning block:

Display warning if wallet changes during confirmation IT59/10_176-I should see a warning block.png

- Display warning if wallet changes during confirmation IT59/12_176-I click on the next button in the wallet send form:

Display warning if wallet changes during confirmation IT59/12_176-I click on the next button in the wallet send form.png

- Wallet settings tab isnt active if wallet is not created IT23/4_163-I should see secondary menu item disabled:

Wallet settings tab isnt active if wallet is not created IT23/4_163-I should see secondary menu item disabled.png

- User cant send funds with incorrect Spending password IT42/8_133-I see send money confirmation dialog:

User cant send funds with incorrect Spending password IT42/8_133-I see send money confirmation dialog.png

- User cant send funds with incorrect Spending password IT42/7_133-I click on the next button in the wallet send form:

User cant send funds with incorrect Spending password IT42/7_133-I click on the next button in the wallet send form.png

- User cant send funds with incorrect Spending password IT42/11_133-I should see an incorrect wallet password error message:

User cant send funds with incorrect Spending password IT42/11_133-I should see an incorrect wallet password error message.png

- User cant send funds to the invalid address IT46/6_72-I should see an invalid address error:

User cant send funds to the invalid address IT46/6_72-I should see an invalid address error.png

- Restoring a paper wallet IT72/10_147-I click the next button:

Restoring a paper wallet IT72/10_147-I click the next button.png

- Restoring a paper wallet IT72/13_147-I should see the addresses exactly list them:

Restoring a paper wallet IT72/13_147-I should see the addresses exactly list them.png

- Restoring a paper wallet IT72/9_147-I should see a plate :

Restoring a paper wallet IT72/9_147-I should see a plate .png

- Restoring a paper wallet IT72/3_147-I click the restore paper wallet button:

Restoring a paper wallet IT72/3_147-I click the restore paper wallet button.png

- Restoring a paper wallet IT72/11_147-I should see the opened wallet with name :

Restoring a paper wallet IT72/11_147-I should see the opened wallet with name .png

- Restoring a paper wallet IT72/8_147-I click the Restore Wallet button:

Restoring a paper wallet IT72/8_147-I click the Restore Wallet button.png

- Ensure user can not add more than 15 words to the Yoroi Wallet Recovery Phrase IT71/3_144-I click the restore button:

Ensure user can not add more than 15 words to the Yoroi Wallet Recovery Phrase IT71/3_144-I click the restore button.png

- Wallet renaming IT8/9_95-I should see new wallet name :

Wallet renaming IT8/9_95-I should see new wallet name .png

- Wallet renaming IT8/9_93-I should see new wallet name :

Wallet renaming IT8/9_93-I should see new wallet name .png

- Wallet renaming IT8/5_92-I click on name input field:

Wallet renaming IT8/5_92-I click on name input field.png

- Wallet renaming IT8/4_96-I click on secondary menu item:

Wallet renaming IT8/4_96-I click on secondary menu item.png

- Wallet renaming IT8/4_93-I click on secondary menu item:

Wallet renaming IT8/4_93-I click on secondary menu item.png

- Wallet renaming IT8/7_94-I click outside name input field:

Wallet renaming IT8/7_94-I click outside name input field.png

- Wallet renaming IT8/9_97-I should see new wallet name :

Wallet renaming IT8/9_97-I should see new wallet name .png

- Wallet renaming IT8/5_95-I click on name input field:

Wallet renaming IT8/5_95-I click on name input field.png

- Wallet renaming IT8/5_93-I click on name input field:

Wallet renaming IT8/5_93-I click on name input field.png

- Wallet renaming IT8/4_97-I click on secondary menu item:

Wallet renaming IT8/4_97-I click on secondary menu item.png

- Wallet renaming IT8/5_97-I click on name input field:

Wallet renaming IT8/5_97-I click on name input field.png

- Wallet renaming IT8/5_96-I click on name input field:

Wallet renaming IT8/5_96-I click on name input field.png

- Wallet renaming IT8/7_92-I click outside name input field:

Wallet renaming IT8/7_92-I click outside name input field.png

- Wallet renaming IT8/5_94-I click on name input field:

Wallet renaming IT8/5_94-I click on name input field.png

- Wallet renaming IT8/9_96-I should see new wallet name :

Wallet renaming IT8/9_96-I should see new wallet name .png

- Wallet renaming IT8/4_92-I click on secondary menu item:

Wallet renaming IT8/4_92-I click on secondary menu item.png

- Wallet renaming IT8/4_94-I click on secondary menu item:

Wallet renaming IT8/4_94-I click on secondary menu item.png

- Wallet renaming IT8/9_92-I should see new wallet name :

Wallet renaming IT8/9_92-I should see new wallet name .png

- Wallet renaming IT8/7_93-I click outside name input field:

Wallet renaming IT8/7_93-I click outside name input field.png

- Wallet renaming IT8/4_95-I click on secondary menu item:

Wallet renaming IT8/4_95-I click on secondary menu item.png

- Wallet renaming IT8/9_94-I should see new wallet name :

Wallet renaming IT8/9_94-I should see new wallet name .png

- Wallet renaming IT8/7_97-I click outside name input field:

Wallet renaming IT8/7_97-I click outside name input field.png

- Wallet renaming IT8/7_95-I click outside name input field:

Wallet renaming IT8/7_95-I click outside name input field.png

- Wallet renaming IT8/7_96-I click outside name input field:

Wallet renaming IT8/7_96-I click outside name input field.png

- User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/5_41-I click on the transfer funds from Daedalus button:

User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/5_41-I click on the transfer funds from Daedalus button.png

- User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/10_41-I should see the summary screen:

User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/10_41-I should see the summary screen.png

- User can send a tx after invalid password attempt IT60/15_200-I should see the summary screen:

User can send a tx after invalid password attempt IT60/15_200-I should see the summary screen.png

- User can send a tx after invalid password attempt IT60/11_200-I should see an incorrect wallet password error message:

User can send a tx after invalid password attempt IT60/11_200-I should see an incorrect wallet password error message.png

- User can send a tx after invalid password attempt IT60/8_200-I see send money confirmation dialog:

User can send a tx after invalid password attempt IT60/8_200-I see send money confirmation dialog.png

- User can send a tx after invalid password attempt IT60/7_200-I click on the next button in the wallet send form:

User can send a tx after invalid password attempt IT60/7_200-I click on the next button in the wallet send form.png

- Open the tx history of a simple wallet IT102/3_15-I see the transactions summary:

Open the tx history of a simple wallet IT102/3_15-I see the transactions summary.png

- Open the tx history of a simple wallet IT102/4_15-I should see that the number of transactions is :

Open the tx history of a simple wallet IT102/4_15-I should see that the number of transactions is .png

- Open the tx history of a simple wallet IT102/6_15-I should see transactions:

Open the tx history of a simple wallet IT102/6_15-I should see transactions.png

- Open the tx history of a simple wallet IT102/5_15-I should see transactions:

Open the tx history of a simple wallet IT102/5_15-I should see transactions.png

- Ensure user can not add more than 12 words to the Daedalus recovery phrase IT35/4_30-I click on the transfer funds from Daedalus button:

Ensure user can not add more than 12 words to the Daedalus recovery phrase IT35/4_30-I click on the transfer funds from Daedalus button.png

- Check content of successful transaction IT56/3_23-I see the transactions summary:

Check content of successful transaction IT56/3_23-I see the transactions summary.png

@v-almonacid v-almonacid requested a review from vsubhuman June 25, 2019 13:43
@SebastienGllmt
Copy link
Contributor

SebastienGllmt commented Jun 25, 2019

image

I noticed the "copied" notification never disappears from this page.

Also, probably we need to make this page a bit prettier and maybe add a back button?
to avoid delay I implemented this myself
image

@rnd-at-emurgo
Copy link

E2E _chrome_ screenshots differences between 'PR511-4185b97' and base branch 'develop'

- User redeems Force vended PDF certificate/5_56-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Force vended PDF certificate/5_56-I click on ada redemption choices tab.png

- Wallet access after browser restart IT9/3_21-I click the create button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet access after browser restart IT9/3_21-I click the create button.png

- Wallet access after browser restart IT9/11_21-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet access after browser restart IT9/11_21-I should see the opened wallet with name .png

- Wallet access after browser restart IT9/9_21-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet access after browser restart IT9/9_21-I should see the opened wallet with name .png

- User cant change password without filling Password repeat field IT40/5_131-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password without filling Password repeat field IT40/5_131-I click on the password label.png

- User cant change password without filling Password repeat field IT40/4_131-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password without filling Password repeat field IT40/4_131-I click on secondary menu item.png

- User cant change password without filling Password repeat field IT40/6_131-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password without filling Password repeat field IT40/6_131-I should see the wallet password dialog.png

- User is able to change spending password IT94/5_55-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User is able to change spending password IT94/5_55-I click on secondary menu item.png

- User is able to change spending password IT94/19_55-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User is able to change spending password IT94/19_55-I should see the summary screen.png

- User is able to change spending password IT94/7_55-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User is able to change spending password IT94/7_55-I should see the wallet password dialog.png

- User is able to change spending password IT94/6_55-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User is able to change spending password IT94/6_55-I click on the password label.png

- Wallet restoration Recovery Phrase test IT70/3_132-I click the restore button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet restoration Recovery Phrase test IT70/3_132-I click the restore button.png

- Wallet renaming IT8/5_93-I click on name input field:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/5_93-I click on name input field.png

- Wallet renaming IT8/4_95-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_95-I click on secondary menu item.png

- Wallet renaming IT8/4_97-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_97-I click on secondary menu item.png

- Wallet renaming IT8/4_93-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_93-I click on secondary menu item.png

- Wallet renaming IT8/5_95-I click on name input field:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/5_95-I click on name input field.png

- Wallet renaming IT8/5_92-I click on name input field:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/5_92-I click on name input field.png

- Wallet renaming IT8/4_96-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_96-I click on secondary menu item.png

- Wallet renaming IT8/4_94-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_94-I click on secondary menu item.png

- Wallet renaming IT8/5_97-I click on name input field:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/5_97-I click on name input field.png

- Wallet renaming IT8/4_92-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_92-I click on secondary menu item.png

- User can send a tx after invalid password attempt IT60/15_200-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send a tx after invalid password attempt IT60/15_200-I should see the summary screen.png

- Ensure user can hide used Addresses under Receive tab IT22/4_36-I click on the Generate new address button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can hide used Addresses under Receive tab IT22/4_36-I click on the Generate new address button.png

- Ensure user can hide used Addresses under Receive tab IT22/6_36-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can hide used Addresses under Receive tab IT22/6_36-I should see the addresses exactly list them.png

- Ensure user can hide used Addresses under Receive tab IT22/5_36-I click on the Hide used addresses button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can hide used Addresses under Receive tab IT22/5_36-I click on the Hide used addresses button.png

- User cant create more than 20 consecutive unused addresses IT49/6_25-I should see an error about max unused addresses:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant create more than 20 consecutive unused addresses IT49/6_25-I should see an error about max unused addresses.png

- User cant create more than 20 consecutive unused addresses IT49/5_25-I click on the Generate new address button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant create more than 20 consecutive unused addresses IT49/5_25-I click on the Generate new address button.png

- User cant create more than 20 consecutive unused addresses IT49/4_25-I click on the Generate new address button 09 times:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant create more than 20 consecutive unused addresses IT49/4_25-I click on the Generate new address button 09 times.png

- Display warning if wallet changes during send screen IT59/8_223-I should see a warning block:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Display warning if wallet changes during send screen IT59/8_223-I should see a warning block.png

- User cant change the password without entering old password IT14/4_117-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change the password without entering old password IT14/4_117-I click on secondary menu item.png

- User cant change the password without entering old password IT14/5_117-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change the password without entering old password IT14/5_117-I click on the password label.png

- User cant change the password without entering old password IT14/6_117-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change the password without entering old password IT14/6_117-I should see the wallet password dialog.png

- Successfully restoring a simple wallet/13_37-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Successfully restoring a simple wallet/13_37-I should see the addresses exactly list them.png

- Successfully restoring a simple wallet/9_37-I click the next button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Successfully restoring a simple wallet/9_37-I click the next button.png

- User tries to redeem manually entered Regular invalid redemption key/6_26-I should see invalid redemption key message:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User tries to redeem manually entered Regular invalid redemption key/6_26-I should see invalid redemption key message.png

- Wallet cant be created without entering password IT24/3_48-I click the create button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet cant be created without entering password IT24/3_48-I click the create button.png

- Try to make a transactions from the empty wallet IT89/5_167-I should see a not enough ada error:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Try to make a transactions from the empty wallet IT89/5_167-I should see a not enough ada error.png

- Open the tx history of a simple wallet IT102/3_15-I see the transactions summary:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a simple wallet IT102/3_15-I see the transactions summary.png

- Open the tx history of a simple wallet IT102/4_15-I should see that the number of transactions is :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a simple wallet IT102/4_15-I should see that the number of transactions is .png

- Open the tx history of a simple wallet IT102/5_15-I should see transactions:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a simple wallet IT102/5_15-I should see transactions.png

- Open the tx history of a simple wallet IT102/6_15-I should see transactions:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a simple wallet IT102/6_15-I should see transactions.png

- Restoring an empty wallet IT6/10_9-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Restoring an empty wallet IT6/10_9-I should see the opened wallet with name .png

- Restoring an empty wallet IT6/12_9-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Restoring an empty wallet IT6/12_9-I should see the addresses exactly list them.png

- Restoring an empty wallet IT6/3_9-I click the restore button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Restoring an empty wallet IT6/3_9-I click the restore button.png

- Restoring an empty wallet IT6/9_9-I click the next button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Restoring an empty wallet IT6/9_9-I click the next button.png

- Yoroi Settings Screen Terms of Use in Default EnglishIT3/4_157-I should see the Terms of use screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Yoroi Settings Screen Terms of Use in Default EnglishIT3/4_157-I should see the Terms of use screen.png

- Yoroi Settings Screen Terms of Use in Default EnglishIT3/3_157-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Yoroi Settings Screen Terms of Use in Default EnglishIT3/3_157-I click on secondary menu item.png

- Wallet restoration Recovery Phrase with less than 15 words IT73/3_178-I click the restore button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet restoration Recovery Phrase with less than 15 words IT73/3_178-I click the restore button.png

- Ensure that wallet addresses are restored correctly IT86/13_58-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure that wallet addresses are restored correctly IT86/13_58-I should see the addresses exactly list them.png

- Ensure that wallet addresses are restored correctly IT86/9_58-I click the next button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure that wallet addresses are restored correctly IT86/9_58-I click the next button.png

- Ensure that wallet addresses are restored correctly IT86/3_58-I click the restore button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure that wallet addresses are restored correctly IT86/3_58-I click the restore button.png

- Wallet creation IT5/3_9-I click the create button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet creation IT5/3_9-I click the create button.png

- Wallet creation IT5/9_9-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet creation IT5/9_9-I should see the opened wallet with name .png

- Check content of pending transaction IT57/3_29-I see the transactions summary:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Check content of pending transaction IT57/3_29-I see the transactions summary.png

- Spending Password should be casesensitive Transaction confirmation IT90/7_49-I see send money confirmation dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Spending Password should be casesensitive Transaction confirmation IT90/7_49-I see send money confirmation dialog.png

- Open the tx history of an already loaded wallet IT105/5_55-I see the transactions summary:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of an already loaded wallet IT105/5_55-I see the transactions summary.png

- Open the tx history of an already loaded wallet IT105/3_55-I see the transactions summary:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of an already loaded wallet IT105/3_55-I see the transactions summary.png

- Open the tx history of an already loaded wallet IT105/6_55-I should see that the number of transactions is :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of an already loaded wallet IT105/6_55-I should see that the number of transactions is .png

- Users will be presented with a security warning prior to seed creation IT27/3_59-I click the create button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Users will be presented with a security warning prior to seed creation IT27/3_59-I click the create button.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/9_35-I click Clear button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/9_35-I click Clear button.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/3_35-I click the create button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/3_35-I click the create button.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/10_35-I see All selected words are cleared:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/10_35-I see All selected words are cleared.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/7_89-I click the Create personal wallet button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet cant be created if wallet name doesnt meet requirements IT16/7_89-I click the Create personal wallet button.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/3_89-I click the create button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet cant be created if wallet name doesnt meet requirements IT16/3_89-I click the create button.png

- User redeems manually entered Force vended redemption key/5_47-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems manually entered Force vended redemption key/5_47-I click on ada redemption choices tab.png

- User redeems Force vended encrypted PDF certificate/5_66-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Force vended encrypted PDF certificate/5_66-I click on ada redemption choices tab.png

- Password should be casesensitive Wallet password changing IT91/6_74-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/6_74-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/4_75-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/4_75-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/4_74-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/4_74-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/5_73-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/5_73-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/6_75-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/6_75-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/5_74-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/5_74-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/4_73-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/4_73-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/6_73-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/6_73-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/5_75-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/5_75-I click on the password label.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/9_83-I click the next button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/9_83-I click the next button.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/12_83-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/12_83-I should see the addresses exactly list them.png

- User cant change password if it doesnt meet complexity requirements IT12/4_23-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password if it doesnt meet complexity requirements IT12/4_23-I click on secondary menu item.png

- User cant change password if it doesnt meet complexity requirements IT12/6_23-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password if it doesnt meet complexity requirements IT12/6_23-I should see the wallet password dialog.png

- User cant change password if it doesnt meet complexity requirements IT12/5_23-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password if it doesnt meet complexity requirements IT12/5_23-I click on the password label.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/4_114-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/4_114-I click on secondary menu item.png

- Paper wallet creation IT77/15_175-I should see two addresses displayed:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Paper wallet creation IT77/15_175-I should see two addresses displayed.png

- Paper wallet creation IT77/3_175-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Paper wallet creation IT77/3_175-I click on secondary menu item.png

- Paper wallet creation IT77/14_175-I click then button labeled :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Paper wallet creation IT77/14_175-I click then button labeled .png

- Paper wallet creation IT77/9_175-I click the next button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Paper wallet creation IT77/9_175-I click the next button.png

- Yoroi Settings Screen Support IT4/3_169-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Yoroi Settings Screen Support IT4/3_169-I click on secondary menu item.png

- Yoroi Settings Screen Support IT4/4_169-I should see support screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Yoroi Settings Screen Support IT4/4_169-I should see support screen.png

- Latest address should be displayed at the top IT106/4_9-I should see my latest address at the top:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Latest address should be displayed at the top IT106/4_9-I should see my latest address at the top.png

- Latest address should be displayed at the top IT106/5_9-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Latest address should be displayed at the top IT106/5_9-I should see the addresses exactly list them.png

- User redeems Recovery regular encrypted PDF certificate/10_87-I should see the Ada Redemption Success Overlay and close the dialogue:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery regular encrypted PDF certificate/10_87-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery regular encrypted PDF certificate/5_87-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery regular encrypted PDF certificate/5_87-I click on ada redemption choices tab.png

- User redeems Recovery regular encrypted PDF certificate/11_87-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery regular encrypted PDF certificate/11_87-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/5_112-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/5_112-I click on ada redemption choices tab.png

- User redeems Recovery force vended encrypted PDF certificate/11_111-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/11_111-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/10_110-I should see the Ada Redemption Success Overlay and close the dialogue:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/10_110-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/10_111-I should see the Ada Redemption Success Overlay and close the dialogue:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/10_111-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/10_112-I should see the Ada Redemption Success Overlay and close the dialogue:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/10_112-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/5_110-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/5_110-I click on ada redemption choices tab.png

- User redeems Recovery force vended encrypted PDF certificate/5_111-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/5_111-I click on ada redemption choices tab.png

- User redeems Recovery force vended encrypted PDF certificate/11_112-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/11_112-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/11_110-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/11_110-I should see the summary screen.png

- Open the tx history of a complex wallet IT103/4_41-I should see that the number of transactions is :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a complex wallet IT103/4_41-I should see that the number of transactions is .png

- Open the tx history of a complex wallet IT103/5_41-I should see transactions:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a complex wallet IT103/5_41-I should see transactions.png

- User can send funds from one Yoroi wallet to another IT54/12_28-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send funds from one Yoroi wallet to another IT54/12_28-I should see the summary screen.png

- User can send funds from one Yoroi wallet to another IT54/12_27-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send funds from one Yoroi wallet to another IT54/12_27-I should see the summary screen.png

- User can send funds from one Yoroi wallet to another IT54/12_29-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send funds from one Yoroi wallet to another IT54/12_29-I should see the summary screen.png

- Wallet settings tab isnt active if wallet is not created IT23/4_163-I should see secondary menu item disabled:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet settings tab isnt active if wallet is not created IT23/4_163-I should see secondary menu item disabled.png

- Main Screen Tabs Switching IT15/6_13-I should see the Receive screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Main Screen Tabs Switching IT15/6_13-I should see the Receive screen.png

- Open the tx history of a wallet with a big input tx IT104/5_48-I should see transactions:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a wallet with a big input tx IT104/5_48-I should see transactions.png

- Open the tx history of a wallet with a big input tx IT104/4_48-I should see that the number of transactions is :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a wallet with a big input tx IT104/4_48-I should see that the number of transactions is .png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/5_33-I click on copy to clipboard button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/5_33-I click on copy to clipboard button.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/4_33-I should see the Receive screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/4_33-I should see the Receive screen.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/6_33-I should see You have successfully copied wallet address pop up:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/6_33-I should see You have successfully copied wallet address pop up.png

- User redeems manually entered Paper vended shielded vending key and passphrase/5_77-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems manually entered Paper vended shielded vending key and passphrase/5_77-I click on ada redemption choices tab.png

- Ensure every generated wallet address is unique IT34/5_31-I see every generated address is unique:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure every generated wallet address is unique IT34/5_31-I see every generated address is unique.png

- Ensure every generated wallet address is unique IT34/4_31-I click on the Generate new address button 09 times:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure every generated wallet address is unique IT34/4_31-I click on the Generate new address button 09 times.png

- Restoring a paper wallet IT72/13_147-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Restoring a paper wallet IT72/13_147-I should see the addresses exactly list them.png

- Restoring a paper wallet IT72/10_147-I click the next button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Restoring a paper wallet IT72/10_147-I click the next button.png

- Display warning if wallet changes during confirmation IT59/17_176-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Display warning if wallet changes during confirmation IT59/17_176-I should see the summary screen.png

- Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/3_28-I click the restore button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/3_28-I click the restore button.png

- Wallet cant be created if its password doesnt meet complexity requirements IT7/3_104-I click the create button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet cant be created if its password doesnt meet complexity requirements IT7/3_104-I click the create button.png

- Wallet cant be restored without entering password IT26/8_102-I click the Restore Wallet button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet cant be restored without entering password IT26/8_102-I click the Restore Wallet button.png

- User can send all funds from one Yoroi wallet to another/12_113-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send all funds from one Yoroi wallet to another/12_113-I should see the summary screen.png

- User can send all funds from one Yoroi wallet to another/9_113-I see send money confirmation dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send all funds from one Yoroi wallet to another/9_113-I see send money confirmation dialog.png

- Generate a new receive address IT17/6_16-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Generate a new receive address IT17/6_16-I should see the addresses exactly list them.png

- Generate a new receive address IT17/4_16-I click on the Generate new address button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Generate a new receive address IT17/4_16-I click on the Generate new address button.png

- Generate a new receive address IT17/5_16-I should see my latest address at the top:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Generate a new receive address IT17/5_16-I should see my latest address at the top.png

@rnd-at-emurgo
Copy link

Complete E2E _chrome_ screenshots collection for 'PR511-4185b97'

- User redeems Force vended PDF certificate/9_56-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Force vended PDF certificate/9_56-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Force vended PDF certificate/10_56-I should see the summary screen:

User redeems Force vended PDF certificate/10_56-I should see the summary screen.png

- User redeems Force vended PDF certificate/5_56-I click on ada redemption choices tab:

User redeems Force vended PDF certificate/5_56-I click on ada redemption choices tab.png

- User cant restore Daedalus wallet in Yoroi if Yoroi wallet is not created IT30/4_43-I see transactions buttons are disabled:

User cant restore Daedalus wallet in Yoroi if Yoroi wallet is not created IT30/4_43-I see transactions buttons are disabled.png

- Check content of successful transaction IT56/3_23-I see the transactions summary:

Check content of successful transaction IT56/3_23-I see the transactions summary.png

- Wallet access after browser restart IT9/3_21-I click the create button:

Wallet access after browser restart IT9/3_21-I click the create button.png

- Wallet access after browser restart IT9/6_21-I click the Create personal wallet button:

Wallet access after browser restart IT9/6_21-I click the Create personal wallet button.png

- Wallet access after browser restart IT9/11_21-I should see the opened wallet with name :

Wallet access after browser restart IT9/11_21-I should see the opened wallet with name .png

- Wallet access after browser restart IT9/9_21-I should see the opened wallet with name :

Wallet access after browser restart IT9/9_21-I should see the opened wallet with name .png

- User cant change password without filling Password repeat field IT40/5_131-I click on the password label:

User cant change password without filling Password repeat field IT40/5_131-I click on the password label.png

- User cant change password without filling Password repeat field IT40/4_131-I click on secondary menu item:

User cant change password without filling Password repeat field IT40/4_131-I click on secondary menu item.png

- User cant change password without filling Password repeat field IT40/6_131-I should see the wallet password dialog:

User cant change password without filling Password repeat field IT40/6_131-I should see the wallet password dialog.png

- User cant change password without filling Password repeat field IT40/11_131-I should see Doesnt match error message:

User cant change password without filling Password repeat field IT40/11_131-I should see Doesnt match error message.png

- Terms of Use are not accepted if user didnt confirm it and closereload the browser page IT51/4_14-I click on I agree with the terms of use checkbox:

Terms of Use are not accepted if user didnt confirm it and closereload the browser page IT51/4_14-I click on I agree with the terms of use checkbox.png

- Yoroi Wallet Home Button Test IT21/5_23-I should see the transactions screen:

Yoroi Wallet Home Button Test IT21/5_23-I should see the transactions screen.png

- Yoroi Wallet Home Button Test IT21/8_23-I should see the transactions screen:

Yoroi Wallet Home Button Test IT21/8_23-I should see the transactions screen.png

- User is able to change spending password IT94/5_55-I click on secondary menu item:

User is able to change spending password IT94/5_55-I click on secondary menu item.png

- User is able to change spending password IT94/19_55-I should see the summary screen:

User is able to change spending password IT94/19_55-I should see the summary screen.png

- User is able to change spending password IT94/7_55-I should see the wallet password dialog:

User is able to change spending password IT94/7_55-I should see the wallet password dialog.png

- User is able to change spending password IT94/15_55-I click on the next button in the wallet send form:

User is able to change spending password IT94/15_55-I click on the next button in the wallet send form.png

- User is able to change spending password IT94/6_55-I click on the password label:

User is able to change spending password IT94/6_55-I click on the password label.png

- User is able to change spending password IT94/16_55-I see send money confirmation dialog:

User is able to change spending password IT94/16_55-I see send money confirmation dialog.png

- Wallet restoration Recovery Phrase test IT70/9_132-I should see an Invalid recovery phrase error message:

Wallet restoration Recovery Phrase test IT70/9_132-I should see an Invalid recovery phrase error message.png

- Wallet restoration Recovery Phrase test IT70/3_132-I click the restore button:

Wallet restoration Recovery Phrase test IT70/3_132-I click the restore button.png

- Wallet restoration Recovery Phrase test IT70/7_132-I click the Restore Wallet button:

Wallet restoration Recovery Phrase test IT70/7_132-I click the Restore Wallet button.png

- Wallet renaming IT8/5_93-I click on name input field:

Wallet renaming IT8/5_93-I click on name input field.png

- Wallet renaming IT8/9_95-I should see new wallet name :

Wallet renaming IT8/9_95-I should see new wallet name .png

- Wallet renaming IT8/9_94-I should see new wallet name :

Wallet renaming IT8/9_94-I should see new wallet name .png

- Wallet renaming IT8/9_92-I should see new wallet name :

Wallet renaming IT8/9_92-I should see new wallet name .png

- Wallet renaming IT8/4_95-I click on secondary menu item:

Wallet renaming IT8/4_95-I click on secondary menu item.png

- Wallet renaming IT8/9_96-I should see new wallet name :

Wallet renaming IT8/9_96-I should see new wallet name .png

- Wallet renaming IT8/4_97-I click on secondary menu item:

Wallet renaming IT8/4_97-I click on secondary menu item.png

- Wallet renaming IT8/7_93-I click outside name input field:

Wallet renaming IT8/7_93-I click outside name input field.png

- Wallet renaming IT8/7_94-I click outside name input field:

Wallet renaming IT8/7_94-I click outside name input field.png

- Wallet renaming IT8/4_93-I click on secondary menu item:

Wallet renaming IT8/4_93-I click on secondary menu item.png

- Wallet renaming IT8/7_96-I click outside name input field:

Wallet renaming IT8/7_96-I click outside name input field.png

- Wallet renaming IT8/9_97-I should see new wallet name :

Wallet renaming IT8/9_97-I should see new wallet name .png

- Wallet renaming IT8/7_95-I click outside name input field:

Wallet renaming IT8/7_95-I click outside name input field.png

- Wallet renaming IT8/5_95-I click on name input field:

Wallet renaming IT8/5_95-I click on name input field.png

- Wallet renaming IT8/7_92-I click outside name input field:

Wallet renaming IT8/7_92-I click outside name input field.png

- Wallet renaming IT8/9_93-I should see new wallet name :

Wallet renaming IT8/9_93-I should see new wallet name .png

- Wallet renaming IT8/5_92-I click on name input field:

Wallet renaming IT8/5_92-I click on name input field.png

- Wallet renaming IT8/4_96-I click on secondary menu item:

Wallet renaming IT8/4_96-I click on secondary menu item.png

- Wallet renaming IT8/7_97-I click outside name input field:

Wallet renaming IT8/7_97-I click outside name input field.png

- Wallet renaming IT8/4_94-I click on secondary menu item:

Wallet renaming IT8/4_94-I click on secondary menu item.png

- Wallet renaming IT8/5_96-I click on name input field:

Wallet renaming IT8/5_96-I click on name input field.png

- Wallet renaming IT8/5_97-I click on name input field:

Wallet renaming IT8/5_97-I click on name input field.png

- Wallet renaming IT8/5_94-I click on name input field:

Wallet renaming IT8/5_94-I click on name input field.png

- Wallet renaming IT8/4_92-I click on secondary menu item:

Wallet renaming IT8/4_92-I click on secondary menu item.png

- User cant send more funds than he has IT47/6_83-I should see a not enough ada error:

User cant send more funds than he has IT47/6_83-I should see a not enough ada error.png

- CONFIRM TRANSACTION Pop up displays properly IT48/8_69-I see CONFIRM TRANSACTION Pop up:

CONFIRM TRANSACTION Pop up displays properly IT48/8_69-I see CONFIRM TRANSACTION Pop up.png

- CONFIRM TRANSACTION Pop up displays properly IT48/7_69-I click on the next button in the wallet send form:

CONFIRM TRANSACTION Pop up displays properly IT48/7_69-I click on the next button in the wallet send form.png

- User can send a tx after invalid password attempt IT60/8_200-I see send money confirmation dialog:

User can send a tx after invalid password attempt IT60/8_200-I see send money confirmation dialog.png

- User can send a tx after invalid password attempt IT60/15_200-I should see the summary screen:

User can send a tx after invalid password attempt IT60/15_200-I should see the summary screen.png

- User can send a tx after invalid password attempt IT60/7_200-I click on the next button in the wallet send form:

User can send a tx after invalid password attempt IT60/7_200-I click on the next button in the wallet send form.png

- User can send a tx after invalid password attempt IT60/11_200-I should see an incorrect wallet password error message:

User can send a tx after invalid password attempt IT60/11_200-I should see an incorrect wallet password error message.png

- Ensure user can hide used Addresses under Receive tab IT22/4_36-I click on the Generate new address button:

Ensure user can hide used Addresses under Receive tab IT22/4_36-I click on the Generate new address button.png

- Ensure user can hide used Addresses under Receive tab IT22/6_36-I should see the addresses exactly list them:

Ensure user can hide used Addresses under Receive tab IT22/6_36-I should see the addresses exactly list them.png

- Ensure user can hide used Addresses under Receive tab IT22/5_36-I click on the Hide used addresses button:

Ensure user can hide used Addresses under Receive tab IT22/5_36-I click on the Hide used addresses button.png

- Daedalus transfer fails when user type invalid mnemonic phrase IT99/4_9-I click on the transfer funds from Daedalus button:

Daedalus transfer fails when user type invalid mnemonic phrase IT99/4_9-I click on the transfer funds from Daedalus button.png

- Daedalus transfer fails when user type invalid mnemonic phrase IT99/7_9-I should see an Invalid recovery phrase error message:

Daedalus transfer fails when user type invalid mnemonic phrase IT99/7_9-I should see an Invalid recovery phrase error message.png

- User redeems manually entered Regular redemption key/9_17-I should see the summary screen:

User redeems manually entered Regular redemption key/9_17-I should see the summary screen.png

- User redeems manually entered Regular redemption key/8_17-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems manually entered Regular redemption key/8_17-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User tries to redeem ada and receives an invalid signature error from the server/8_115-I should see an error message saying that ADA could not be redeemed correctly:

User tries to redeem ada and receives an invalid signature error from the server/8_115-I should see an error message saying that ADA could not be redeemed correctly.png

- User cant create more than 20 consecutive unused addresses IT49/6_25-I should see an error about max unused addresses:

User cant create more than 20 consecutive unused addresses IT49/6_25-I should see an error about max unused addresses.png

- User cant create more than 20 consecutive unused addresses IT49/5_25-I click on the Generate new address button:

User cant create more than 20 consecutive unused addresses IT49/5_25-I click on the Generate new address button.png

- User cant create more than 20 consecutive unused addresses IT49/4_25-I click on the Generate new address button 09 times:

User cant create more than 20 consecutive unused addresses IT49/4_25-I click on the Generate new address button 09 times.png

- Ensure user can send a tx from a URI link IT108/5_21-I should see a dialog with the transaction details:

Ensure user can send a tx from a URI link IT108/5_21-I should see a dialog with the transaction details.png

- Ensure user can send a tx from a URI link IT108/4_21-I should see and accept a warning dialog:

Ensure user can send a tx from a URI link IT108/4_21-I should see and accept a warning dialog.png

- Display warning if wallet changes during send screen IT59/8_223-I should see a warning block:

Display warning if wallet changes during send screen IT59/8_223-I should see a warning block.png

- Daedalustransfer page buttons test IT37/8_75-I click the back button:

Daedalustransfer page buttons test IT37/8_75-I click the back button.png

- Daedalustransfer page buttons test IT37/5_75-I click on the transfer funds from Daedalus button:

Daedalustransfer page buttons test IT37/5_75-I click on the transfer funds from Daedalus button.png

- Daedalustransfer page buttons test IT37/7_75-I should see This field is required error message:

Daedalustransfer page buttons test IT37/7_75-I should see This field is required error message.png

- Daedalustransfer page buttons test IT37/6_75-I click next button on the Daedalus transfer page:

Daedalustransfer page buttons test IT37/6_75-I click next button on the Daedalus transfer page.png

- Daedalustransfer page buttons test IT37/9_75-I see all necessary elements on TRANSFER FUNDS FROM DAEDALUS screen:

Daedalustransfer page buttons test IT37/9_75-I see all necessary elements on TRANSFER FUNDS FROM DAEDALUS screen.png

- User accepts Daedalus Redemption Disclaimer/5_9-I click on the Ive understood the information above checkbox:

User accepts Daedalus Redemption Disclaimer/5_9-I click on the Ive understood the information above checkbox.png

- User accepts Daedalus Redemption Disclaimer/4_9-I see the Daedalus Redemption Disclaimer overlay:

User accepts Daedalus Redemption Disclaimer/4_9-I see the Daedalus Redemption Disclaimer overlay.png

- User accepts Daedalus Redemption Disclaimer/6_9-I click on the Continue button:

User accepts Daedalus Redemption Disclaimer/6_9-I click on the Continue button.png

- User cant change the password without entering old password IT14/4_117-I click on secondary menu item:

User cant change the password without entering old password IT14/4_117-I click on secondary menu item.png

- User cant change the password without entering old password IT14/5_117-I click on the password label:

User cant change the password without entering old password IT14/5_117-I click on the password label.png

- User cant change the password without entering old password IT14/6_117-I should see the wallet password dialog:

User cant change the password without entering old password IT14/6_117-I should see the wallet password dialog.png

- Successfully restoring a simple wallet/3_37-I click the restore button:

Successfully restoring a simple wallet/3_37-I click the restore button.png

- Successfully restoring a simple wallet/13_37-I should see the addresses exactly list them:

Successfully restoring a simple wallet/13_37-I should see the addresses exactly list them.png

- Successfully restoring a simple wallet/8_37-I should see a plate :

Successfully restoring a simple wallet/8_37-I should see a plate .png

- Successfully restoring a simple wallet/7_37-I click the Restore Wallet button:

Successfully restoring a simple wallet/7_37-I click the Restore Wallet button.png

- Successfully restoring a simple wallet/10_37-I should see the opened wallet with name :

Successfully restoring a simple wallet/10_37-I should see the opened wallet with name .png

- Successfully restoring a simple wallet/9_37-I click the next button:

Successfully restoring a simple wallet/9_37-I click the next button.png

- User tries to redeem manually entered Regular invalid redemption key/6_26-I should see invalid redemption key message:

User tries to redeem manually entered Regular invalid redemption key/6_26-I should see invalid redemption key message.png

- Ensure user can not add more than 12 words to the Daedalus recovery phrase IT35/4_30-I click on the transfer funds from Daedalus button:

Ensure user can not add more than 12 words to the Daedalus recovery phrase IT35/4_30-I click on the transfer funds from Daedalus button.png

- Get balance with many addresses/3_8-I should see the balance number :

Get balance with many addresses/3_8-I should see the balance number .png

- Wallet cant be created without entering password IT24/3_48-I click the create button:

Wallet cant be created without entering password IT24/3_48-I click the create button.png

- Wallet cant be created without entering password IT24/7_48-I click the Create personal wallet button:

Wallet cant be created without entering password IT24/7_48-I click the Create personal wallet button.png

- Ensure user can generate a wallet URI and copy it to clipboard IT107/7_9-I should see the URI displayed in a new dialog:

Ensure user can generate a wallet URI and copy it to clipboard IT107/7_9-I should see the URI displayed in a new dialog.png

- Ensure user can generate a wallet URI and copy it to clipboard IT107/5_9-I click on generate payment URL button:

Ensure user can generate a wallet URI and copy it to clipboard IT107/5_9-I click on generate payment URL button.png

- Ensure user can generate a wallet URI and copy it to clipboard IT107/4_9-I should see the Receive screen:

Ensure user can generate a wallet URI and copy it to clipboard IT107/4_9-I should see the Receive screen.png

- Ensure user can generate a wallet URI and copy it to clipboard IT107/9_9-I should see URL successfully copied notification:

Ensure user can generate a wallet URI and copy it to clipboard IT107/9_9-I should see URL successfully copied notification.png

- Ensure user can generate a wallet URI and copy it to clipboard IT107/8_9-I click on the copy to clipboard icon:

Ensure user can generate a wallet URI and copy it to clipboard IT107/8_9-I click on the copy to clipboard icon.png

- Invalid URI leads user to warning dialog IT109/4_33-I should see an invalid URI dialog:

Invalid URI leads user to warning dialog IT109/4_33-I should see an invalid URI dialog.png

- Try to make a transactions from the empty wallet IT89/5_167-I should see a not enough ada error:

Try to make a transactions from the empty wallet IT89/5_167-I should see a not enough ada error.png

- User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/10_41-I should see the summary screen:

User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/10_41-I should see the summary screen.png

- User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/5_41-I click on the transfer funds from Daedalus button:

User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/5_41-I click on the transfer funds from Daedalus button.png

- Open the tx history of a simple wallet IT102/3_15-I see the transactions summary:

Open the tx history of a simple wallet IT102/3_15-I see the transactions summary.png

- Open the tx history of a simple wallet IT102/4_15-I should see that the number of transactions is :

Open the tx history of a simple wallet IT102/4_15-I should see that the number of transactions is .png

- Open the tx history of a simple wallet IT102/5_15-I should see transactions:

Open the tx history of a simple wallet IT102/5_15-I should see transactions.png

- Open the tx history of a simple wallet IT102/6_15-I should see transactions:

Open the tx history of a simple wallet IT102/6_15-I should see transactions.png

- Restoring an empty wallet IT6/8_9-I should see a plate :

Restoring an empty wallet IT6/8_9-I should see a plate .png

- Restoring an empty wallet IT6/10_9-I should see the opened wallet with name :

Restoring an empty wallet IT6/10_9-I should see the opened wallet with name .png

- Restoring an empty wallet IT6/12_9-I should see the addresses exactly list them:

Restoring an empty wallet IT6/12_9-I should see the addresses exactly list them.png

- Restoring an empty wallet IT6/3_9-I click the restore button:

Restoring an empty wallet IT6/3_9-I click the restore button.png

- Restoring an empty wallet IT6/9_9-I click the next button:

Restoring an empty wallet IT6/9_9-I click the next button.png

- Restoring an empty wallet IT6/7_9-I click the Restore Wallet button:

Restoring an empty wallet IT6/7_9-I click the Restore Wallet button.png

- Yoroi Settings Screen Terms of Use in Default EnglishIT3/4_157-I should see the Terms of use screen:

Yoroi Settings Screen Terms of Use in Default EnglishIT3/4_157-I should see the Terms of use screen.png

- Yoroi Settings Screen Terms of Use in Default EnglishIT3/3_157-I click on secondary menu item:

Yoroi Settings Screen Terms of Use in Default EnglishIT3/3_157-I click on secondary menu item.png

- Wallet restoration Recovery Phrase with less than 15 words IT73/3_178-I click the restore button:

Wallet restoration Recovery Phrase with less than 15 words IT73/3_178-I click the restore button.png

- Wallet restoration Recovery Phrase with less than 15 words IT73/6_178-I should see an X words left error message:

Wallet restoration Recovery Phrase with less than 15 words IT73/6_178-I should see an X words left error message.png

- Ensure that wallet addresses are restored correctly IT86/13_58-I should see the addresses exactly list them:

Ensure that wallet addresses are restored correctly IT86/13_58-I should see the addresses exactly list them.png

- Ensure that wallet addresses are restored correctly IT86/9_58-I click the next button:

Ensure that wallet addresses are restored correctly IT86/9_58-I click the next button.png

- Ensure that wallet addresses are restored correctly IT86/3_58-I click the restore button:

Ensure that wallet addresses are restored correctly IT86/3_58-I click the restore button.png

- Ensure that wallet addresses are restored correctly IT86/10_58-I should see the opened wallet with name :

Ensure that wallet addresses are restored correctly IT86/10_58-I should see the opened wallet with name .png

- Ensure that wallet addresses are restored correctly IT86/7_58-I click the Restore Wallet button:

Ensure that wallet addresses are restored correctly IT86/7_58-I click the Restore Wallet button.png

- Ensure that wallet addresses are restored correctly IT86/8_58-I should see a plate :

Ensure that wallet addresses are restored correctly IT86/8_58-I should see a plate .png

- User cant send funds with incorrect Spending password IT42/8_133-I see send money confirmation dialog:

User cant send funds with incorrect Spending password IT42/8_133-I see send money confirmation dialog.png

- User cant send funds with incorrect Spending password IT42/7_133-I click on the next button in the wallet send form:

User cant send funds with incorrect Spending password IT42/7_133-I click on the next button in the wallet send form.png

- User cant send funds with incorrect Spending password IT42/11_133-I should see an incorrect wallet password error message:

User cant send funds with incorrect Spending password IT42/11_133-I should see an incorrect wallet password error message.png

- Wallet creation IT5/3_9-I click the create button:

Wallet creation IT5/3_9-I click the create button.png

- Wallet creation IT5/6_9-I click the Create personal wallet button:

Wallet creation IT5/6_9-I click the Create personal wallet button.png

- Wallet creation IT5/9_9-I should see the opened wallet with name :

Wallet creation IT5/9_9-I should see the opened wallet with name .png

- Check content of pending transaction IT57/3_29-I see the transactions summary:

Check content of pending transaction IT57/3_29-I see the transactions summary.png

- Spending Password should be casesensitive Transaction confirmation IT90/6_50-I click on the next button in the wallet send form:

Spending Password should be casesensitive Transaction confirmation IT90/6_50-I click on the next button in the wallet send form.png

- Spending Password should be casesensitive Transaction confirmation IT90/10_50-I should see an incorrect wallet password error message:

Spending Password should be casesensitive Transaction confirmation IT90/10_50-I should see an incorrect wallet password error message.png

- Spending Password should be casesensitive Transaction confirmation IT90/7_51-I see send money confirmation dialog:

Spending Password should be casesensitive Transaction confirmation IT90/7_51-I see send money confirmation dialog.png

- Spending Password should be casesensitive Transaction confirmation IT90/6_51-I click on the next button in the wallet send form:

Spending Password should be casesensitive Transaction confirmation IT90/6_51-I click on the next button in the wallet send form.png

- Spending Password should be casesensitive Transaction confirmation IT90/6_49-I click on the next button in the wallet send form:

Spending Password should be casesensitive Transaction confirmation IT90/6_49-I click on the next button in the wallet send form.png

- Spending Password should be casesensitive Transaction confirmation IT90/10_49-I should see an incorrect wallet password error message:

Spending Password should be casesensitive Transaction confirmation IT90/10_49-I should see an incorrect wallet password error message.png

- Spending Password should be casesensitive Transaction confirmation IT90/7_49-I see send money confirmation dialog:

Spending Password should be casesensitive Transaction confirmation IT90/7_49-I see send money confirmation dialog.png

- Spending Password should be casesensitive Transaction confirmation IT90/7_50-I see send money confirmation dialog:

Spending Password should be casesensitive Transaction confirmation IT90/7_50-I see send money confirmation dialog.png

- Spending Password should be casesensitive Transaction confirmation IT90/10_51-I should see an incorrect wallet password error message:

Spending Password should be casesensitive Transaction confirmation IT90/10_51-I should see an incorrect wallet password error message.png

- Open the tx history of an already loaded wallet IT105/5_55-I see the transactions summary:

Open the tx history of an already loaded wallet IT105/5_55-I see the transactions summary.png

- Open the tx history of an already loaded wallet IT105/3_55-I see the transactions summary:

Open the tx history of an already loaded wallet IT105/3_55-I see the transactions summary.png

- Open the tx history of an already loaded wallet IT105/6_55-I should see that the number of transactions is :

Open the tx history of an already loaded wallet IT105/6_55-I should see that the number of transactions is .png

- User cant send funds to the invalid address IT46/6_72-I should see an invalid address error:

User cant send funds to the invalid address IT46/6_72-I should see an invalid address error.png

- Users will be presented with a security warning prior to seed creation IT27/3_59-I click the create button:

Users will be presented with a security warning prior to seed creation IT27/3_59-I click the create button.png

- Users will be presented with a security warning prior to seed creation IT27/7_59-I see the security warning prior:

Users will be presented with a security warning prior to seed creation IT27/7_59-I see the security warning prior.png

- Users will be presented with a security warning prior to seed creation IT27/6_59-I click the Create personal wallet button:

Users will be presented with a security warning prior to seed creation IT27/6_59-I click the Create personal wallet button.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/6_35-I click the Create personal wallet button:

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/6_35-I click the Create personal wallet button.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/9_35-I click Clear button:

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/9_35-I click Clear button.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/3_35-I click the create button:

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/3_35-I click the create button.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/10_35-I see All selected words are cleared:

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/10_35-I see All selected words are cleared.png

- User can transfer Daedalus funds to Yoroi using master key IT19/10_87-I should see the summary screen:

User can transfer Daedalus funds to Yoroi using master key IT19/10_87-I should see the summary screen.png

- User can transfer Daedalus funds to Yoroi using master key IT19/5_87-I click on the transfer funds from Daedalus master key button:

User can transfer Daedalus funds to Yoroi using master key IT19/5_87-I click on the transfer funds from Daedalus master key button.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/10_89-I click the Create personal wallet button:

Wallet cant be created if wallet name doesnt meet requirements IT16/10_89-I click the Create personal wallet button.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/12_89-I should see Wallet name requires at least 1 and at most 40 letters error message:

Wallet cant be created if wallet name doesnt meet requirements IT16/12_89-I should see Wallet name requires at least 1 and at most 40 letters error message.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/7_89-I click the Create personal wallet button:

Wallet cant be created if wallet name doesnt meet requirements IT16/7_89-I click the Create personal wallet button.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/3_89-I click the create button:

Wallet cant be created if wallet name doesnt meet requirements IT16/3_89-I click the create button.png

- Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/9_57-I should see Daedalus wallet without funds error message:

Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/9_57-I should see Daedalus wallet without funds error message.png

- Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/5_57-I click on the transfer funds from Daedalus button:

Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/5_57-I click on the transfer funds from Daedalus button.png

- Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/8_57-I should see an Error screen:

Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/8_57-I should see an Error screen.png

- User redeems manually entered Force vended redemption key/10_47-I should see the summary screen:

User redeems manually entered Force vended redemption key/10_47-I should see the summary screen.png

- User redeems manually entered Force vended redemption key/9_47-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems manually entered Force vended redemption key/9_47-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems manually entered Force vended redemption key/5_47-I click on ada redemption choices tab:

User redeems manually entered Force vended redemption key/5_47-I click on ada redemption choices tab.png

- User redeems Force vended encrypted PDF certificate/10_66-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Force vended encrypted PDF certificate/10_66-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Force vended encrypted PDF certificate/11_66-I should see the summary screen:

User redeems Force vended encrypted PDF certificate/11_66-I should see the summary screen.png

- User redeems Force vended encrypted PDF certificate/5_66-I click on ada redemption choices tab:

User redeems Force vended encrypted PDF certificate/5_66-I click on ada redemption choices tab.png

- Daedalus transfer should fail to recover wallet if connection was lost IT84/4_19-I click on the transfer funds from Daedalus button:

Daedalus transfer should fail to recover wallet if connection was lost IT84/4_19-I click on the transfer funds from Daedalus button.png

- Daedalus transfer should fail to recover wallet if connection was lost IT84/7_19-I should see an Error screen:

Daedalus transfer should fail to recover wallet if connection was lost IT84/7_19-I should see an Error screen.png

- Daedalus transfer should fail to recover wallet if connection was lost IT84/8_19-I should see Connection lost error message:

Daedalus transfer should fail to recover wallet if connection was lost IT84/8_19-I should see Connection lost error message.png

- Password should be casesensitive Wallet password changing IT91/9_75-I should see the following submit error messages:

Password should be casesensitive Wallet password changing IT91/9_75-I should see the following submit error messages.png

- Password should be casesensitive Wallet password changing IT91/6_74-I should see the wallet password dialog:

Password should be casesensitive Wallet password changing IT91/6_74-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/4_75-I click on secondary menu item:

Password should be casesensitive Wallet password changing IT91/4_75-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/9_73-I should see the following submit error messages:

Password should be casesensitive Wallet password changing IT91/9_73-I should see the following submit error messages.png

- Password should be casesensitive Wallet password changing IT91/4_74-I click on secondary menu item:

Password should be casesensitive Wallet password changing IT91/4_74-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/5_73-I click on the password label:

Password should be casesensitive Wallet password changing IT91/5_73-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/6_75-I should see the wallet password dialog:

Password should be casesensitive Wallet password changing IT91/6_75-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/5_74-I click on the password label:

Password should be casesensitive Wallet password changing IT91/5_74-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/4_73-I click on secondary menu item:

Password should be casesensitive Wallet password changing IT91/4_73-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/6_73-I should see the wallet password dialog:

Password should be casesensitive Wallet password changing IT91/6_73-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/5_75-I click on the password label:

Password should be casesensitive Wallet password changing IT91/5_75-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/9_74-I should see the following submit error messages:

Password should be casesensitive Wallet password changing IT91/9_74-I should see the following submit error messages.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/8_83-I should see a plate :

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/8_83-I should see a plate .png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/9_83-I click the next button:

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/9_83-I click the next button.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/3_83-I click the restore button:

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/3_83-I click the restore button.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/12_83-I should see the addresses exactly list them:

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/12_83-I should see the addresses exactly list them.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/7_83-I click the Restore Wallet button:

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/7_83-I click the Restore Wallet button.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/10_83-I should see the opened wallet with name :

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/10_83-I should see the opened wallet with name .png

- User cant change password if it doesnt meet complexity requirements IT12/9_23-I should see the following error messages:

User cant change password if it doesnt meet complexity requirements IT12/9_23-I should see the following error messages.png

- User cant change password if it doesnt meet complexity requirements IT12/4_23-I click on secondary menu item:

User cant change password if it doesnt meet complexity requirements IT12/4_23-I click on secondary menu item.png

- User cant change password if it doesnt meet complexity requirements IT12/6_23-I should see the wallet password dialog:

User cant change password if it doesnt meet complexity requirements IT12/6_23-I should see the wallet password dialog.png

- User cant change password if it doesnt meet complexity requirements IT12/5_23-I click on the password label:

User cant change password if it doesnt meet complexity requirements IT12/5_23-I click on the password label.png

- Check content of failed transaction IT58/3_35-I see the transactions summary:

Check content of failed transaction IT58/3_35-I see the transactions summary.png

- User redeems Regular PDF certificate/9_39-I should see the summary screen:

User redeems Regular PDF certificate/9_39-I should see the summary screen.png

- User redeems Regular PDF certificate/8_39-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Regular PDF certificate/8_39-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User tries to redeem manually entered Regular already used redemption key/8_32-I should see already used redemption key message:

User tries to redeem manually entered Regular already used redemption key/8_32-I should see already used redemption key message.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/5_114-I click on name input field:

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/5_114-I click on name input field.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/8_114-I should see Wallet name requires at least 1 and at most 40 letters error message:

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/8_114-I should see Wallet name requires at least 1 and at most 40 letters error message.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/4_114-I click on secondary menu item:

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/4_114-I click on secondary menu item.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/7_114-I click outside name input field:

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/7_114-I click outside name input field.png

- Paper wallet creation IT77/15_175-I should see two addresses displayed:

Paper wallet creation IT77/15_175-I should see two addresses displayed.png

- Paper wallet creation IT77/16_175-I click the next button:

Paper wallet creation IT77/16_175-I click the next button.png

- Paper wallet creation IT77/3_175-I click on secondary menu item:

Paper wallet creation IT77/3_175-I click on secondary menu item.png

- Paper wallet creation IT77/14_175-I click then button labeled :

Paper wallet creation IT77/14_175-I click then button labeled .png

- Paper wallet creation IT77/10_175-I click the next button:

Paper wallet creation IT77/10_175-I click the next button.png

- Paper wallet creation IT77/9_175-I click the next button:

Paper wallet creation IT77/9_175-I click the next button.png

- Paper wallet creation IT77/6_175-I click the create paper wallet button:

Paper wallet creation IT77/6_175-I click the create paper wallet button.png

- Yoroi Settings Screen Support IT4/3_169-I click on secondary menu item:

Yoroi Settings Screen Support IT4/3_169-I click on secondary menu item.png

- Yoroi Settings Screen Support IT4/4_169-I should see support screen:

Yoroi Settings Screen Support IT4/4_169-I should see support screen.png

- Yoroi TRANSFER FUNDS FROM DAEDALUS screen validation IT29/5_69-I see all necessary elements on TRANSFER FUNDS FROM DAEDALUS screen:

Yoroi TRANSFER FUNDS FROM DAEDALUS screen validation IT29/5_69-I see all necessary elements on TRANSFER FUNDS FROM DAEDALUS screen.png

- Latest address should be displayed at the top IT106/4_9-I should see my latest address at the top:

Latest address should be displayed at the top IT106/4_9-I should see my latest address at the top.png

- Latest address should be displayed at the top IT106/5_9-I should see the addresses exactly list them:

Latest address should be displayed at the top IT106/5_9-I should see the addresses exactly list them.png

- User redeems Recovery regular encrypted PDF certificate/10_87-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Recovery regular encrypted PDF certificate/10_87-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery regular encrypted PDF certificate/5_87-I click on ada redemption choices tab:

User redeems Recovery regular encrypted PDF certificate/5_87-I click on ada redemption choices tab.png

- User redeems Recovery regular encrypted PDF certificate/11_87-I should see the summary screen:

User redeems Recovery regular encrypted PDF certificate/11_87-I should see the summary screen.png

- Open the tx history of an empty wallet IT101/4_8-I should see that the number of transactions is :

Open the tx history of an empty wallet IT101/4_8-I should see that the number of transactions is .png

- Open the tx history of an empty wallet IT101/3_8-I see the transactions summary:

Open the tx history of an empty wallet IT101/3_8-I see the transactions summary.png

- Open the tx history of an empty wallet IT101/5_8-I should see no transactions:

Open the tx history of an empty wallet IT101/5_8-I should see no transactions.png

- User redeems Recovery force vended encrypted PDF certificate/5_112-I click on ada redemption choices tab:

User redeems Recovery force vended encrypted PDF certificate/5_112-I click on ada redemption choices tab.png

- User redeems Recovery force vended encrypted PDF certificate/11_111-I should see the summary screen:

User redeems Recovery force vended encrypted PDF certificate/11_111-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/10_110-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Recovery force vended encrypted PDF certificate/10_110-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/10_111-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Recovery force vended encrypted PDF certificate/10_111-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/10_112-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Recovery force vended encrypted PDF certificate/10_112-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/5_110-I click on ada redemption choices tab:

User redeems Recovery force vended encrypted PDF certificate/5_110-I click on ada redemption choices tab.png

- User redeems Recovery force vended encrypted PDF certificate/5_111-I click on ada redemption choices tab:

User redeems Recovery force vended encrypted PDF certificate/5_111-I click on ada redemption choices tab.png

- User redeems Recovery force vended encrypted PDF certificate/11_112-I should see the summary screen:

User redeems Recovery force vended encrypted PDF certificate/11_112-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/11_110-I should see the summary screen:

User redeems Recovery force vended encrypted PDF certificate/11_110-I should see the summary screen.png

- Open the tx history of a complex wallet IT103/4_41-I should see that the number of transactions is :

Open the tx history of a complex wallet IT103/4_41-I should see that the number of transactions is .png

- Open the tx history of a complex wallet IT103/3_41-I see the transactions summary:

Open the tx history of a complex wallet IT103/3_41-I see the transactions summary.png

- Open the tx history of a complex wallet IT103/5_41-I should see transactions:

Open the tx history of a complex wallet IT103/5_41-I should see transactions.png

- User can send funds from one Yoroi wallet to another IT54/7_29-I click on the next button in the wallet send form:

User can send funds from one Yoroi wallet to another IT54/7_29-I click on the next button in the wallet send form.png

- User can send funds from one Yoroi wallet to another IT54/12_28-I should see the summary screen:

User can send funds from one Yoroi wallet to another IT54/12_28-I should see the summary screen.png

- User can send funds from one Yoroi wallet to another IT54/12_27-I should see the summary screen:

User can send funds from one Yoroi wallet to another IT54/12_27-I should see the summary screen.png

- User can send funds from one Yoroi wallet to another IT54/9_28-I should see no warning block:

User can send funds from one Yoroi wallet to another IT54/9_28-I should see no warning block.png

- User can send funds from one Yoroi wallet to another IT54/7_27-I click on the next button in the wallet send form:

User can send funds from one Yoroi wallet to another IT54/7_27-I click on the next button in the wallet send form.png

- User can send funds from one Yoroi wallet to another IT54/8_29-I see send money confirmation dialog:

User can send funds from one Yoroi wallet to another IT54/8_29-I see send money confirmation dialog.png

- User can send funds from one Yoroi wallet to another IT54/9_29-I should see no warning block:

User can send funds from one Yoroi wallet to another IT54/9_29-I should see no warning block.png

- User can send funds from one Yoroi wallet to another IT54/7_28-I click on the next button in the wallet send form:

User can send funds from one Yoroi wallet to another IT54/7_28-I click on the next button in the wallet send form.png

- User can send funds from one Yoroi wallet to another IT54/8_28-I see send money confirmation dialog:

User can send funds from one Yoroi wallet to another IT54/8_28-I see send money confirmation dialog.png

- User can send funds from one Yoroi wallet to another IT54/9_27-I should see no warning block:

User can send funds from one Yoroi wallet to another IT54/9_27-I should see no warning block.png

- User can send funds from one Yoroi wallet to another IT54/8_27-I see send money confirmation dialog:

User can send funds from one Yoroi wallet to another IT54/8_27-I see send money confirmation dialog.png

- User can send funds from one Yoroi wallet to another IT54/12_29-I should see the summary screen:

User can send funds from one Yoroi wallet to another IT54/12_29-I should see the summary screen.png

- Wallet settings tab isnt active if wallet is not created IT23/4_163-I should see secondary menu item disabled:

Wallet settings tab isnt active if wallet is not created IT23/4_163-I should see secondary menu item disabled.png

- Main Screen Tabs Switching IT15/6_13-I should see the Receive screen:

Main Screen Tabs Switching IT15/6_13-I should see the Receive screen.png

- Main Screen Tabs Switching IT15/4_13-I should see send transaction screen:

Main Screen Tabs Switching IT15/4_13-I should see send transaction screen.png

- Main Screen Tabs Switching IT15/8_13-I should see the transactions screen:

Main Screen Tabs Switching IT15/8_13-I should see the transactions screen.png

- Open the tx history of a wallet with a big input tx IT104/3_48-I see the transactions summary:

Open the tx history of a wallet with a big input tx IT104/3_48-I see the transactions summary.png

- Open the tx history of a wallet with a big input tx IT104/5_48-I should see transactions:

Open the tx history of a wallet with a big input tx IT104/5_48-I should see transactions.png

- Open the tx history of a wallet with a big input tx IT104/4_48-I should see that the number of transactions is :

Open the tx history of a wallet with a big input tx IT104/4_48-I should see that the number of transactions is .png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/5_33-I click on copy to clipboard button:

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/5_33-I click on copy to clipboard button.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/4_33-I should see the Receive screen:

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/4_33-I should see the Receive screen.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/6_33-I should see You have successfully copied wallet address pop up:

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/6_33-I should see You have successfully copied wallet address pop up.png

- User redeems manually entered Paper vended shielded vending key and passphrase/10_77-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems manually entered Paper vended shielded vending key and passphrase/10_77-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems manually entered Paper vended shielded vending key and passphrase/11_77-I should see the summary screen:

User redeems manually entered Paper vended shielded vending key and passphrase/11_77-I should see the summary screen.png

- User redeems manually entered Paper vended shielded vending key and passphrase/5_77-I click on ada redemption choices tab:

User redeems manually entered Paper vended shielded vending key and passphrase/5_77-I click on ada redemption choices tab.png

- Ensure every generated wallet address is unique IT34/5_31-I see every generated address is unique:

Ensure every generated wallet address is unique IT34/5_31-I see every generated address is unique.png

- Ensure every generated wallet address is unique IT34/4_31-I click on the Generate new address button 09 times:

Ensure every generated wallet address is unique IT34/4_31-I click on the Generate new address button 09 times.png

- Sending a Tx and receiving from the server an invalid signature error/11_116-I should see an invalid signature error message:

Sending a Tx and receiving from the server an invalid signature error/11_116-I should see an invalid signature error message.png

- Sending a Tx and receiving from the server an invalid signature error/7_116-I click on the next button in the wallet send form:

Sending a Tx and receiving from the server an invalid signature error/7_116-I click on the next button in the wallet send form.png

- Sending a Tx and receiving from the server an invalid signature error/8_116-I see send money confirmation dialog:

Sending a Tx and receiving from the server an invalid signature error/8_116-I see send money confirmation dialog.png

- Restoring a paper wallet IT72/8_147-I click the Restore Wallet button:

Restoring a paper wallet IT72/8_147-I click the Restore Wallet button.png

- Restoring a paper wallet IT72/11_147-I should see the opened wallet with name :

Restoring a paper wallet IT72/11_147-I should see the opened wallet with name .png

- Restoring a paper wallet IT72/13_147-I should see the addresses exactly list them:

Restoring a paper wallet IT72/13_147-I should see the addresses exactly list them.png

- Restoring a paper wallet IT72/3_147-I click the restore paper wallet button:

Restoring a paper wallet IT72/3_147-I click the restore paper wallet button.png

- Restoring a paper wallet IT72/9_147-I should see a plate :

Restoring a paper wallet IT72/9_147-I should see a plate .png

- Restoring a paper wallet IT72/10_147-I click the next button:

Restoring a paper wallet IT72/10_147-I click the next button.png

- Display warning if wallet changes during confirmation IT59/10_176-I should see a warning block:

Display warning if wallet changes during confirmation IT59/10_176-I should see a warning block.png

- Display warning if wallet changes during confirmation IT59/7_176-I click on the next button in the wallet send form:

Display warning if wallet changes during confirmation IT59/7_176-I click on the next button in the wallet send form.png

- Display warning if wallet changes during confirmation IT59/8_176-I see send money confirmation dialog:

Display warning if wallet changes during confirmation IT59/8_176-I see send money confirmation dialog.png

- Display warning if wallet changes during confirmation IT59/11_176-I click the back button:

Display warning if wallet changes during confirmation IT59/11_176-I click the back button.png

- Display warning if wallet changes during confirmation IT59/17_176-I should see the summary screen:

Display warning if wallet changes during confirmation IT59/17_176-I should see the summary screen.png

- Display warning if wallet changes during confirmation IT59/12_176-I click on the next button in the wallet send form:

Display warning if wallet changes during confirmation IT59/12_176-I click on the next button in the wallet send form.png

- Display warning if wallet changes during confirmation IT59/14_176-I should see no warning block:

Display warning if wallet changes during confirmation IT59/14_176-I should see no warning block.png

- Display warning if wallet changes during confirmation IT59/13_176-I see send money confirmation dialog:

Display warning if wallet changes during confirmation IT59/13_176-I see send money confirmation dialog.png

- Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/6_28-I delete recovery phrase by clicking x signs:

Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/6_28-I delete recovery phrase by clicking x signs.png

- Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/3_28-I click the restore button:

Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/3_28-I click the restore button.png

- Wallet cant be created if its password doesnt meet complexity requirements IT7/6_104-I click the Create personal wallet button:

Wallet cant be created if its password doesnt meet complexity requirements IT7/6_104-I click the Create personal wallet button.png

- Wallet cant be created if its password doesnt meet complexity requirements IT7/7_104-I should see Invalid Password error message:

Wallet cant be created if its password doesnt meet complexity requirements IT7/7_104-I should see Invalid Password error message.png

- Wallet cant be created if its password doesnt meet complexity requirements IT7/3_104-I click the create button:

Wallet cant be created if its password doesnt meet complexity requirements IT7/3_104-I click the create button.png

- Wallet cant be restored without entering password IT26/3_102-I click the restore button:

Wallet cant be restored without entering password IT26/3_102-I click the restore button.png

- Wallet cant be restored without entering password IT26/8_102-I click the Restore Wallet button:

Wallet cant be restored without entering password IT26/8_102-I click the Restore Wallet button.png

- User can send all funds from one Yoroi wallet to another/12_113-I should see the summary screen:

User can send all funds from one Yoroi wallet to another/12_113-I should see the summary screen.png

- User can send all funds from one Yoroi wallet to another/8_113-I click on the next button in the wallet send form:

User can send all funds from one Yoroi wallet to another/8_113-I click on the next button in the wallet send form.png

- User can send all funds from one Yoroi wallet to another/5_113-I click on Send all my ADA checkbox:

User can send all funds from one Yoroi wallet to another/5_113-I click on Send all my ADA checkbox.png

- User can send all funds from one Yoroi wallet to another/9_113-I see send money confirmation dialog:

User can send all funds from one Yoroi wallet to another/9_113-I see send money confirmation dialog.png

- Ensure user can not add more than 15 words to the Yoroi Wallet Recovery Phrase IT71/3_144-I click the restore button:

Ensure user can not add more than 15 words to the Yoroi Wallet Recovery Phrase IT71/3_144-I click the restore button.png

- Generate a new receive address IT17/6_16-I should see the addresses exactly list them:

Generate a new receive address IT17/6_16-I should see the addresses exactly list them.png

- Generate a new receive address IT17/4_16-I click on the Generate new address button:

Generate a new receive address IT17/4_16-I click on the Generate new address button.png

- Generate a new receive address IT17/5_16-I should see my latest address at the top:

Generate a new receive address IT17/5_16-I should see my latest address at the top.png

@rnd-at-emurgo
Copy link

E2E _firefox_ screenshots differences between 'PR511-4185b97' and base branch 'develop'

- User redeems Force vended PDF certificate/5_56-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Force vended PDF certificate/5_56-I click on ada redemption choices tab.png

- Check content of successful transaction IT56/3_23-I see the transactions summary:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Check content of successful transaction IT56/3_23-I see the transactions summary.png

- Wallet access after browser restart IT9/3_21-I click the create button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet access after browser restart IT9/3_21-I click the create button.png

- Wallet access after browser restart IT9/11_21-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet access after browser restart IT9/11_21-I should see the opened wallet with name .png

- Wallet access after browser restart IT9/9_21-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet access after browser restart IT9/9_21-I should see the opened wallet with name .png

- User cant change password without filling Password repeat field IT40/5_131-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password without filling Password repeat field IT40/5_131-I click on the password label.png

- User cant change password without filling Password repeat field IT40/4_131-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password without filling Password repeat field IT40/4_131-I click on secondary menu item.png

- User cant change password without filling Password repeat field IT40/6_131-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password without filling Password repeat field IT40/6_131-I should see the wallet password dialog.png

- User cant change password without filling Password repeat field IT40/11_131-I should see Doesnt match error message:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password without filling Password repeat field IT40/11_131-I should see Doesnt match error message.png

- User is able to change spending password IT94/5_55-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User is able to change spending password IT94/5_55-I click on secondary menu item.png

- User is able to change spending password IT94/19_55-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User is able to change spending password IT94/19_55-I should see the summary screen.png

- User is able to change spending password IT94/7_55-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User is able to change spending password IT94/7_55-I should see the wallet password dialog.png

- User is able to change spending password IT94/6_55-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User is able to change spending password IT94/6_55-I click on the password label.png

- Wallet renaming IT8/4_95-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_95-I click on secondary menu item.png

- Wallet renaming IT8/4_97-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_97-I click on secondary menu item.png

- Wallet renaming IT8/4_93-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_93-I click on secondary menu item.png

- Wallet renaming IT8/4_96-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_96-I click on secondary menu item.png

- Wallet renaming IT8/4_94-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_94-I click on secondary menu item.png

- Wallet renaming IT8/4_92-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_92-I click on secondary menu item.png

- User cant send more funds than he has IT47/6_83-I should see a not enough ada error:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant send more funds than he has IT47/6_83-I should see a not enough ada error.png

- User can send a tx after invalid password attempt IT60/15_200-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send a tx after invalid password attempt IT60/15_200-I should see the summary screen.png

- Ensure user can hide used Addresses under Receive tab IT22/4_36-I click on the Generate new address button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can hide used Addresses under Receive tab IT22/4_36-I click on the Generate new address button.png

- Ensure user can hide used Addresses under Receive tab IT22/6_36-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can hide used Addresses under Receive tab IT22/6_36-I should see the addresses exactly list them.png

- Ensure user can hide used Addresses under Receive tab IT22/5_36-I click on the Hide used addresses button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can hide used Addresses under Receive tab IT22/5_36-I click on the Hide used addresses button.png

- User cant create more than 20 consecutive unused addresses IT49/6_25-I should see an error about max unused addresses:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant create more than 20 consecutive unused addresses IT49/6_25-I should see an error about max unused addresses.png

- User cant create more than 20 consecutive unused addresses IT49/5_25-I click on the Generate new address button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant create more than 20 consecutive unused addresses IT49/5_25-I click on the Generate new address button.png

- User cant create more than 20 consecutive unused addresses IT49/4_25-I click on the Generate new address button 09 times:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant create more than 20 consecutive unused addresses IT49/4_25-I click on the Generate new address button 09 times.png

- Display warning if wallet changes during send screen IT59/8_223-I should see a warning block:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Display warning if wallet changes during send screen IT59/8_223-I should see a warning block.png

- User cant change the password without entering old password IT14/4_117-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change the password without entering old password IT14/4_117-I click on secondary menu item.png

- User cant change the password without entering old password IT14/5_117-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change the password without entering old password IT14/5_117-I click on the password label.png

- User cant change the password without entering old password IT14/6_117-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change the password without entering old password IT14/6_117-I should see the wallet password dialog.png

- Successfully restoring a simple wallet/13_37-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Successfully restoring a simple wallet/13_37-I should see the addresses exactly list them.png

- Successfully restoring a simple wallet/8_37-I should see a plate :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Successfully restoring a simple wallet/8_37-I should see a plate .png

- Successfully restoring a simple wallet/10_37-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Successfully restoring a simple wallet/10_37-I should see the opened wallet with name .png

- User tries to redeem manually entered Regular invalid redemption key/6_26-I should see invalid redemption key message:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User tries to redeem manually entered Regular invalid redemption key/6_26-I should see invalid redemption key message.png

- Try to make a transactions from the empty wallet IT89/5_167-I should see a not enough ada error:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Try to make a transactions from the empty wallet IT89/5_167-I should see a not enough ada error.png

- Open the tx history of a simple wallet IT102/3_15-I see the transactions summary:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a simple wallet IT102/3_15-I see the transactions summary.png

- Open the tx history of a simple wallet IT102/4_15-I should see that the number of transactions is :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a simple wallet IT102/4_15-I should see that the number of transactions is .png

- Open the tx history of a simple wallet IT102/5_15-I should see transactions:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a simple wallet IT102/5_15-I should see transactions.png

- Open the tx history of a simple wallet IT102/6_15-I should see transactions:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a simple wallet IT102/6_15-I should see transactions.png

- Restoring an empty wallet IT6/10_9-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Restoring an empty wallet IT6/10_9-I should see the opened wallet with name .png

- Restoring an empty wallet IT6/12_9-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Restoring an empty wallet IT6/12_9-I should see the addresses exactly list them.png

- Yoroi Settings Screen Terms of Use in Default EnglishIT3/4_157-I should see the Terms of use screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Yoroi Settings Screen Terms of Use in Default EnglishIT3/4_157-I should see the Terms of use screen.png

- Yoroi Settings Screen Terms of Use in Default EnglishIT3/3_157-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Yoroi Settings Screen Terms of Use in Default EnglishIT3/3_157-I click on secondary menu item.png

- Ensure that wallet addresses are restored correctly IT86/13_58-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure that wallet addresses are restored correctly IT86/13_58-I should see the addresses exactly list them.png

- Ensure that wallet addresses are restored correctly IT86/10_58-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure that wallet addresses are restored correctly IT86/10_58-I should see the opened wallet with name .png

- Wallet creation IT5/3_9-I click the create button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet creation IT5/3_9-I click the create button.png

- Wallet creation IT5/9_9-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet creation IT5/9_9-I should see the opened wallet with name .png

- Check content of pending transaction IT57/3_29-I see the transactions summary:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Check content of pending transaction IT57/3_29-I see the transactions summary.png

- Open the tx history of an already loaded wallet IT105/5_55-I see the transactions summary:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of an already loaded wallet IT105/5_55-I see the transactions summary.png

- Open the tx history of an already loaded wallet IT105/6_55-I should see that the number of transactions is :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of an already loaded wallet IT105/6_55-I should see that the number of transactions is .png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/9_35-I click Clear button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/9_35-I click Clear button.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/10_35-I see All selected words are cleared:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/10_35-I see All selected words are cleared.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/3_89-I click the create button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet cant be created if wallet name doesnt meet requirements IT16/3_89-I click the create button.png

- User redeems manually entered Force vended redemption key/5_47-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems manually entered Force vended redemption key/5_47-I click on ada redemption choices tab.png

- User redeems Force vended encrypted PDF certificate/5_66-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Force vended encrypted PDF certificate/5_66-I click on ada redemption choices tab.png

- Password should be casesensitive Wallet password changing IT91/6_74-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/6_74-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/4_75-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/4_75-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/4_74-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/4_74-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/5_73-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/5_73-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/6_75-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/6_75-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/5_74-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/5_74-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/4_73-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/4_73-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/6_73-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/6_73-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/5_75-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/5_75-I click on the password label.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/8_83-I should see a plate :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/8_83-I should see a plate .png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/12_83-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/12_83-I should see the addresses exactly list them.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/10_83-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/10_83-I should see the opened wallet with name .png

- User cant change password if it doesnt meet complexity requirements IT12/4_23-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password if it doesnt meet complexity requirements IT12/4_23-I click on secondary menu item.png

- User cant change password if it doesnt meet complexity requirements IT12/6_23-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password if it doesnt meet complexity requirements IT12/6_23-I should see the wallet password dialog.png

- User cant change password if it doesnt meet complexity requirements IT12/5_23-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password if it doesnt meet complexity requirements IT12/5_23-I click on the password label.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/4_114-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/4_114-I click on secondary menu item.png

- Paper wallet creation IT77/15_175-I should see two addresses displayed:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Paper wallet creation IT77/15_175-I should see two addresses displayed.png

- Paper wallet creation IT77/3_175-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Paper wallet creation IT77/3_175-I click on secondary menu item.png

- Paper wallet creation IT77/14_175-I click then button labeled :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Paper wallet creation IT77/14_175-I click then button labeled .png

- Yoroi Settings Screen Support IT4/3_169-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Yoroi Settings Screen Support IT4/3_169-I click on secondary menu item.png

- Yoroi Settings Screen Support IT4/4_169-I should see support screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Yoroi Settings Screen Support IT4/4_169-I should see support screen.png

- Latest address should be displayed at the top IT106/4_9-I should see my latest address at the top:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Latest address should be displayed at the top IT106/4_9-I should see my latest address at the top.png

- Latest address should be displayed at the top IT106/5_9-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Latest address should be displayed at the top IT106/5_9-I should see the addresses exactly list them.png

- User redeems Recovery regular encrypted PDF certificate/10_87-I should see the Ada Redemption Success Overlay and close the dialogue:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery regular encrypted PDF certificate/10_87-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery regular encrypted PDF certificate/5_87-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery regular encrypted PDF certificate/5_87-I click on ada redemption choices tab.png

- User redeems Recovery regular encrypted PDF certificate/11_87-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery regular encrypted PDF certificate/11_87-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/5_112-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/5_112-I click on ada redemption choices tab.png

- User redeems Recovery force vended encrypted PDF certificate/11_111-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/11_111-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/10_110-I should see the Ada Redemption Success Overlay and close the dialogue:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/10_110-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/10_111-I should see the Ada Redemption Success Overlay and close the dialogue:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/10_111-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/10_112-I should see the Ada Redemption Success Overlay and close the dialogue:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/10_112-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/5_110-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/5_110-I click on ada redemption choices tab.png

- User redeems Recovery force vended encrypted PDF certificate/5_111-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/5_111-I click on ada redemption choices tab.png

- User redeems Recovery force vended encrypted PDF certificate/11_112-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/11_112-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/11_110-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/11_110-I should see the summary screen.png

- Open the tx history of a complex wallet IT103/4_41-I should see that the number of transactions is :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a complex wallet IT103/4_41-I should see that the number of transactions is .png

- Open the tx history of a complex wallet IT103/5_41-I should see transactions:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a complex wallet IT103/5_41-I should see transactions.png

- User can send funds from one Yoroi wallet to another IT54/12_28-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send funds from one Yoroi wallet to another IT54/12_28-I should see the summary screen.png

- User can send funds from one Yoroi wallet to another IT54/12_27-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send funds from one Yoroi wallet to another IT54/12_27-I should see the summary screen.png

- User can send funds from one Yoroi wallet to another IT54/12_29-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send funds from one Yoroi wallet to another IT54/12_29-I should see the summary screen.png

- Wallet settings tab isnt active if wallet is not created IT23/4_163-I should see secondary menu item disabled:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet settings tab isnt active if wallet is not created IT23/4_163-I should see secondary menu item disabled.png

- Main Screen Tabs Switching IT15/6_13-I should see the Receive screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Main Screen Tabs Switching IT15/6_13-I should see the Receive screen.png

- Open the tx history of a wallet with a big input tx IT104/3_48-I see the transactions summary:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a wallet with a big input tx IT104/3_48-I see the transactions summary.png

- Open the tx history of a wallet with a big input tx IT104/5_48-I should see transactions:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a wallet with a big input tx IT104/5_48-I should see transactions.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/5_33-I click on copy to clipboard button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/5_33-I click on copy to clipboard button.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/4_33-I should see the Receive screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/4_33-I should see the Receive screen.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/6_33-I should see You have successfully copied wallet address pop up:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/6_33-I should see You have successfully copied wallet address pop up.png

- User redeems manually entered Paper vended shielded vending key and passphrase/10_77-I should see the Ada Redemption Success Overlay and close the dialogue:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems manually entered Paper vended shielded vending key and passphrase/10_77-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems manually entered Paper vended shielded vending key and passphrase/5_77-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems manually entered Paper vended shielded vending key and passphrase/5_77-I click on ada redemption choices tab.png

- Ensure every generated wallet address is unique IT34/5_31-I see every generated address is unique:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure every generated wallet address is unique IT34/5_31-I see every generated address is unique.png

- Ensure every generated wallet address is unique IT34/4_31-I click on the Generate new address button 09 times:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure every generated wallet address is unique IT34/4_31-I click on the Generate new address button 09 times.png

- Restoring a paper wallet IT72/11_147-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Restoring a paper wallet IT72/11_147-I should see the opened wallet with name .png

- Restoring a paper wallet IT72/13_147-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Restoring a paper wallet IT72/13_147-I should see the addresses exactly list them.png

- Display warning if wallet changes during confirmation IT59/17_176-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Display warning if wallet changes during confirmation IT59/17_176-I should see the summary screen.png

- Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/6_28-I delete recovery phrase by clicking x signs:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/6_28-I delete recovery phrase by clicking x signs.png

- User can send all funds from one Yoroi wallet to another/12_113-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send all funds from one Yoroi wallet to another/12_113-I should see the summary screen.png

- Generate a new receive address IT17/6_16-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Generate a new receive address IT17/6_16-I should see the addresses exactly list them.png

- Generate a new receive address IT17/4_16-I click on the Generate new address button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Generate a new receive address IT17/4_16-I click on the Generate new address button.png

- Generate a new receive address IT17/5_16-I should see my latest address at the top:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Generate a new receive address IT17/5_16-I should see my latest address at the top.png

@rnd-at-emurgo
Copy link

Complete E2E _firefox_ screenshots collection for 'PR511-4185b97'

- User redeems Force vended PDF certificate/9_56-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Force vended PDF certificate/9_56-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Force vended PDF certificate/10_56-I should see the summary screen:

User redeems Force vended PDF certificate/10_56-I should see the summary screen.png

- User redeems Force vended PDF certificate/5_56-I click on ada redemption choices tab:

User redeems Force vended PDF certificate/5_56-I click on ada redemption choices tab.png

- User cant restore Daedalus wallet in Yoroi if Yoroi wallet is not created IT30/4_43-I see transactions buttons are disabled:

User cant restore Daedalus wallet in Yoroi if Yoroi wallet is not created IT30/4_43-I see transactions buttons are disabled.png

- Check content of successful transaction IT56/3_23-I see the transactions summary:

Check content of successful transaction IT56/3_23-I see the transactions summary.png

- Wallet access after browser restart IT9/3_21-I click the create button:

Wallet access after browser restart IT9/3_21-I click the create button.png

- Wallet access after browser restart IT9/6_21-I click the Create personal wallet button:

Wallet access after browser restart IT9/6_21-I click the Create personal wallet button.png

- Wallet access after browser restart IT9/11_21-I should see the opened wallet with name :

Wallet access after browser restart IT9/11_21-I should see the opened wallet with name .png

- Wallet access after browser restart IT9/9_21-I should see the opened wallet with name :

Wallet access after browser restart IT9/9_21-I should see the opened wallet with name .png

- User cant change password without filling Password repeat field IT40/5_131-I click on the password label:

User cant change password without filling Password repeat field IT40/5_131-I click on the password label.png

- User cant change password without filling Password repeat field IT40/4_131-I click on secondary menu item:

User cant change password without filling Password repeat field IT40/4_131-I click on secondary menu item.png

- User cant change password without filling Password repeat field IT40/6_131-I should see the wallet password dialog:

User cant change password without filling Password repeat field IT40/6_131-I should see the wallet password dialog.png

- User cant change password without filling Password repeat field IT40/11_131-I should see Doesnt match error message:

User cant change password without filling Password repeat field IT40/11_131-I should see Doesnt match error message.png

- Terms of Use are not accepted if user didnt confirm it and closereload the browser page IT51/4_14-I click on I agree with the terms of use checkbox:

Terms of Use are not accepted if user didnt confirm it and closereload the browser page IT51/4_14-I click on I agree with the terms of use checkbox.png

- Yoroi Wallet Home Button Test IT21/5_23-I should see the transactions screen:

Yoroi Wallet Home Button Test IT21/5_23-I should see the transactions screen.png

- Yoroi Wallet Home Button Test IT21/8_23-I should see the transactions screen:

Yoroi Wallet Home Button Test IT21/8_23-I should see the transactions screen.png

- User is able to change spending password IT94/5_55-I click on secondary menu item:

User is able to change spending password IT94/5_55-I click on secondary menu item.png

- User is able to change spending password IT94/19_55-I should see the summary screen:

User is able to change spending password IT94/19_55-I should see the summary screen.png

- User is able to change spending password IT94/7_55-I should see the wallet password dialog:

User is able to change spending password IT94/7_55-I should see the wallet password dialog.png

- User is able to change spending password IT94/15_55-I click on the next button in the wallet send form:

User is able to change spending password IT94/15_55-I click on the next button in the wallet send form.png

- User is able to change spending password IT94/6_55-I click on the password label:

User is able to change spending password IT94/6_55-I click on the password label.png

- User is able to change spending password IT94/16_55-I see send money confirmation dialog:

User is able to change spending password IT94/16_55-I see send money confirmation dialog.png

- Wallet restoration Recovery Phrase test IT70/9_132-I should see an Invalid recovery phrase error message:

Wallet restoration Recovery Phrase test IT70/9_132-I should see an Invalid recovery phrase error message.png

- Wallet restoration Recovery Phrase test IT70/3_132-I click the restore button:

Wallet restoration Recovery Phrase test IT70/3_132-I click the restore button.png

- Wallet restoration Recovery Phrase test IT70/7_132-I click the Restore Wallet button:

Wallet restoration Recovery Phrase test IT70/7_132-I click the Restore Wallet button.png

- Wallet renaming IT8/5_93-I click on name input field:

Wallet renaming IT8/5_93-I click on name input field.png

- Wallet renaming IT8/9_95-I should see new wallet name :

Wallet renaming IT8/9_95-I should see new wallet name .png

- Wallet renaming IT8/9_94-I should see new wallet name :

Wallet renaming IT8/9_94-I should see new wallet name .png

- Wallet renaming IT8/9_92-I should see new wallet name :

Wallet renaming IT8/9_92-I should see new wallet name .png

- Wallet renaming IT8/4_95-I click on secondary menu item:

Wallet renaming IT8/4_95-I click on secondary menu item.png

- Wallet renaming IT8/9_96-I should see new wallet name :

Wallet renaming IT8/9_96-I should see new wallet name .png

- Wallet renaming IT8/4_97-I click on secondary menu item:

Wallet renaming IT8/4_97-I click on secondary menu item.png

- Wallet renaming IT8/7_93-I click outside name input field:

Wallet renaming IT8/7_93-I click outside name input field.png

- Wallet renaming IT8/7_94-I click outside name input field:

Wallet renaming IT8/7_94-I click outside name input field.png

- Wallet renaming IT8/4_93-I click on secondary menu item:

Wallet renaming IT8/4_93-I click on secondary menu item.png

- Wallet renaming IT8/7_96-I click outside name input field:

Wallet renaming IT8/7_96-I click outside name input field.png

- Wallet renaming IT8/9_97-I should see new wallet name :

Wallet renaming IT8/9_97-I should see new wallet name .png

- Wallet renaming IT8/7_95-I click outside name input field:

Wallet renaming IT8/7_95-I click outside name input field.png

- Wallet renaming IT8/5_95-I click on name input field:

Wallet renaming IT8/5_95-I click on name input field.png

- Wallet renaming IT8/7_92-I click outside name input field:

Wallet renaming IT8/7_92-I click outside name input field.png

- Wallet renaming IT8/9_93-I should see new wallet name :

Wallet renaming IT8/9_93-I should see new wallet name .png

- Wallet renaming IT8/5_92-I click on name input field:

Wallet renaming IT8/5_92-I click on name input field.png

- Wallet renaming IT8/4_96-I click on secondary menu item:

Wallet renaming IT8/4_96-I click on secondary menu item.png

- Wallet renaming IT8/7_97-I click outside name input field:

Wallet renaming IT8/7_97-I click outside name input field.png

- Wallet renaming IT8/4_94-I click on secondary menu item:

Wallet renaming IT8/4_94-I click on secondary menu item.png

- Wallet renaming IT8/5_96-I click on name input field:

Wallet renaming IT8/5_96-I click on name input field.png

- Wallet renaming IT8/5_97-I click on name input field:

Wallet renaming IT8/5_97-I click on name input field.png

- Wallet renaming IT8/5_94-I click on name input field:

Wallet renaming IT8/5_94-I click on name input field.png

- Wallet renaming IT8/4_92-I click on secondary menu item:

Wallet renaming IT8/4_92-I click on secondary menu item.png

- User cant send more funds than he has IT47/6_83-I should see a not enough ada error:

User cant send more funds than he has IT47/6_83-I should see a not enough ada error.png

- CONFIRM TRANSACTION Pop up displays properly IT48/8_69-I see CONFIRM TRANSACTION Pop up:

CONFIRM TRANSACTION Pop up displays properly IT48/8_69-I see CONFIRM TRANSACTION Pop up.png

- CONFIRM TRANSACTION Pop up displays properly IT48/7_69-I click on the next button in the wallet send form:

CONFIRM TRANSACTION Pop up displays properly IT48/7_69-I click on the next button in the wallet send form.png

- User can send a tx after invalid password attempt IT60/8_200-I see send money confirmation dialog:

User can send a tx after invalid password attempt IT60/8_200-I see send money confirmation dialog.png

- User can send a tx after invalid password attempt IT60/15_200-I should see the summary screen:

User can send a tx after invalid password attempt IT60/15_200-I should see the summary screen.png

- User can send a tx after invalid password attempt IT60/7_200-I click on the next button in the wallet send form:

User can send a tx after invalid password attempt IT60/7_200-I click on the next button in the wallet send form.png

- User can send a tx after invalid password attempt IT60/11_200-I should see an incorrect wallet password error message:

User can send a tx after invalid password attempt IT60/11_200-I should see an incorrect wallet password error message.png

- Ensure user can hide used Addresses under Receive tab IT22/4_36-I click on the Generate new address button:

Ensure user can hide used Addresses under Receive tab IT22/4_36-I click on the Generate new address button.png

- Ensure user can hide used Addresses under Receive tab IT22/6_36-I should see the addresses exactly list them:

Ensure user can hide used Addresses under Receive tab IT22/6_36-I should see the addresses exactly list them.png

- Ensure user can hide used Addresses under Receive tab IT22/5_36-I click on the Hide used addresses button:

Ensure user can hide used Addresses under Receive tab IT22/5_36-I click on the Hide used addresses button.png

- Daedalus transfer fails when user type invalid mnemonic phrase IT99/4_9-I click on the transfer funds from Daedalus button:

Daedalus transfer fails when user type invalid mnemonic phrase IT99/4_9-I click on the transfer funds from Daedalus button.png

- Daedalus transfer fails when user type invalid mnemonic phrase IT99/7_9-I should see an Invalid recovery phrase error message:

Daedalus transfer fails when user type invalid mnemonic phrase IT99/7_9-I should see an Invalid recovery phrase error message.png

- User redeems manually entered Regular redemption key/9_17-I should see the summary screen:

User redeems manually entered Regular redemption key/9_17-I should see the summary screen.png

- User redeems manually entered Regular redemption key/8_17-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems manually entered Regular redemption key/8_17-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User tries to redeem ada and receives an invalid signature error from the server/8_115-I should see an error message saying that ADA could not be redeemed correctly:

User tries to redeem ada and receives an invalid signature error from the server/8_115-I should see an error message saying that ADA could not be redeemed correctly.png

- User cant create more than 20 consecutive unused addresses IT49/6_25-I should see an error about max unused addresses:

User cant create more than 20 consecutive unused addresses IT49/6_25-I should see an error about max unused addresses.png

- User cant create more than 20 consecutive unused addresses IT49/5_25-I click on the Generate new address button:

User cant create more than 20 consecutive unused addresses IT49/5_25-I click on the Generate new address button.png

- User cant create more than 20 consecutive unused addresses IT49/4_25-I click on the Generate new address button 09 times:

User cant create more than 20 consecutive unused addresses IT49/4_25-I click on the Generate new address button 09 times.png

- Ensure user can send a tx from a URI link IT108/5_21-I should see a dialog with the transaction details:

Ensure user can send a tx from a URI link IT108/5_21-I should see a dialog with the transaction details.png

- Ensure user can send a tx from a URI link IT108/4_21-I should see and accept a warning dialog:

Ensure user can send a tx from a URI link IT108/4_21-I should see and accept a warning dialog.png

- Display warning if wallet changes during send screen IT59/8_223-I should see a warning block:

Display warning if wallet changes during send screen IT59/8_223-I should see a warning block.png

- Daedalustransfer page buttons test IT37/8_75-I click the back button:

Daedalustransfer page buttons test IT37/8_75-I click the back button.png

- Daedalustransfer page buttons test IT37/5_75-I click on the transfer funds from Daedalus button:

Daedalustransfer page buttons test IT37/5_75-I click on the transfer funds from Daedalus button.png

- Daedalustransfer page buttons test IT37/7_75-I should see This field is required error message:

Daedalustransfer page buttons test IT37/7_75-I should see This field is required error message.png

- Daedalustransfer page buttons test IT37/6_75-I click next button on the Daedalus transfer page:

Daedalustransfer page buttons test IT37/6_75-I click next button on the Daedalus transfer page.png

- Daedalustransfer page buttons test IT37/9_75-I see all necessary elements on TRANSFER FUNDS FROM DAEDALUS screen:

Daedalustransfer page buttons test IT37/9_75-I see all necessary elements on TRANSFER FUNDS FROM DAEDALUS screen.png

- User accepts Daedalus Redemption Disclaimer/5_9-I click on the Ive understood the information above checkbox:

User accepts Daedalus Redemption Disclaimer/5_9-I click on the Ive understood the information above checkbox.png

- User accepts Daedalus Redemption Disclaimer/4_9-I see the Daedalus Redemption Disclaimer overlay:

User accepts Daedalus Redemption Disclaimer/4_9-I see the Daedalus Redemption Disclaimer overlay.png

- User accepts Daedalus Redemption Disclaimer/6_9-I click on the Continue button:

User accepts Daedalus Redemption Disclaimer/6_9-I click on the Continue button.png

- User cant change the password without entering old password IT14/4_117-I click on secondary menu item:

User cant change the password without entering old password IT14/4_117-I click on secondary menu item.png

- User cant change the password without entering old password IT14/5_117-I click on the password label:

User cant change the password without entering old password IT14/5_117-I click on the password label.png

- User cant change the password without entering old password IT14/6_117-I should see the wallet password dialog:

User cant change the password without entering old password IT14/6_117-I should see the wallet password dialog.png

- Successfully restoring a simple wallet/3_37-I click the restore button:

Successfully restoring a simple wallet/3_37-I click the restore button.png

- Successfully restoring a simple wallet/13_37-I should see the addresses exactly list them:

Successfully restoring a simple wallet/13_37-I should see the addresses exactly list them.png

- Successfully restoring a simple wallet/8_37-I should see a plate :

Successfully restoring a simple wallet/8_37-I should see a plate .png

- Successfully restoring a simple wallet/7_37-I click the Restore Wallet button:

Successfully restoring a simple wallet/7_37-I click the Restore Wallet button.png

- Successfully restoring a simple wallet/10_37-I should see the opened wallet with name :

Successfully restoring a simple wallet/10_37-I should see the opened wallet with name .png

- Successfully restoring a simple wallet/9_37-I click the next button:

Successfully restoring a simple wallet/9_37-I click the next button.png

- User tries to redeem manually entered Regular invalid redemption key/6_26-I should see invalid redemption key message:

User tries to redeem manually entered Regular invalid redemption key/6_26-I should see invalid redemption key message.png

- Ensure user can not add more than 12 words to the Daedalus recovery phrase IT35/4_30-I click on the transfer funds from Daedalus button:

Ensure user can not add more than 12 words to the Daedalus recovery phrase IT35/4_30-I click on the transfer funds from Daedalus button.png

- Get balance with many addresses/3_8-I should see the balance number :

Get balance with many addresses/3_8-I should see the balance number .png

- Wallet cant be created without entering password IT24/3_48-I click the create button:

Wallet cant be created without entering password IT24/3_48-I click the create button.png

- Wallet cant be created without entering password IT24/7_48-I click the Create personal wallet button:

Wallet cant be created without entering password IT24/7_48-I click the Create personal wallet button.png

- Ensure user can generate a wallet URI and copy it to clipboard IT107/7_9-I should see the URI displayed in a new dialog:

Ensure user can generate a wallet URI and copy it to clipboard IT107/7_9-I should see the URI displayed in a new dialog.png

- Ensure user can generate a wallet URI and copy it to clipboard IT107/5_9-I click on generate payment URL button:

Ensure user can generate a wallet URI and copy it to clipboard IT107/5_9-I click on generate payment URL button.png

- Ensure user can generate a wallet URI and copy it to clipboard IT107/4_9-I should see the Receive screen:

Ensure user can generate a wallet URI and copy it to clipboard IT107/4_9-I should see the Receive screen.png

- Ensure user can generate a wallet URI and copy it to clipboard IT107/9_9-I should see URL successfully copied notification:

Ensure user can generate a wallet URI and copy it to clipboard IT107/9_9-I should see URL successfully copied notification.png

- Ensure user can generate a wallet URI and copy it to clipboard IT107/8_9-I click on the copy to clipboard icon:

Ensure user can generate a wallet URI and copy it to clipboard IT107/8_9-I click on the copy to clipboard icon.png

- Invalid URI leads user to warning dialog IT109/4_33-I should see an invalid URI dialog:

Invalid URI leads user to warning dialog IT109/4_33-I should see an invalid URI dialog.png

- Try to make a transactions from the empty wallet IT89/5_167-I should see a not enough ada error:

Try to make a transactions from the empty wallet IT89/5_167-I should see a not enough ada error.png

- User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/10_41-I should see the summary screen:

User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/10_41-I should see the summary screen.png

- User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/5_41-I click on the transfer funds from Daedalus button:

User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/5_41-I click on the transfer funds from Daedalus button.png

- Open the tx history of a simple wallet IT102/3_15-I see the transactions summary:

Open the tx history of a simple wallet IT102/3_15-I see the transactions summary.png

- Open the tx history of a simple wallet IT102/4_15-I should see that the number of transactions is :

Open the tx history of a simple wallet IT102/4_15-I should see that the number of transactions is .png

- Open the tx history of a simple wallet IT102/5_15-I should see transactions:

Open the tx history of a simple wallet IT102/5_15-I should see transactions.png

- Open the tx history of a simple wallet IT102/6_15-I should see transactions:

Open the tx history of a simple wallet IT102/6_15-I should see transactions.png

- Restoring an empty wallet IT6/8_9-I should see a plate :

Restoring an empty wallet IT6/8_9-I should see a plate .png

- Restoring an empty wallet IT6/10_9-I should see the opened wallet with name :

Restoring an empty wallet IT6/10_9-I should see the opened wallet with name .png

- Restoring an empty wallet IT6/12_9-I should see the addresses exactly list them:

Restoring an empty wallet IT6/12_9-I should see the addresses exactly list them.png

- Restoring an empty wallet IT6/3_9-I click the restore button:

Restoring an empty wallet IT6/3_9-I click the restore button.png

- Restoring an empty wallet IT6/9_9-I click the next button:

Restoring an empty wallet IT6/9_9-I click the next button.png

- Restoring an empty wallet IT6/7_9-I click the Restore Wallet button:

Restoring an empty wallet IT6/7_9-I click the Restore Wallet button.png

- Yoroi Settings Screen Terms of Use in Default EnglishIT3/4_157-I should see the Terms of use screen:

Yoroi Settings Screen Terms of Use in Default EnglishIT3/4_157-I should see the Terms of use screen.png

- Yoroi Settings Screen Terms of Use in Default EnglishIT3/3_157-I click on secondary menu item:

Yoroi Settings Screen Terms of Use in Default EnglishIT3/3_157-I click on secondary menu item.png

- Wallet restoration Recovery Phrase with less than 15 words IT73/3_178-I click the restore button:

Wallet restoration Recovery Phrase with less than 15 words IT73/3_178-I click the restore button.png

- Wallet restoration Recovery Phrase with less than 15 words IT73/6_178-I should see an X words left error message:

Wallet restoration Recovery Phrase with less than 15 words IT73/6_178-I should see an X words left error message.png

- Ensure that wallet addresses are restored correctly IT86/13_58-I should see the addresses exactly list them:

Ensure that wallet addresses are restored correctly IT86/13_58-I should see the addresses exactly list them.png

- Ensure that wallet addresses are restored correctly IT86/9_58-I click the next button:

Ensure that wallet addresses are restored correctly IT86/9_58-I click the next button.png

- Ensure that wallet addresses are restored correctly IT86/3_58-I click the restore button:

Ensure that wallet addresses are restored correctly IT86/3_58-I click the restore button.png

- Ensure that wallet addresses are restored correctly IT86/10_58-I should see the opened wallet with name :

Ensure that wallet addresses are restored correctly IT86/10_58-I should see the opened wallet with name .png

- Ensure that wallet addresses are restored correctly IT86/7_58-I click the Restore Wallet button:

Ensure that wallet addresses are restored correctly IT86/7_58-I click the Restore Wallet button.png

- Ensure that wallet addresses are restored correctly IT86/8_58-I should see a plate :

Ensure that wallet addresses are restored correctly IT86/8_58-I should see a plate .png

- User cant send funds with incorrect Spending password IT42/8_133-I see send money confirmation dialog:

User cant send funds with incorrect Spending password IT42/8_133-I see send money confirmation dialog.png

- User cant send funds with incorrect Spending password IT42/7_133-I click on the next button in the wallet send form:

User cant send funds with incorrect Spending password IT42/7_133-I click on the next button in the wallet send form.png

- User cant send funds with incorrect Spending password IT42/11_133-I should see an incorrect wallet password error message:

User cant send funds with incorrect Spending password IT42/11_133-I should see an incorrect wallet password error message.png

- Wallet creation IT5/3_9-I click the create button:

Wallet creation IT5/3_9-I click the create button.png

- Wallet creation IT5/6_9-I click the Create personal wallet button:

Wallet creation IT5/6_9-I click the Create personal wallet button.png

- Wallet creation IT5/9_9-I should see the opened wallet with name :

Wallet creation IT5/9_9-I should see the opened wallet with name .png

- Check content of pending transaction IT57/3_29-I see the transactions summary:

Check content of pending transaction IT57/3_29-I see the transactions summary.png

- Spending Password should be casesensitive Transaction confirmation IT90/6_50-I click on the next button in the wallet send form:

Spending Password should be casesensitive Transaction confirmation IT90/6_50-I click on the next button in the wallet send form.png

- Spending Password should be casesensitive Transaction confirmation IT90/10_50-I should see an incorrect wallet password error message:

Spending Password should be casesensitive Transaction confirmation IT90/10_50-I should see an incorrect wallet password error message.png

- Spending Password should be casesensitive Transaction confirmation IT90/7_51-I see send money confirmation dialog:

Spending Password should be casesensitive Transaction confirmation IT90/7_51-I see send money confirmation dialog.png

- Spending Password should be casesensitive Transaction confirmation IT90/6_51-I click on the next button in the wallet send form:

Spending Password should be casesensitive Transaction confirmation IT90/6_51-I click on the next button in the wallet send form.png

- Spending Password should be casesensitive Transaction confirmation IT90/6_49-I click on the next button in the wallet send form:

Spending Password should be casesensitive Transaction confirmation IT90/6_49-I click on the next button in the wallet send form.png

- Spending Password should be casesensitive Transaction confirmation IT90/10_49-I should see an incorrect wallet password error message:

Spending Password should be casesensitive Transaction confirmation IT90/10_49-I should see an incorrect wallet password error message.png

- Spending Password should be casesensitive Transaction confirmation IT90/7_49-I see send money confirmation dialog:

Spending Password should be casesensitive Transaction confirmation IT90/7_49-I see send money confirmation dialog.png

- Spending Password should be casesensitive Transaction confirmation IT90/7_50-I see send money confirmation dialog:

Spending Password should be casesensitive Transaction confirmation IT90/7_50-I see send money confirmation dialog.png

- Spending Password should be casesensitive Transaction confirmation IT90/10_51-I should see an incorrect wallet password error message:

Spending Password should be casesensitive Transaction confirmation IT90/10_51-I should see an incorrect wallet password error message.png

- Open the tx history of an already loaded wallet IT105/5_55-I see the transactions summary:

Open the tx history of an already loaded wallet IT105/5_55-I see the transactions summary.png

- Open the tx history of an already loaded wallet IT105/3_55-I see the transactions summary:

Open the tx history of an already loaded wallet IT105/3_55-I see the transactions summary.png

- Open the tx history of an already loaded wallet IT105/6_55-I should see that the number of transactions is :

Open the tx history of an already loaded wallet IT105/6_55-I should see that the number of transactions is .png

- User cant send funds to the invalid address IT46/6_72-I should see an invalid address error:

User cant send funds to the invalid address IT46/6_72-I should see an invalid address error.png

- Users will be presented with a security warning prior to seed creation IT27/3_59-I click the create button:

Users will be presented with a security warning prior to seed creation IT27/3_59-I click the create button.png

- Users will be presented with a security warning prior to seed creation IT27/7_59-I see the security warning prior:

Users will be presented with a security warning prior to seed creation IT27/7_59-I see the security warning prior.png

- Users will be presented with a security warning prior to seed creation IT27/6_59-I click the Create personal wallet button:

Users will be presented with a security warning prior to seed creation IT27/6_59-I click the Create personal wallet button.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/6_35-I click the Create personal wallet button:

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/6_35-I click the Create personal wallet button.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/9_35-I click Clear button:

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/9_35-I click Clear button.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/3_35-I click the create button:

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/3_35-I click the create button.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/10_35-I see All selected words are cleared:

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/10_35-I see All selected words are cleared.png

- User can transfer Daedalus funds to Yoroi using master key IT19/10_87-I should see the summary screen:

User can transfer Daedalus funds to Yoroi using master key IT19/10_87-I should see the summary screen.png

- User can transfer Daedalus funds to Yoroi using master key IT19/5_87-I click on the transfer funds from Daedalus master key button:

User can transfer Daedalus funds to Yoroi using master key IT19/5_87-I click on the transfer funds from Daedalus master key button.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/10_89-I click the Create personal wallet button:

Wallet cant be created if wallet name doesnt meet requirements IT16/10_89-I click the Create personal wallet button.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/12_89-I should see Wallet name requires at least 1 and at most 40 letters error message:

Wallet cant be created if wallet name doesnt meet requirements IT16/12_89-I should see Wallet name requires at least 1 and at most 40 letters error message.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/7_89-I click the Create personal wallet button:

Wallet cant be created if wallet name doesnt meet requirements IT16/7_89-I click the Create personal wallet button.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/3_89-I click the create button:

Wallet cant be created if wallet name doesnt meet requirements IT16/3_89-I click the create button.png

- Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/9_57-I should see Daedalus wallet without funds error message:

Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/9_57-I should see Daedalus wallet without funds error message.png

- Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/5_57-I click on the transfer funds from Daedalus button:

Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/5_57-I click on the transfer funds from Daedalus button.png

- Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/8_57-I should see an Error screen:

Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/8_57-I should see an Error screen.png

- User redeems manually entered Force vended redemption key/10_47-I should see the summary screen:

User redeems manually entered Force vended redemption key/10_47-I should see the summary screen.png

- User redeems manually entered Force vended redemption key/9_47-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems manually entered Force vended redemption key/9_47-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems manually entered Force vended redemption key/5_47-I click on ada redemption choices tab:

User redeems manually entered Force vended redemption key/5_47-I click on ada redemption choices tab.png

- User redeems Force vended encrypted PDF certificate/10_66-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Force vended encrypted PDF certificate/10_66-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Force vended encrypted PDF certificate/11_66-I should see the summary screen:

User redeems Force vended encrypted PDF certificate/11_66-I should see the summary screen.png

- User redeems Force vended encrypted PDF certificate/5_66-I click on ada redemption choices tab:

User redeems Force vended encrypted PDF certificate/5_66-I click on ada redemption choices tab.png

- Daedalus transfer should fail to recover wallet if connection was lost IT84/4_19-I click on the transfer funds from Daedalus button:

Daedalus transfer should fail to recover wallet if connection was lost IT84/4_19-I click on the transfer funds from Daedalus button.png

- Daedalus transfer should fail to recover wallet if connection was lost IT84/7_19-I should see an Error screen:

Daedalus transfer should fail to recover wallet if connection was lost IT84/7_19-I should see an Error screen.png

- Daedalus transfer should fail to recover wallet if connection was lost IT84/8_19-I should see Connection lost error message:

Daedalus transfer should fail to recover wallet if connection was lost IT84/8_19-I should see Connection lost error message.png

- Password should be casesensitive Wallet password changing IT91/9_75-I should see the following submit error messages:

Password should be casesensitive Wallet password changing IT91/9_75-I should see the following submit error messages.png

- Password should be casesensitive Wallet password changing IT91/6_74-I should see the wallet password dialog:

Password should be casesensitive Wallet password changing IT91/6_74-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/4_75-I click on secondary menu item:

Password should be casesensitive Wallet password changing IT91/4_75-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/9_73-I should see the following submit error messages:

Password should be casesensitive Wallet password changing IT91/9_73-I should see the following submit error messages.png

- Password should be casesensitive Wallet password changing IT91/4_74-I click on secondary menu item:

Password should be casesensitive Wallet password changing IT91/4_74-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/5_73-I click on the password label:

Password should be casesensitive Wallet password changing IT91/5_73-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/6_75-I should see the wallet password dialog:

Password should be casesensitive Wallet password changing IT91/6_75-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/5_74-I click on the password label:

Password should be casesensitive Wallet password changing IT91/5_74-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/4_73-I click on secondary menu item:

Password should be casesensitive Wallet password changing IT91/4_73-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/6_73-I should see the wallet password dialog:

Password should be casesensitive Wallet password changing IT91/6_73-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/5_75-I click on the password label:

Password should be casesensitive Wallet password changing IT91/5_75-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/9_74-I should see the following submit error messages:

Password should be casesensitive Wallet password changing IT91/9_74-I should see the following submit error messages.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/8_83-I should see a plate :

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/8_83-I should see a plate .png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/9_83-I click the next button:

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/9_83-I click the next button.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/3_83-I click the restore button:

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/3_83-I click the restore button.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/12_83-I should see the addresses exactly list them:

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/12_83-I should see the addresses exactly list them.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/7_83-I click the Restore Wallet button:

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/7_83-I click the Restore Wallet button.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/10_83-I should see the opened wallet with name :

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/10_83-I should see the opened wallet with name .png

- User cant change password if it doesnt meet complexity requirements IT12/9_23-I should see the following error messages:

User cant change password if it doesnt meet complexity requirements IT12/9_23-I should see the following error messages.png

- User cant change password if it doesnt meet complexity requirements IT12/4_23-I click on secondary menu item:

User cant change password if it doesnt meet complexity requirements IT12/4_23-I click on secondary menu item.png

- User cant change password if it doesnt meet complexity requirements IT12/6_23-I should see the wallet password dialog:

User cant change password if it doesnt meet complexity requirements IT12/6_23-I should see the wallet password dialog.png

- User cant change password if it doesnt meet complexity requirements IT12/5_23-I click on the password label:

User cant change password if it doesnt meet complexity requirements IT12/5_23-I click on the password label.png

- Check content of failed transaction IT58/3_35-I see the transactions summary:

Check content of failed transaction IT58/3_35-I see the transactions summary.png

- User redeems Regular PDF certificate/9_39-I should see the summary screen:

User redeems Regular PDF certificate/9_39-I should see the summary screen.png

- User redeems Regular PDF certificate/8_39-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Regular PDF certificate/8_39-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User tries to redeem manually entered Regular already used redemption key/8_32-I should see already used redemption key message:

User tries to redeem manually entered Regular already used redemption key/8_32-I should see already used redemption key message.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/5_114-I click on name input field:

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/5_114-I click on name input field.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/8_114-I should see Wallet name requires at least 1 and at most 40 letters error message:

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/8_114-I should see Wallet name requires at least 1 and at most 40 letters error message.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/4_114-I click on secondary menu item:

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/4_114-I click on secondary menu item.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/7_114-I click outside name input field:

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/7_114-I click outside name input field.png

- Paper wallet creation IT77/15_175-I should see two addresses displayed:

Paper wallet creation IT77/15_175-I should see two addresses displayed.png

- Paper wallet creation IT77/16_175-I click the next button:

Paper wallet creation IT77/16_175-I click the next button.png

- Paper wallet creation IT77/3_175-I click on secondary menu item:

Paper wallet creation IT77/3_175-I click on secondary menu item.png

- Paper wallet creation IT77/14_175-I click then button labeled :

Paper wallet creation IT77/14_175-I click then button labeled .png

- Paper wallet creation IT77/10_175-I click the next button:

Paper wallet creation IT77/10_175-I click the next button.png

- Paper wallet creation IT77/9_175-I click the next button:

Paper wallet creation IT77/9_175-I click the next button.png

- Paper wallet creation IT77/6_175-I click the create paper wallet button:

Paper wallet creation IT77/6_175-I click the create paper wallet button.png

- Yoroi Settings Screen Support IT4/3_169-I click on secondary menu item:

Yoroi Settings Screen Support IT4/3_169-I click on secondary menu item.png

- Yoroi Settings Screen Support IT4/4_169-I should see support screen:

Yoroi Settings Screen Support IT4/4_169-I should see support screen.png

- Yoroi TRANSFER FUNDS FROM DAEDALUS screen validation IT29/5_69-I see all necessary elements on TRANSFER FUNDS FROM DAEDALUS screen:

Yoroi TRANSFER FUNDS FROM DAEDALUS screen validation IT29/5_69-I see all necessary elements on TRANSFER FUNDS FROM DAEDALUS screen.png

- Latest address should be displayed at the top IT106/4_9-I should see my latest address at the top:

Latest address should be displayed at the top IT106/4_9-I should see my latest address at the top.png

- Latest address should be displayed at the top IT106/5_9-I should see the addresses exactly list them:

Latest address should be displayed at the top IT106/5_9-I should see the addresses exactly list them.png

- User redeems Recovery regular encrypted PDF certificate/10_87-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Recovery regular encrypted PDF certificate/10_87-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery regular encrypted PDF certificate/5_87-I click on ada redemption choices tab:

User redeems Recovery regular encrypted PDF certificate/5_87-I click on ada redemption choices tab.png

- User redeems Recovery regular encrypted PDF certificate/11_87-I should see the summary screen:

User redeems Recovery regular encrypted PDF certificate/11_87-I should see the summary screen.png

- Open the tx history of an empty wallet IT101/4_8-I should see that the number of transactions is :

Open the tx history of an empty wallet IT101/4_8-I should see that the number of transactions is .png

- Open the tx history of an empty wallet IT101/3_8-I see the transactions summary:

Open the tx history of an empty wallet IT101/3_8-I see the transactions summary.png

- Open the tx history of an empty wallet IT101/5_8-I should see no transactions:

Open the tx history of an empty wallet IT101/5_8-I should see no transactions.png

- User redeems Recovery force vended encrypted PDF certificate/5_112-I click on ada redemption choices tab:

User redeems Recovery force vended encrypted PDF certificate/5_112-I click on ada redemption choices tab.png

- User redeems Recovery force vended encrypted PDF certificate/11_111-I should see the summary screen:

User redeems Recovery force vended encrypted PDF certificate/11_111-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/10_110-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Recovery force vended encrypted PDF certificate/10_110-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/10_111-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Recovery force vended encrypted PDF certificate/10_111-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/10_112-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Recovery force vended encrypted PDF certificate/10_112-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/5_110-I click on ada redemption choices tab:

User redeems Recovery force vended encrypted PDF certificate/5_110-I click on ada redemption choices tab.png

- User redeems Recovery force vended encrypted PDF certificate/5_111-I click on ada redemption choices tab:

User redeems Recovery force vended encrypted PDF certificate/5_111-I click on ada redemption choices tab.png

- User redeems Recovery force vended encrypted PDF certificate/11_112-I should see the summary screen:

User redeems Recovery force vended encrypted PDF certificate/11_112-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/11_110-I should see the summary screen:

User redeems Recovery force vended encrypted PDF certificate/11_110-I should see the summary screen.png

- Open the tx history of a complex wallet IT103/4_41-I should see that the number of transactions is :

Open the tx history of a complex wallet IT103/4_41-I should see that the number of transactions is .png

- Open the tx history of a complex wallet IT103/3_41-I see the transactions summary:

Open the tx history of a complex wallet IT103/3_41-I see the transactions summary.png

- Open the tx history of a complex wallet IT103/5_41-I should see transactions:

Open the tx history of a complex wallet IT103/5_41-I should see transactions.png

- User can send funds from one Yoroi wallet to another IT54/7_29-I click on the next button in the wallet send form:

User can send funds from one Yoroi wallet to another IT54/7_29-I click on the next button in the wallet send form.png

- User can send funds from one Yoroi wallet to another IT54/12_28-I should see the summary screen:

User can send funds from one Yoroi wallet to another IT54/12_28-I should see the summary screen.png

- User can send funds from one Yoroi wallet to another IT54/12_27-I should see the summary screen:

User can send funds from one Yoroi wallet to another IT54/12_27-I should see the summary screen.png

- User can send funds from one Yoroi wallet to another IT54/9_28-I should see no warning block:

User can send funds from one Yoroi wallet to another IT54/9_28-I should see no warning block.png

- User can send funds from one Yoroi wallet to another IT54/7_27-I click on the next button in the wallet send form:

User can send funds from one Yoroi wallet to another IT54/7_27-I click on the next button in the wallet send form.png

- User can send funds from one Yoroi wallet to another IT54/8_29-I see send money confirmation dialog:

User can send funds from one Yoroi wallet to another IT54/8_29-I see send money confirmation dialog.png

- User can send funds from one Yoroi wallet to another IT54/9_29-I should see no warning block:

User can send funds from one Yoroi wallet to another IT54/9_29-I should see no warning block.png

- User can send funds from one Yoroi wallet to another IT54/7_28-I click on the next button in the wallet send form:

User can send funds from one Yoroi wallet to another IT54/7_28-I click on the next button in the wallet send form.png

- User can send funds from one Yoroi wallet to another IT54/8_28-I see send money confirmation dialog:

User can send funds from one Yoroi wallet to another IT54/8_28-I see send money confirmation dialog.png

- User can send funds from one Yoroi wallet to another IT54/9_27-I should see no warning block:

User can send funds from one Yoroi wallet to another IT54/9_27-I should see no warning block.png

- User can send funds from one Yoroi wallet to another IT54/8_27-I see send money confirmation dialog:

User can send funds from one Yoroi wallet to another IT54/8_27-I see send money confirmation dialog.png

- User can send funds from one Yoroi wallet to another IT54/12_29-I should see the summary screen:

User can send funds from one Yoroi wallet to another IT54/12_29-I should see the summary screen.png

- Wallet settings tab isnt active if wallet is not created IT23/4_163-I should see secondary menu item disabled:

Wallet settings tab isnt active if wallet is not created IT23/4_163-I should see secondary menu item disabled.png

- Main Screen Tabs Switching IT15/6_13-I should see the Receive screen:

Main Screen Tabs Switching IT15/6_13-I should see the Receive screen.png

- Main Screen Tabs Switching IT15/4_13-I should see send transaction screen:

Main Screen Tabs Switching IT15/4_13-I should see send transaction screen.png

- Main Screen Tabs Switching IT15/8_13-I should see the transactions screen:

Main Screen Tabs Switching IT15/8_13-I should see the transactions screen.png

- Open the tx history of a wallet with a big input tx IT104/3_48-I see the transactions summary:

Open the tx history of a wallet with a big input tx IT104/3_48-I see the transactions summary.png

- Open the tx history of a wallet with a big input tx IT104/5_48-I should see transactions:

Open the tx history of a wallet with a big input tx IT104/5_48-I should see transactions.png

- Open the tx history of a wallet with a big input tx IT104/4_48-I should see that the number of transactions is :

Open the tx history of a wallet with a big input tx IT104/4_48-I should see that the number of transactions is .png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/5_33-I click on copy to clipboard button:

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/5_33-I click on copy to clipboard button.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/4_33-I should see the Receive screen:

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/4_33-I should see the Receive screen.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/6_33-I should see You have successfully copied wallet address pop up:

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/6_33-I should see You have successfully copied wallet address pop up.png

- User redeems manually entered Paper vended shielded vending key and passphrase/10_77-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems manually entered Paper vended shielded vending key and passphrase/10_77-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems manually entered Paper vended shielded vending key and passphrase/11_77-I should see the summary screen:

User redeems manually entered Paper vended shielded vending key and passphrase/11_77-I should see the summary screen.png

- User redeems manually entered Paper vended shielded vending key and passphrase/5_77-I click on ada redemption choices tab:

User redeems manually entered Paper vended shielded vending key and passphrase/5_77-I click on ada redemption choices tab.png

- Ensure every generated wallet address is unique IT34/5_31-I see every generated address is unique:

Ensure every generated wallet address is unique IT34/5_31-I see every generated address is unique.png

- Ensure every generated wallet address is unique IT34/4_31-I click on the Generate new address button 09 times:

Ensure every generated wallet address is unique IT34/4_31-I click on the Generate new address button 09 times.png

- Sending a Tx and receiving from the server an invalid signature error/11_116-I should see an invalid signature error message:

Sending a Tx and receiving from the server an invalid signature error/11_116-I should see an invalid signature error message.png

- Sending a Tx and receiving from the server an invalid signature error/7_116-I click on the next button in the wallet send form:

Sending a Tx and receiving from the server an invalid signature error/7_116-I click on the next button in the wallet send form.png

- Sending a Tx and receiving from the server an invalid signature error/8_116-I see send money confirmation dialog:

Sending a Tx and receiving from the server an invalid signature error/8_116-I see send money confirmation dialog.png

- Restoring a paper wallet IT72/8_147-I click the Restore Wallet button:

Restoring a paper wallet IT72/8_147-I click the Restore Wallet button.png

- Restoring a paper wallet IT72/11_147-I should see the opened wallet with name :

Restoring a paper wallet IT72/11_147-I should see the opened wallet with name .png

- Restoring a paper wallet IT72/13_147-I should see the addresses exactly list them:

Restoring a paper wallet IT72/13_147-I should see the addresses exactly list them.png

- Restoring a paper wallet IT72/3_147-I click the restore paper wallet button:

Restoring a paper wallet IT72/3_147-I click the restore paper wallet button.png

- Restoring a paper wallet IT72/9_147-I should see a plate :

Restoring a paper wallet IT72/9_147-I should see a plate .png

- Restoring a paper wallet IT72/10_147-I click the next button:

Restoring a paper wallet IT72/10_147-I click the next button.png

- Display warning if wallet changes during confirmation IT59/10_176-I should see a warning block:

Display warning if wallet changes during confirmation IT59/10_176-I should see a warning block.png

- Display warning if wallet changes during confirmation IT59/7_176-I click on the next button in the wallet send form:

Display warning if wallet changes during confirmation IT59/7_176-I click on the next button in the wallet send form.png

- Display warning if wallet changes during confirmation IT59/8_176-I see send money confirmation dialog:

Display warning if wallet changes during confirmation IT59/8_176-I see send money confirmation dialog.png

- Display warning if wallet changes during confirmation IT59/11_176-I click the back button:

Display warning if wallet changes during confirmation IT59/11_176-I click the back button.png

- Display warning if wallet changes during confirmation IT59/17_176-I should see the summary screen:

Display warning if wallet changes during confirmation IT59/17_176-I should see the summary screen.png

- Display warning if wallet changes during confirmation IT59/12_176-I click on the next button in the wallet send form:

Display warning if wallet changes during confirmation IT59/12_176-I click on the next button in the wallet send form.png

- Display warning if wallet changes during confirmation IT59/14_176-I should see no warning block:

Display warning if wallet changes during confirmation IT59/14_176-I should see no warning block.png

- Display warning if wallet changes during confirmation IT59/13_176-I see send money confirmation dialog:

Display warning if wallet changes during confirmation IT59/13_176-I see send money confirmation dialog.png

- Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/6_28-I delete recovery phrase by clicking x signs:

Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/6_28-I delete recovery phrase by clicking x signs.png

- Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/3_28-I click the restore button:

Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/3_28-I click the restore button.png

- Wallet cant be created if its password doesnt meet complexity requirements IT7/6_104-I click the Create personal wallet button:

Wallet cant be created if its password doesnt meet complexity requirements IT7/6_104-I click the Create personal wallet button.png

- Wallet cant be created if its password doesnt meet complexity requirements IT7/7_104-I should see Invalid Password error message:

Wallet cant be created if its password doesnt meet complexity requirements IT7/7_104-I should see Invalid Password error message.png

- Wallet cant be created if its password doesnt meet complexity requirements IT7/3_104-I click the create button:

Wallet cant be created if its password doesnt meet complexity requirements IT7/3_104-I click the create button.png

- Wallet cant be restored without entering password IT26/3_102-I click the restore button:

Wallet cant be restored without entering password IT26/3_102-I click the restore button.png

- Wallet cant be restored without entering password IT26/8_102-I click the Restore Wallet button:

Wallet cant be restored without entering password IT26/8_102-I click the Restore Wallet button.png

- User can send all funds from one Yoroi wallet to another/12_113-I should see the summary screen:

User can send all funds from one Yoroi wallet to another/12_113-I should see the summary screen.png

- User can send all funds from one Yoroi wallet to another/8_113-I click on the next button in the wallet send form:

User can send all funds from one Yoroi wallet to another/8_113-I click on the next button in the wallet send form.png

- User can send all funds from one Yoroi wallet to another/5_113-I click on Send all my ADA checkbox:

User can send all funds from one Yoroi wallet to another/5_113-I click on Send all my ADA checkbox.png

- User can send all funds from one Yoroi wallet to another/9_113-I see send money confirmation dialog:

User can send all funds from one Yoroi wallet to another/9_113-I see send money confirmation dialog.png

- Ensure user can not add more than 15 words to the Yoroi Wallet Recovery Phrase IT71/3_144-I click the restore button:

Ensure user can not add more than 15 words to the Yoroi Wallet Recovery Phrase IT71/3_144-I click the restore button.png

- Generate a new receive address IT17/6_16-I should see the addresses exactly list them:

Generate a new receive address IT17/6_16-I should see the addresses exactly list them.png

- Generate a new receive address IT17/4_16-I click on the Generate new address button:

Generate a new receive address IT17/4_16-I click on the Generate new address button.png

- Generate a new receive address IT17/5_16-I should see my latest address at the top:

Generate a new receive address IT17/5_16-I should see my latest address at the top.png

@rnd-at-emurgo
Copy link

E2E _chrome_ screenshots differences between 'PR511-54d4965' and base branch 'develop'

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/10_35-I see All selected words are cleared:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/10_35-I see All selected words are cleared.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/9_35-I click Clear button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/9_35-I click Clear button.png

- Open the tx history of an already loaded wallet IT105/5_55-I see the transactions summary:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of an already loaded wallet IT105/5_55-I see the transactions summary.png

- Open the tx history of an already loaded wallet IT105/6_55-I should see that the number of transactions is :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of an already loaded wallet IT105/6_55-I should see that the number of transactions is .png

- Ensure every generated wallet address is unique IT34/4_31-I click on the Generate new address button 09 times:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure every generated wallet address is unique IT34/4_31-I click on the Generate new address button 09 times.png

- Ensure every generated wallet address is unique IT34/5_31-I see every generated address is unique:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure every generated wallet address is unique IT34/5_31-I see every generated address is unique.png

- Display warning if wallet changes during confirmation IT59/17_176-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Display warning if wallet changes during confirmation IT59/17_176-I should see the summary screen.png

- Open the tx history of a simple wallet IT102/5_15-I should see transactions:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a simple wallet IT102/5_15-I should see transactions.png

- Open the tx history of a simple wallet IT102/3_15-I see the transactions summary:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a simple wallet IT102/3_15-I see the transactions summary.png

- Open the tx history of a simple wallet IT102/6_15-I should see transactions:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a simple wallet IT102/6_15-I should see transactions.png

- Wallet creation IT5/9_9-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet creation IT5/9_9-I should see the opened wallet with name .png

- Wallet renaming IT8/5_95-I click on name input field:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/5_95-I click on name input field.png

- Wallet renaming IT8/5_92-I click on name input field:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/5_92-I click on name input field.png

- Wallet renaming IT8/4_95-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_95-I click on secondary menu item.png

- Wallet renaming IT8/4_97-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_97-I click on secondary menu item.png

- Wallet renaming IT8/4_93-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_93-I click on secondary menu item.png

- Wallet renaming IT8/4_94-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_94-I click on secondary menu item.png

- Wallet renaming IT8/4_96-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_96-I click on secondary menu item.png

- Wallet renaming IT8/5_96-I click on name input field:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/5_96-I click on name input field.png

- Wallet renaming IT8/5_97-I click on name input field:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/5_97-I click on name input field.png

- Wallet renaming IT8/4_92-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_92-I click on secondary menu item.png

- Generate a new receive address IT17/6_16-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Generate a new receive address IT17/6_16-I should see the addresses exactly list them.png

- Generate a new receive address IT17/4_16-I click on the Generate new address button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Generate a new receive address IT17/4_16-I click on the Generate new address button.png

- Generate a new receive address IT17/5_16-I should see my latest address at the top:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Generate a new receive address IT17/5_16-I should see my latest address at the top.png

- User cant send funds with incorrect Spending password IT42/11_133-I should see an incorrect wallet password error message:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant send funds with incorrect Spending password IT42/11_133-I should see an incorrect wallet password error message.png

- User cant send funds with incorrect Spending password IT42/8_133-I see send money confirmation dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant send funds with incorrect Spending password IT42/8_133-I see send money confirmation dialog.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/3_83-I click the restore button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/3_83-I click the restore button.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/12_83-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/12_83-I should see the addresses exactly list them.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/10_83-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/10_83-I should see the opened wallet with name .png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/9_83-I click the next button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/9_83-I click the next button.png

- Open the tx history of a complex wallet IT103/5_41-I should see transactions:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a complex wallet IT103/5_41-I should see transactions.png

- User redeems Force vended PDF certificate/5_56-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Force vended PDF certificate/5_56-I click on ada redemption choices tab.png

- Try to make a transactions from the empty wallet IT89/5_167-I should see a not enough ada error:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Try to make a transactions from the empty wallet IT89/5_167-I should see a not enough ada error.png

- Wallet access after browser restart IT9/9_21-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet access after browser restart IT9/9_21-I should see the opened wallet with name .png

- Wallet access after browser restart IT9/11_21-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet access after browser restart IT9/11_21-I should see the opened wallet with name .png

- Password should be casesensitive Wallet password changing IT91/6_73-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/6_73-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/5_73-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/5_73-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/5_74-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/5_74-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/6_75-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/6_75-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/4_75-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/4_75-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/4_74-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/4_74-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/6_74-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/6_74-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/5_75-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/5_75-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/4_73-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/4_73-I click on secondary menu item.png

- Restoring an empty wallet IT6/10_9-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Restoring an empty wallet IT6/10_9-I should see the opened wallet with name .png

- Restoring an empty wallet IT6/12_9-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Restoring an empty wallet IT6/12_9-I should see the addresses exactly list them.png

- Restoring an empty wallet IT6/3_9-I click the restore button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Restoring an empty wallet IT6/3_9-I click the restore button.png

- Main Screen Tabs Switching IT15/6_13-I should see the Receive screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Main Screen Tabs Switching IT15/6_13-I should see the Receive screen.png

- Restoring a paper wallet IT72/13_147-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Restoring a paper wallet IT72/13_147-I should see the addresses exactly list them.png

- Restoring a paper wallet IT72/10_147-I click the next button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Restoring a paper wallet IT72/10_147-I click the next button.png

- Check content of failed transaction IT58/3_35-I see the transactions summary:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Check content of failed transaction IT58/3_35-I see the transactions summary.png

- User cant change password without filling Password repeat field IT40/6_131-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password without filling Password repeat field IT40/6_131-I should see the wallet password dialog.png

- User cant change password without filling Password repeat field IT40/5_131-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password without filling Password repeat field IT40/5_131-I click on the password label.png

- User cant change password without filling Password repeat field IT40/4_131-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password without filling Password repeat field IT40/4_131-I click on secondary menu item.png

- User can send a tx after invalid password attempt IT60/15_200-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send a tx after invalid password attempt IT60/15_200-I should see the summary screen.png

- User redeems manually entered Force vended redemption key/5_47-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems manually entered Force vended redemption key/5_47-I click on ada redemption choices tab.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/6_33-I should see You have successfully copied wallet address pop up:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/6_33-I should see You have successfully copied wallet address pop up.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/4_33-I should see the Receive screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/4_33-I should see the Receive screen.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/5_33-I click on copy to clipboard button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/5_33-I click on copy to clipboard button.png

- Users will be presented with a security warning prior to seed creation IT27/3_59-I click the create button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Users will be presented with a security warning prior to seed creation IT27/3_59-I click the create button.png

- Latest address should be displayed at the top IT106/5_9-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Latest address should be displayed at the top IT106/5_9-I should see the addresses exactly list them.png

- Latest address should be displayed at the top IT106/4_9-I should see my latest address at the top:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Latest address should be displayed at the top IT106/4_9-I should see my latest address at the top.png

- Yoroi Settings Screen Terms of Use in Default EnglishIT3/4_157-I should see the Terms of use screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Yoroi Settings Screen Terms of Use in Default EnglishIT3/4_157-I should see the Terms of use screen.png

- Yoroi Settings Screen Terms of Use in Default EnglishIT3/3_157-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Yoroi Settings Screen Terms of Use in Default EnglishIT3/3_157-I click on secondary menu item.png

- Wallet cant be created without entering password IT24/7_48-I click the Create personal wallet button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet cant be created without entering password IT24/7_48-I click the Create personal wallet button.png

- Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/6_28-I delete recovery phrase by clicking x signs:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/6_28-I delete recovery phrase by clicking x signs.png

- Open the tx history of a wallet with a big input tx IT104/5_48-I should see transactions:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a wallet with a big input tx IT104/5_48-I should see transactions.png

- User can send all funds from one Yoroi wallet to another/12_113-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send all funds from one Yoroi wallet to another/12_113-I should see the summary screen.png

- Wallet restoration Recovery Phrase test IT70/3_132-I click the restore button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet restoration Recovery Phrase test IT70/3_132-I click the restore button.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/7_89-I click the Create personal wallet button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet cant be created if wallet name doesnt meet requirements IT16/7_89-I click the Create personal wallet button.png

- Ensure that wallet addresses are restored correctly IT86/13_58-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure that wallet addresses are restored correctly IT86/13_58-I should see the addresses exactly list them.png

- Ensure that wallet addresses are restored correctly IT86/9_58-I click the next button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure that wallet addresses are restored correctly IT86/9_58-I click the next button.png

- User is able to change spending password IT94/5_55-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User is able to change spending password IT94/5_55-I click on secondary menu item.png

- User is able to change spending password IT94/19_55-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User is able to change spending password IT94/19_55-I should see the summary screen.png

- User is able to change spending password IT94/6_55-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User is able to change spending password IT94/6_55-I click on the password label.png

- User is able to change spending password IT94/7_55-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User is able to change spending password IT94/7_55-I should see the wallet password dialog.png

- Wallet settings tab isnt active if wallet is not created IT23/4_163-I should see secondary menu item disabled:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet settings tab isnt active if wallet is not created IT23/4_163-I should see secondary menu item disabled.png

- User redeems Force vended encrypted PDF certificate/5_66-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Force vended encrypted PDF certificate/5_66-I click on ada redemption choices tab.png

- User can send funds from one Yoroi wallet to another IT54/12_27-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send funds from one Yoroi wallet to another IT54/12_27-I should see the summary screen.png

- User can send funds from one Yoroi wallet to another IT54/12_28-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send funds from one Yoroi wallet to another IT54/12_28-I should see the summary screen.png

- User can send funds from one Yoroi wallet to another IT54/12_29-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send funds from one Yoroi wallet to another IT54/12_29-I should see the summary screen.png

- User redeems manually entered Paper vended shielded vending key and passphrase/5_77-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems manually entered Paper vended shielded vending key and passphrase/5_77-I click on ada redemption choices tab.png

- Wallet cant be restored without entering password IT26/3_102-I click the restore button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet cant be restored without entering password IT26/3_102-I click the restore button.png

- Wallet cant be restored without entering password IT26/8_102-I click the Restore Wallet button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet cant be restored without entering password IT26/8_102-I click the Restore Wallet button.png

- Check content of pending transaction IT57/3_29-I see the transactions summary:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Check content of pending transaction IT57/3_29-I see the transactions summary.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/4_114-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/4_114-I click on secondary menu item.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/8_114-I should see Wallet name requires at least 1 and at most 40 letters error message:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/8_114-I should see Wallet name requires at least 1 and at most 40 letters error message.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/5_114-I click on name input field:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/5_114-I click on name input field.png

- Ensure user can hide used Addresses under Receive tab IT22/4_36-I click on the Generate new address button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can hide used Addresses under Receive tab IT22/4_36-I click on the Generate new address button.png

- Ensure user can hide used Addresses under Receive tab IT22/5_36-I click on the Hide used addresses button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can hide used Addresses under Receive tab IT22/5_36-I click on the Hide used addresses button.png

- Ensure user can hide used Addresses under Receive tab IT22/6_36-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can hide used Addresses under Receive tab IT22/6_36-I should see the addresses exactly list them.png

- Paper wallet creation IT77/9_175-I click the next button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Paper wallet creation IT77/9_175-I click the next button.png

- Paper wallet creation IT77/15_175-I should see two addresses displayed:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Paper wallet creation IT77/15_175-I should see two addresses displayed.png

- Paper wallet creation IT77/14_175-I click then button labeled :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Paper wallet creation IT77/14_175-I click then button labeled .png

- Paper wallet creation IT77/3_175-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Paper wallet creation IT77/3_175-I click on secondary menu item.png

- User redeems Recovery regular encrypted PDF certificate/5_87-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery regular encrypted PDF certificate/5_87-I click on ada redemption choices tab.png

- User redeems Recovery regular encrypted PDF certificate/11_87-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery regular encrypted PDF certificate/11_87-I should see the summary screen.png

- User redeems Recovery regular encrypted PDF certificate/10_87-I should see the Ada Redemption Success Overlay and close the dialogue:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery regular encrypted PDF certificate/10_87-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User cant change the password without entering old password IT14/6_117-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change the password without entering old password IT14/6_117-I should see the wallet password dialog.png

- User cant change the password without entering old password IT14/5_117-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change the password without entering old password IT14/5_117-I click on the password label.png

- User cant change the password without entering old password IT14/4_117-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change the password without entering old password IT14/4_117-I click on secondary menu item.png

- Yoroi Settings Screen Support IT4/3_169-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Yoroi Settings Screen Support IT4/3_169-I click on secondary menu item.png

- Yoroi Settings Screen Support IT4/4_169-I should see support screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Yoroi Settings Screen Support IT4/4_169-I should see support screen.png

- Successfully restoring a simple wallet/13_37-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Successfully restoring a simple wallet/13_37-I should see the addresses exactly list them.png

- Successfully restoring a simple wallet/10_37-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Successfully restoring a simple wallet/10_37-I should see the opened wallet with name .png

- Successfully restoring a simple wallet/9_37-I click the next button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Successfully restoring a simple wallet/9_37-I click the next button.png

- Successfully restoring a simple wallet/3_37-I click the restore button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Successfully restoring a simple wallet/3_37-I click the restore button.png

- User redeems Recovery force vended encrypted PDF certificate/10_111-I should see the Ada Redemption Success Overlay and close the dialogue:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/10_111-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/5_110-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/5_110-I click on ada redemption choices tab.png

- User redeems Recovery force vended encrypted PDF certificate/5_111-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/5_111-I click on ada redemption choices tab.png

- User redeems Recovery force vended encrypted PDF certificate/10_112-I should see the Ada Redemption Success Overlay and close the dialogue:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/10_112-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/11_110-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/11_110-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/11_111-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/11_111-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/11_112-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/11_112-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/10_110-I should see the Ada Redemption Success Overlay and close the dialogue:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/10_110-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/5_112-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/5_112-I click on ada redemption choices tab.png

- User cant create more than 20 consecutive unused addresses IT49/4_25-I click on the Generate new address button 09 times:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant create more than 20 consecutive unused addresses IT49/4_25-I click on the Generate new address button 09 times.png

- User cant create more than 20 consecutive unused addresses IT49/5_25-I click on the Generate new address button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant create more than 20 consecutive unused addresses IT49/5_25-I click on the Generate new address button.png

- User cant create more than 20 consecutive unused addresses IT49/6_25-I should see an error about max unused addresses:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant create more than 20 consecutive unused addresses IT49/6_25-I should see an error about max unused addresses.png

- Wallet restoration Recovery Phrase with less than 15 words IT73/3_178-I click the restore button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet restoration Recovery Phrase with less than 15 words IT73/3_178-I click the restore button.png

- User cant change password if it doesnt meet complexity requirements IT12/6_23-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password if it doesnt meet complexity requirements IT12/6_23-I should see the wallet password dialog.png

- User cant change password if it doesnt meet complexity requirements IT12/4_23-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password if it doesnt meet complexity requirements IT12/4_23-I click on secondary menu item.png

- User cant change password if it doesnt meet complexity requirements IT12/5_23-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password if it doesnt meet complexity requirements IT12/5_23-I click on the password label.png

@rnd-at-emurgo
Copy link

Complete E2E _chrome_ screenshots collection for 'PR511-54d4965'

- Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/5_57-I click on the transfer funds from Daedalus button:

Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/5_57-I click on the transfer funds from Daedalus button.png

- Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/8_57-I should see an Error screen:

Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/8_57-I should see an Error screen.png

- Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/9_57-I should see Daedalus wallet without funds error message:

Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/9_57-I should see Daedalus wallet without funds error message.png

- Ensure user can not add more than 15 words to the Yoroi Wallet Recovery Phrase IT71/3_144-I click the restore button:

Ensure user can not add more than 15 words to the Yoroi Wallet Recovery Phrase IT71/3_144-I click the restore button.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/10_35-I see All selected words are cleared:

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/10_35-I see All selected words are cleared.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/6_35-I click the Create personal wallet button:

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/6_35-I click the Create personal wallet button.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/9_35-I click Clear button:

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/9_35-I click Clear button.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/3_35-I click the create button:

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/3_35-I click the create button.png

- Open the tx history of an already loaded wallet IT105/5_55-I see the transactions summary:

Open the tx history of an already loaded wallet IT105/5_55-I see the transactions summary.png

- Open the tx history of an already loaded wallet IT105/3_55-I see the transactions summary:

Open the tx history of an already loaded wallet IT105/3_55-I see the transactions summary.png

- Open the tx history of an already loaded wallet IT105/6_55-I should see that the number of transactions is :

Open the tx history of an already loaded wallet IT105/6_55-I should see that the number of transactions is .png

- User tries to redeem manually entered Regular already used redemption key/8_32-I should see already used redemption key message:

User tries to redeem manually entered Regular already used redemption key/8_32-I should see already used redemption key message.png

- Daedalustransfer page buttons test IT37/7_75-I should see This field is required error message:

Daedalustransfer page buttons test IT37/7_75-I should see This field is required error message.png

- Daedalustransfer page buttons test IT37/6_75-I click next button on the Daedalus transfer page:

Daedalustransfer page buttons test IT37/6_75-I click next button on the Daedalus transfer page.png

- Daedalustransfer page buttons test IT37/5_75-I click on the transfer funds from Daedalus button:

Daedalustransfer page buttons test IT37/5_75-I click on the transfer funds from Daedalus button.png

- Daedalustransfer page buttons test IT37/8_75-I click the back button:

Daedalustransfer page buttons test IT37/8_75-I click the back button.png

- Daedalustransfer page buttons test IT37/9_75-I see all necessary elements on TRANSFER FUNDS FROM DAEDALUS screen:

Daedalustransfer page buttons test IT37/9_75-I see all necessary elements on TRANSFER FUNDS FROM DAEDALUS screen.png

- Open the tx history of an empty wallet IT101/3_8-I see the transactions summary:

Open the tx history of an empty wallet IT101/3_8-I see the transactions summary.png

- Open the tx history of an empty wallet IT101/4_8-I should see that the number of transactions is :

Open the tx history of an empty wallet IT101/4_8-I should see that the number of transactions is .png

- Open the tx history of an empty wallet IT101/5_8-I should see no transactions:

Open the tx history of an empty wallet IT101/5_8-I should see no transactions.png

- Ensure every generated wallet address is unique IT34/4_31-I click on the Generate new address button 09 times:

Ensure every generated wallet address is unique IT34/4_31-I click on the Generate new address button 09 times.png

- Ensure every generated wallet address is unique IT34/5_31-I see every generated address is unique:

Ensure every generated wallet address is unique IT34/5_31-I see every generated address is unique.png

- Display warning if wallet changes during confirmation IT59/14_176-I should see no warning block:

Display warning if wallet changes during confirmation IT59/14_176-I should see no warning block.png

- Display warning if wallet changes during confirmation IT59/10_176-I should see a warning block:

Display warning if wallet changes during confirmation IT59/10_176-I should see a warning block.png

- Display warning if wallet changes during confirmation IT59/13_176-I see send money confirmation dialog:

Display warning if wallet changes during confirmation IT59/13_176-I see send money confirmation dialog.png

- Display warning if wallet changes during confirmation IT59/8_176-I see send money confirmation dialog:

Display warning if wallet changes during confirmation IT59/8_176-I see send money confirmation dialog.png

- Display warning if wallet changes during confirmation IT59/12_176-I click on the next button in the wallet send form:

Display warning if wallet changes during confirmation IT59/12_176-I click on the next button in the wallet send form.png

- Display warning if wallet changes during confirmation IT59/17_176-I should see the summary screen:

Display warning if wallet changes during confirmation IT59/17_176-I should see the summary screen.png

- Display warning if wallet changes during confirmation IT59/11_176-I click the back button:

Display warning if wallet changes during confirmation IT59/11_176-I click the back button.png

- Display warning if wallet changes during confirmation IT59/7_176-I click on the next button in the wallet send form:

Display warning if wallet changes during confirmation IT59/7_176-I click on the next button in the wallet send form.png

- Open the tx history of a simple wallet IT102/5_15-I should see transactions:

Open the tx history of a simple wallet IT102/5_15-I should see transactions.png

- Open the tx history of a simple wallet IT102/3_15-I see the transactions summary:

Open the tx history of a simple wallet IT102/3_15-I see the transactions summary.png

- Open the tx history of a simple wallet IT102/4_15-I should see that the number of transactions is :

Open the tx history of a simple wallet IT102/4_15-I should see that the number of transactions is .png

- Open the tx history of a simple wallet IT102/6_15-I should see transactions:

Open the tx history of a simple wallet IT102/6_15-I should see transactions.png

- Wallet creation IT5/3_9-I click the create button:

Wallet creation IT5/3_9-I click the create button.png

- Wallet creation IT5/6_9-I click the Create personal wallet button:

Wallet creation IT5/6_9-I click the Create personal wallet button.png

- Wallet creation IT5/9_9-I should see the opened wallet with name :

Wallet creation IT5/9_9-I should see the opened wallet with name .png

- Wallet renaming IT8/5_95-I click on name input field:

Wallet renaming IT8/5_95-I click on name input field.png

- Wallet renaming IT8/5_92-I click on name input field:

Wallet renaming IT8/5_92-I click on name input field.png

- Wallet renaming IT8/5_94-I click on name input field:

Wallet renaming IT8/5_94-I click on name input field.png

- Wallet renaming IT8/4_95-I click on secondary menu item:

Wallet renaming IT8/4_95-I click on secondary menu item.png

- Wallet renaming IT8/9_95-I should see new wallet name :

Wallet renaming IT8/9_95-I should see new wallet name .png

- Wallet renaming IT8/9_93-I should see new wallet name :

Wallet renaming IT8/9_93-I should see new wallet name .png

- Wallet renaming IT8/4_97-I click on secondary menu item:

Wallet renaming IT8/4_97-I click on secondary menu item.png

- Wallet renaming IT8/7_92-I click outside name input field:

Wallet renaming IT8/7_92-I click outside name input field.png

- Wallet renaming IT8/7_96-I click outside name input field:

Wallet renaming IT8/7_96-I click outside name input field.png

- Wallet renaming IT8/7_97-I click outside name input field:

Wallet renaming IT8/7_97-I click outside name input field.png

- Wallet renaming IT8/4_93-I click on secondary menu item:

Wallet renaming IT8/4_93-I click on secondary menu item.png

- Wallet renaming IT8/9_94-I should see new wallet name :

Wallet renaming IT8/9_94-I should see new wallet name .png

- Wallet renaming IT8/9_92-I should see new wallet name :

Wallet renaming IT8/9_92-I should see new wallet name .png

- Wallet renaming IT8/7_95-I click outside name input field:

Wallet renaming IT8/7_95-I click outside name input field.png

- Wallet renaming IT8/7_94-I click outside name input field:

Wallet renaming IT8/7_94-I click outside name input field.png

- Wallet renaming IT8/4_94-I click on secondary menu item:

Wallet renaming IT8/4_94-I click on secondary menu item.png

- Wallet renaming IT8/9_97-I should see new wallet name :

Wallet renaming IT8/9_97-I should see new wallet name .png

- Wallet renaming IT8/7_93-I click outside name input field:

Wallet renaming IT8/7_93-I click outside name input field.png

- Wallet renaming IT8/4_96-I click on secondary menu item:

Wallet renaming IT8/4_96-I click on secondary menu item.png

- Wallet renaming IT8/5_96-I click on name input field:

Wallet renaming IT8/5_96-I click on name input field.png

- Wallet renaming IT8/5_97-I click on name input field:

Wallet renaming IT8/5_97-I click on name input field.png

- Wallet renaming IT8/4_92-I click on secondary menu item:

Wallet renaming IT8/4_92-I click on secondary menu item.png

- Wallet renaming IT8/5_93-I click on name input field:

Wallet renaming IT8/5_93-I click on name input field.png

- Wallet renaming IT8/9_96-I should see new wallet name :

Wallet renaming IT8/9_96-I should see new wallet name .png

- Ensure user can not add more than 12 words to the Daedalus recovery phrase IT35/4_30-I click on the transfer funds from Daedalus button:

Ensure user can not add more than 12 words to the Daedalus recovery phrase IT35/4_30-I click on the transfer funds from Daedalus button.png

- Yoroi TRANSFER FUNDS FROM DAEDALUS screen validation IT29/5_69-I see all necessary elements on TRANSFER FUNDS FROM DAEDALUS screen:

Yoroi TRANSFER FUNDS FROM DAEDALUS screen validation IT29/5_69-I see all necessary elements on TRANSFER FUNDS FROM DAEDALUS screen.png

- Generate a new receive address IT17/6_16-I should see the addresses exactly list them:

Generate a new receive address IT17/6_16-I should see the addresses exactly list them.png

- Generate a new receive address IT17/4_16-I click on the Generate new address button:

Generate a new receive address IT17/4_16-I click on the Generate new address button.png

- Generate a new receive address IT17/5_16-I should see my latest address at the top:

Generate a new receive address IT17/5_16-I should see my latest address at the top.png

- Daedalus transfer fails when user type invalid mnemonic phrase IT99/7_9-I should see an Invalid recovery phrase error message:

Daedalus transfer fails when user type invalid mnemonic phrase IT99/7_9-I should see an Invalid recovery phrase error message.png

- Daedalus transfer fails when user type invalid mnemonic phrase IT99/4_9-I click on the transfer funds from Daedalus button:

Daedalus transfer fails when user type invalid mnemonic phrase IT99/4_9-I click on the transfer funds from Daedalus button.png

- User cant send funds with incorrect Spending password IT42/11_133-I should see an incorrect wallet password error message:

User cant send funds with incorrect Spending password IT42/11_133-I should see an incorrect wallet password error message.png

- User cant send funds with incorrect Spending password IT42/7_133-I click on the next button in the wallet send form:

User cant send funds with incorrect Spending password IT42/7_133-I click on the next button in the wallet send form.png

- User cant send funds with incorrect Spending password IT42/8_133-I see send money confirmation dialog:

User cant send funds with incorrect Spending password IT42/8_133-I see send money confirmation dialog.png

- User cant send more funds than he has IT47/6_83-I should see a not enough ada error:

User cant send more funds than he has IT47/6_83-I should see a not enough ada error.png

- User cant restore Daedalus wallet in Yoroi if Yoroi wallet is not created IT30/4_43-I see transactions buttons are disabled:

User cant restore Daedalus wallet in Yoroi if Yoroi wallet is not created IT30/4_43-I see transactions buttons are disabled.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/7_83-I click the Restore Wallet button:

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/7_83-I click the Restore Wallet button.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/3_83-I click the restore button:

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/3_83-I click the restore button.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/12_83-I should see the addresses exactly list them:

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/12_83-I should see the addresses exactly list them.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/8_83-I should see a plate :

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/8_83-I should see a plate .png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/10_83-I should see the opened wallet with name :

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/10_83-I should see the opened wallet with name .png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/9_83-I click the next button:

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/9_83-I click the next button.png

- Open the tx history of a complex wallet IT103/5_41-I should see transactions:

Open the tx history of a complex wallet IT103/5_41-I should see transactions.png

- Open the tx history of a complex wallet IT103/3_41-I see the transactions summary:

Open the tx history of a complex wallet IT103/3_41-I see the transactions summary.png

- Open the tx history of a complex wallet IT103/4_41-I should see that the number of transactions is :

Open the tx history of a complex wallet IT103/4_41-I should see that the number of transactions is .png

- Yoroi Wallet Home Button Test IT21/8_23-I should see the transactions screen:

Yoroi Wallet Home Button Test IT21/8_23-I should see the transactions screen.png

- Yoroi Wallet Home Button Test IT21/5_23-I should see the transactions screen:

Yoroi Wallet Home Button Test IT21/5_23-I should see the transactions screen.png

- User redeems Force vended PDF certificate/5_56-I click on ada redemption choices tab:

User redeems Force vended PDF certificate/5_56-I click on ada redemption choices tab.png

- User redeems Force vended PDF certificate/10_56-I should see the summary screen:

User redeems Force vended PDF certificate/10_56-I should see the summary screen.png

- User redeems Force vended PDF certificate/9_56-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Force vended PDF certificate/9_56-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Regular PDF certificate/9_39-I should see the summary screen:

User redeems Regular PDF certificate/9_39-I should see the summary screen.png

- User redeems Regular PDF certificate/8_39-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Regular PDF certificate/8_39-I should see the Ada Redemption Success Overlay and close the dialogue.png

- Try to make a transactions from the empty wallet IT89/5_167-I should see a not enough ada error:

Try to make a transactions from the empty wallet IT89/5_167-I should see a not enough ada error.png

- Wallet access after browser restart IT9/6_21-I click the Create personal wallet button:

Wallet access after browser restart IT9/6_21-I click the Create personal wallet button.png

- Wallet access after browser restart IT9/3_21-I click the create button:

Wallet access after browser restart IT9/3_21-I click the create button.png

- Wallet access after browser restart IT9/9_21-I should see the opened wallet with name :

Wallet access after browser restart IT9/9_21-I should see the opened wallet with name .png

- Wallet access after browser restart IT9/11_21-I should see the opened wallet with name :

Wallet access after browser restart IT9/11_21-I should see the opened wallet with name .png

- Password should be casesensitive Wallet password changing IT91/6_73-I should see the wallet password dialog:

Password should be casesensitive Wallet password changing IT91/6_73-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/5_73-I click on the password label:

Password should be casesensitive Wallet password changing IT91/5_73-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/9_73-I should see the following submit error messages:

Password should be casesensitive Wallet password changing IT91/9_73-I should see the following submit error messages.png

- Password should be casesensitive Wallet password changing IT91/9_74-I should see the following submit error messages:

Password should be casesensitive Wallet password changing IT91/9_74-I should see the following submit error messages.png

- Password should be casesensitive Wallet password changing IT91/5_74-I click on the password label:

Password should be casesensitive Wallet password changing IT91/5_74-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/6_75-I should see the wallet password dialog:

Password should be casesensitive Wallet password changing IT91/6_75-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/4_75-I click on secondary menu item:

Password should be casesensitive Wallet password changing IT91/4_75-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/4_74-I click on secondary menu item:

Password should be casesensitive Wallet password changing IT91/4_74-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/6_74-I should see the wallet password dialog:

Password should be casesensitive Wallet password changing IT91/6_74-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/5_75-I click on the password label:

Password should be casesensitive Wallet password changing IT91/5_75-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/4_73-I click on secondary menu item:

Password should be casesensitive Wallet password changing IT91/4_73-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/9_75-I should see the following submit error messages:

Password should be casesensitive Wallet password changing IT91/9_75-I should see the following submit error messages.png

- User tries to redeem ada and receives an invalid signature error from the server/8_115-I should see an error message saying that ADA could not be redeemed correctly:

User tries to redeem ada and receives an invalid signature error from the server/8_115-I should see an error message saying that ADA could not be redeemed correctly.png

- Restoring an empty wallet IT6/10_9-I should see the opened wallet with name :

Restoring an empty wallet IT6/10_9-I should see the opened wallet with name .png

- Restoring an empty wallet IT6/12_9-I should see the addresses exactly list them:

Restoring an empty wallet IT6/12_9-I should see the addresses exactly list them.png

- Restoring an empty wallet IT6/3_9-I click the restore button:

Restoring an empty wallet IT6/3_9-I click the restore button.png

- Restoring an empty wallet IT6/8_9-I should see a plate :

Restoring an empty wallet IT6/8_9-I should see a plate .png

- Restoring an empty wallet IT6/9_9-I click the next button:

Restoring an empty wallet IT6/9_9-I click the next button.png

- Restoring an empty wallet IT6/7_9-I click the Restore Wallet button:

Restoring an empty wallet IT6/7_9-I click the Restore Wallet button.png

- Main Screen Tabs Switching IT15/8_13-I should see the transactions screen:

Main Screen Tabs Switching IT15/8_13-I should see the transactions screen.png

- Main Screen Tabs Switching IT15/6_13-I should see the Receive screen:

Main Screen Tabs Switching IT15/6_13-I should see the Receive screen.png

- Main Screen Tabs Switching IT15/4_13-I should see send transaction screen:

Main Screen Tabs Switching IT15/4_13-I should see send transaction screen.png

- User tries to redeem manually entered Regular invalid redemption key/6_26-I should see invalid redemption key message:

User tries to redeem manually entered Regular invalid redemption key/6_26-I should see invalid redemption key message.png

- Ensure user can send a tx from a URI link IT108/5_21-I should see a dialog with the transaction details:

Ensure user can send a tx from a URI link IT108/5_21-I should see a dialog with the transaction details.png

- Ensure user can send a tx from a URI link IT108/4_21-I should see and accept a warning dialog:

Ensure user can send a tx from a URI link IT108/4_21-I should see and accept a warning dialog.png

- User accepts Daedalus Redemption Disclaimer/4_9-I see the Daedalus Redemption Disclaimer overlay:

User accepts Daedalus Redemption Disclaimer/4_9-I see the Daedalus Redemption Disclaimer overlay.png

- User accepts Daedalus Redemption Disclaimer/5_9-I click on the Ive understood the information above checkbox:

User accepts Daedalus Redemption Disclaimer/5_9-I click on the Ive understood the information above checkbox.png

- User accepts Daedalus Redemption Disclaimer/6_9-I click on the Continue button:

User accepts Daedalus Redemption Disclaimer/6_9-I click on the Continue button.png

- User redeems manually entered Regular redemption key/9_17-I should see the summary screen:

User redeems manually entered Regular redemption key/9_17-I should see the summary screen.png

- User redeems manually entered Regular redemption key/8_17-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems manually entered Regular redemption key/8_17-I should see the Ada Redemption Success Overlay and close the dialogue.png

- Ensure user can generate a wallet URI and copy it to clipboard IT107/8_9-I click on the copy to clipboard icon:

Ensure user can generate a wallet URI and copy it to clipboard IT107/8_9-I click on the copy to clipboard icon.png

- Ensure user can generate a wallet URI and copy it to clipboard IT107/4_9-I should see the Receive screen:

Ensure user can generate a wallet URI and copy it to clipboard IT107/4_9-I should see the Receive screen.png

- Ensure user can generate a wallet URI and copy it to clipboard IT107/7_9-I should see the URI displayed in a new dialog:

Ensure user can generate a wallet URI and copy it to clipboard IT107/7_9-I should see the URI displayed in a new dialog.png

- Ensure user can generate a wallet URI and copy it to clipboard IT107/9_9-I should see URL successfully copied notification:

Ensure user can generate a wallet URI and copy it to clipboard IT107/9_9-I should see URL successfully copied notification.png

- Ensure user can generate a wallet URI and copy it to clipboard IT107/5_9-I click on generate payment URL button:

Ensure user can generate a wallet URI and copy it to clipboard IT107/5_9-I click on generate payment URL button.png

- Restoring a paper wallet IT72/13_147-I should see the addresses exactly list them:

Restoring a paper wallet IT72/13_147-I should see the addresses exactly list them.png

- Restoring a paper wallet IT72/3_147-I click the restore paper wallet button:

Restoring a paper wallet IT72/3_147-I click the restore paper wallet button.png

- Restoring a paper wallet IT72/10_147-I click the next button:

Restoring a paper wallet IT72/10_147-I click the next button.png

- Restoring a paper wallet IT72/9_147-I should see a plate :

Restoring a paper wallet IT72/9_147-I should see a plate .png

- Restoring a paper wallet IT72/11_147-I should see the opened wallet with name :

Restoring a paper wallet IT72/11_147-I should see the opened wallet with name .png

- Restoring a paper wallet IT72/8_147-I click the Restore Wallet button:

Restoring a paper wallet IT72/8_147-I click the Restore Wallet button.png

- Check content of failed transaction IT58/3_35-I see the transactions summary:

Check content of failed transaction IT58/3_35-I see the transactions summary.png

- Terms of Use are not accepted if user didnt confirm it and closereload the browser page IT51/4_14-I click on I agree with the terms of use checkbox:

Terms of Use are not accepted if user didnt confirm it and closereload the browser page IT51/4_14-I click on I agree with the terms of use checkbox.png

- Daedalus transfer should fail to recover wallet if connection was lost IT84/7_19-I should see an Error screen:

Daedalus transfer should fail to recover wallet if connection was lost IT84/7_19-I should see an Error screen.png

- Daedalus transfer should fail to recover wallet if connection was lost IT84/4_19-I click on the transfer funds from Daedalus button:

Daedalus transfer should fail to recover wallet if connection was lost IT84/4_19-I click on the transfer funds from Daedalus button.png

- Daedalus transfer should fail to recover wallet if connection was lost IT84/8_19-I should see Connection lost error message:

Daedalus transfer should fail to recover wallet if connection was lost IT84/8_19-I should see Connection lost error message.png

- User cant change password without filling Password repeat field IT40/6_131-I should see the wallet password dialog:

User cant change password without filling Password repeat field IT40/6_131-I should see the wallet password dialog.png

- User cant change password without filling Password repeat field IT40/11_131-I should see Doesnt match error message:

User cant change password without filling Password repeat field IT40/11_131-I should see Doesnt match error message.png

- User cant change password without filling Password repeat field IT40/5_131-I click on the password label:

User cant change password without filling Password repeat field IT40/5_131-I click on the password label.png

- User cant change password without filling Password repeat field IT40/4_131-I click on secondary menu item:

User cant change password without filling Password repeat field IT40/4_131-I click on secondary menu item.png

- User can send a tx after invalid password attempt IT60/8_200-I see send money confirmation dialog:

User can send a tx after invalid password attempt IT60/8_200-I see send money confirmation dialog.png

- User can send a tx after invalid password attempt IT60/11_200-I should see an incorrect wallet password error message:

User can send a tx after invalid password attempt IT60/11_200-I should see an incorrect wallet password error message.png

- User can send a tx after invalid password attempt IT60/15_200-I should see the summary screen:

User can send a tx after invalid password attempt IT60/15_200-I should see the summary screen.png

- User can send a tx after invalid password attempt IT60/7_200-I click on the next button in the wallet send form:

User can send a tx after invalid password attempt IT60/7_200-I click on the next button in the wallet send form.png

- Display warning if wallet changes during send screen IT59/8_223-I should see a warning block:

Display warning if wallet changes during send screen IT59/8_223-I should see a warning block.png

- User redeems manually entered Force vended redemption key/10_47-I should see the summary screen:

User redeems manually entered Force vended redemption key/10_47-I should see the summary screen.png

- User redeems manually entered Force vended redemption key/9_47-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems manually entered Force vended redemption key/9_47-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems manually entered Force vended redemption key/5_47-I click on ada redemption choices tab:

User redeems manually entered Force vended redemption key/5_47-I click on ada redemption choices tab.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/6_33-I should see You have successfully copied wallet address pop up:

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/6_33-I should see You have successfully copied wallet address pop up.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/4_33-I should see the Receive screen:

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/4_33-I should see the Receive screen.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/5_33-I click on copy to clipboard button:

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/5_33-I click on copy to clipboard button.png

- Users will be presented with a security warning prior to seed creation IT27/3_59-I click the create button:

Users will be presented with a security warning prior to seed creation IT27/3_59-I click the create button.png

- Users will be presented with a security warning prior to seed creation IT27/7_59-I see the security warning prior:

Users will be presented with a security warning prior to seed creation IT27/7_59-I see the security warning prior.png

- Users will be presented with a security warning prior to seed creation IT27/6_59-I click the Create personal wallet button:

Users will be presented with a security warning prior to seed creation IT27/6_59-I click the Create personal wallet button.png

- Latest address should be displayed at the top IT106/5_9-I should see the addresses exactly list them:

Latest address should be displayed at the top IT106/5_9-I should see the addresses exactly list them.png

- Latest address should be displayed at the top IT106/4_9-I should see my latest address at the top:

Latest address should be displayed at the top IT106/4_9-I should see my latest address at the top.png

- Yoroi Settings Screen Terms of Use in Default EnglishIT3/4_157-I should see the Terms of use screen:

Yoroi Settings Screen Terms of Use in Default EnglishIT3/4_157-I should see the Terms of use screen.png

- Yoroi Settings Screen Terms of Use in Default EnglishIT3/3_157-I click on secondary menu item:

Yoroi Settings Screen Terms of Use in Default EnglishIT3/3_157-I click on secondary menu item.png

- Wallet cant be created without entering password IT24/3_48-I click the create button:

Wallet cant be created without entering password IT24/3_48-I click the create button.png

- Wallet cant be created without entering password IT24/7_48-I click the Create personal wallet button:

Wallet cant be created without entering password IT24/7_48-I click the Create personal wallet button.png

- CONFIRM TRANSACTION Pop up displays properly IT48/8_69-I see CONFIRM TRANSACTION Pop up:

CONFIRM TRANSACTION Pop up displays properly IT48/8_69-I see CONFIRM TRANSACTION Pop up.png

- CONFIRM TRANSACTION Pop up displays properly IT48/7_69-I click on the next button in the wallet send form:

CONFIRM TRANSACTION Pop up displays properly IT48/7_69-I click on the next button in the wallet send form.png

- Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/3_28-I click the restore button:

Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/3_28-I click the restore button.png

- Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/6_28-I delete recovery phrase by clicking x signs:

Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/6_28-I delete recovery phrase by clicking x signs.png

- Invalid URI leads user to warning dialog IT109/4_33-I should see an invalid URI dialog:

Invalid URI leads user to warning dialog IT109/4_33-I should see an invalid URI dialog.png

- Check content of successful transaction IT56/3_23-I see the transactions summary:

Check content of successful transaction IT56/3_23-I see the transactions summary.png

- Open the tx history of a wallet with a big input tx IT104/3_48-I see the transactions summary:

Open the tx history of a wallet with a big input tx IT104/3_48-I see the transactions summary.png

- Open the tx history of a wallet with a big input tx IT104/5_48-I should see transactions:

Open the tx history of a wallet with a big input tx IT104/5_48-I should see transactions.png

- Open the tx history of a wallet with a big input tx IT104/4_48-I should see that the number of transactions is :

Open the tx history of a wallet with a big input tx IT104/4_48-I should see that the number of transactions is .png

- User can send all funds from one Yoroi wallet to another/9_113-I see send money confirmation dialog:

User can send all funds from one Yoroi wallet to another/9_113-I see send money confirmation dialog.png

- User can send all funds from one Yoroi wallet to another/12_113-I should see the summary screen:

User can send all funds from one Yoroi wallet to another/12_113-I should see the summary screen.png

- User can send all funds from one Yoroi wallet to another/5_113-I click on Send all my ADA checkbox:

User can send all funds from one Yoroi wallet to another/5_113-I click on Send all my ADA checkbox.png

- User can send all funds from one Yoroi wallet to another/8_113-I click on the next button in the wallet send form:

User can send all funds from one Yoroi wallet to another/8_113-I click on the next button in the wallet send form.png

- User can transfer Daedalus funds to Yoroi using master key IT19/10_87-I should see the summary screen:

User can transfer Daedalus funds to Yoroi using master key IT19/10_87-I should see the summary screen.png

- User can transfer Daedalus funds to Yoroi using master key IT19/5_87-I click on the transfer funds from Daedalus master key button:

User can transfer Daedalus funds to Yoroi using master key IT19/5_87-I click on the transfer funds from Daedalus master key button.png

- Spending Password should be casesensitive Transaction confirmation IT90/10_51-I should see an incorrect wallet password error message:

Spending Password should be casesensitive Transaction confirmation IT90/10_51-I should see an incorrect wallet password error message.png

- Spending Password should be casesensitive Transaction confirmation IT90/7_50-I see send money confirmation dialog:

Spending Password should be casesensitive Transaction confirmation IT90/7_50-I see send money confirmation dialog.png

- Spending Password should be casesensitive Transaction confirmation IT90/10_50-I should see an incorrect wallet password error message:

Spending Password should be casesensitive Transaction confirmation IT90/10_50-I should see an incorrect wallet password error message.png

- Spending Password should be casesensitive Transaction confirmation IT90/10_49-I should see an incorrect wallet password error message:

Spending Password should be casesensitive Transaction confirmation IT90/10_49-I should see an incorrect wallet password error message.png

- Spending Password should be casesensitive Transaction confirmation IT90/6_51-I click on the next button in the wallet send form:

Spending Password should be casesensitive Transaction confirmation IT90/6_51-I click on the next button in the wallet send form.png

- Spending Password should be casesensitive Transaction confirmation IT90/7_49-I see send money confirmation dialog:

Spending Password should be casesensitive Transaction confirmation IT90/7_49-I see send money confirmation dialog.png

- Spending Password should be casesensitive Transaction confirmation IT90/7_51-I see send money confirmation dialog:

Spending Password should be casesensitive Transaction confirmation IT90/7_51-I see send money confirmation dialog.png

- Spending Password should be casesensitive Transaction confirmation IT90/6_49-I click on the next button in the wallet send form:

Spending Password should be casesensitive Transaction confirmation IT90/6_49-I click on the next button in the wallet send form.png

- Spending Password should be casesensitive Transaction confirmation IT90/6_50-I click on the next button in the wallet send form:

Spending Password should be casesensitive Transaction confirmation IT90/6_50-I click on the next button in the wallet send form.png

- Wallet restoration Recovery Phrase test IT70/9_132-I should see an Invalid recovery phrase error message:

Wallet restoration Recovery Phrase test IT70/9_132-I should see an Invalid recovery phrase error message.png

- Wallet restoration Recovery Phrase test IT70/7_132-I click the Restore Wallet button:

Wallet restoration Recovery Phrase test IT70/7_132-I click the Restore Wallet button.png

- Wallet restoration Recovery Phrase test IT70/3_132-I click the restore button:

Wallet restoration Recovery Phrase test IT70/3_132-I click the restore button.png

- Sending a Tx and receiving from the server an invalid signature error/8_116-I see send money confirmation dialog:

Sending a Tx and receiving from the server an invalid signature error/8_116-I see send money confirmation dialog.png

- Sending a Tx and receiving from the server an invalid signature error/7_116-I click on the next button in the wallet send form:

Sending a Tx and receiving from the server an invalid signature error/7_116-I click on the next button in the wallet send form.png

- Sending a Tx and receiving from the server an invalid signature error/11_116-I should see an invalid signature error message:

Sending a Tx and receiving from the server an invalid signature error/11_116-I should see an invalid signature error message.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/12_89-I should see Wallet name requires at least 1 and at most 40 letters error message:

Wallet cant be created if wallet name doesnt meet requirements IT16/12_89-I should see Wallet name requires at least 1 and at most 40 letters error message.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/3_89-I click the create button:

Wallet cant be created if wallet name doesnt meet requirements IT16/3_89-I click the create button.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/7_89-I click the Create personal wallet button:

Wallet cant be created if wallet name doesnt meet requirements IT16/7_89-I click the Create personal wallet button.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/10_89-I click the Create personal wallet button:

Wallet cant be created if wallet name doesnt meet requirements IT16/10_89-I click the Create personal wallet button.png

- Ensure that wallet addresses are restored correctly IT86/10_58-I should see the opened wallet with name :

Ensure that wallet addresses are restored correctly IT86/10_58-I should see the opened wallet with name .png

- Ensure that wallet addresses are restored correctly IT86/3_58-I click the restore button:

Ensure that wallet addresses are restored correctly IT86/3_58-I click the restore button.png

- Ensure that wallet addresses are restored correctly IT86/8_58-I should see a plate :

Ensure that wallet addresses are restored correctly IT86/8_58-I should see a plate .png

- Ensure that wallet addresses are restored correctly IT86/13_58-I should see the addresses exactly list them:

Ensure that wallet addresses are restored correctly IT86/13_58-I should see the addresses exactly list them.png

- Ensure that wallet addresses are restored correctly IT86/7_58-I click the Restore Wallet button:

Ensure that wallet addresses are restored correctly IT86/7_58-I click the Restore Wallet button.png

- Ensure that wallet addresses are restored correctly IT86/9_58-I click the next button:

Ensure that wallet addresses are restored correctly IT86/9_58-I click the next button.png

- User is able to change spending password IT94/16_55-I see send money confirmation dialog:

User is able to change spending password IT94/16_55-I see send money confirmation dialog.png

- User is able to change spending password IT94/5_55-I click on secondary menu item:

User is able to change spending password IT94/5_55-I click on secondary menu item.png

- User is able to change spending password IT94/15_55-I click on the next button in the wallet send form:

User is able to change spending password IT94/15_55-I click on the next button in the wallet send form.png

- User is able to change spending password IT94/19_55-I should see the summary screen:

User is able to change spending password IT94/19_55-I should see the summary screen.png

- User is able to change spending password IT94/6_55-I click on the password label:

User is able to change spending password IT94/6_55-I click on the password label.png

- User is able to change spending password IT94/7_55-I should see the wallet password dialog:

User is able to change spending password IT94/7_55-I should see the wallet password dialog.png

- Wallet settings tab isnt active if wallet is not created IT23/4_163-I should see secondary menu item disabled:

Wallet settings tab isnt active if wallet is not created IT23/4_163-I should see secondary menu item disabled.png

- User redeems Force vended encrypted PDF certificate/5_66-I click on ada redemption choices tab:

User redeems Force vended encrypted PDF certificate/5_66-I click on ada redemption choices tab.png

- User redeems Force vended encrypted PDF certificate/11_66-I should see the summary screen:

User redeems Force vended encrypted PDF certificate/11_66-I should see the summary screen.png

- User redeems Force vended encrypted PDF certificate/10_66-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Force vended encrypted PDF certificate/10_66-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User can send funds from one Yoroi wallet to another IT54/8_27-I see send money confirmation dialog:

User can send funds from one Yoroi wallet to another IT54/8_27-I see send money confirmation dialog.png

- User can send funds from one Yoroi wallet to another IT54/7_27-I click on the next button in the wallet send form:

User can send funds from one Yoroi wallet to another IT54/7_27-I click on the next button in the wallet send form.png

- User can send funds from one Yoroi wallet to another IT54/7_28-I click on the next button in the wallet send form:

User can send funds from one Yoroi wallet to another IT54/7_28-I click on the next button in the wallet send form.png

- User can send funds from one Yoroi wallet to another IT54/12_27-I should see the summary screen:

User can send funds from one Yoroi wallet to another IT54/12_27-I should see the summary screen.png

- User can send funds from one Yoroi wallet to another IT54/8_28-I see send money confirmation dialog:

User can send funds from one Yoroi wallet to another IT54/8_28-I see send money confirmation dialog.png

- User can send funds from one Yoroi wallet to another IT54/9_28-I should see no warning block:

User can send funds from one Yoroi wallet to another IT54/9_28-I should see no warning block.png

- User can send funds from one Yoroi wallet to another IT54/12_28-I should see the summary screen:

User can send funds from one Yoroi wallet to another IT54/12_28-I should see the summary screen.png

- User can send funds from one Yoroi wallet to another IT54/7_29-I click on the next button in the wallet send form:

User can send funds from one Yoroi wallet to another IT54/7_29-I click on the next button in the wallet send form.png

- User can send funds from one Yoroi wallet to another IT54/9_29-I should see no warning block:

User can send funds from one Yoroi wallet to another IT54/9_29-I should see no warning block.png

- User can send funds from one Yoroi wallet to another IT54/8_29-I see send money confirmation dialog:

User can send funds from one Yoroi wallet to another IT54/8_29-I see send money confirmation dialog.png

- User can send funds from one Yoroi wallet to another IT54/12_29-I should see the summary screen:

User can send funds from one Yoroi wallet to another IT54/12_29-I should see the summary screen.png

- User can send funds from one Yoroi wallet to another IT54/9_27-I should see no warning block:

User can send funds from one Yoroi wallet to another IT54/9_27-I should see no warning block.png

- User redeems manually entered Paper vended shielded vending key and passphrase/5_77-I click on ada redemption choices tab:

User redeems manually entered Paper vended shielded vending key and passphrase/5_77-I click on ada redemption choices tab.png

- User redeems manually entered Paper vended shielded vending key and passphrase/10_77-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems manually entered Paper vended shielded vending key and passphrase/10_77-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems manually entered Paper vended shielded vending key and passphrase/11_77-I should see the summary screen:

User redeems manually entered Paper vended shielded vending key and passphrase/11_77-I should see the summary screen.png

- Get balance with many addresses/3_8-I should see the balance number :

Get balance with many addresses/3_8-I should see the balance number .png

- Wallet cant be restored without entering password IT26/3_102-I click the restore button:

Wallet cant be restored without entering password IT26/3_102-I click the restore button.png

- Wallet cant be restored without entering password IT26/8_102-I click the Restore Wallet button:

Wallet cant be restored without entering password IT26/8_102-I click the Restore Wallet button.png

- Check content of pending transaction IT57/3_29-I see the transactions summary:

Check content of pending transaction IT57/3_29-I see the transactions summary.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/4_114-I click on secondary menu item:

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/4_114-I click on secondary menu item.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/8_114-I should see Wallet name requires at least 1 and at most 40 letters error message:

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/8_114-I should see Wallet name requires at least 1 and at most 40 letters error message.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/5_114-I click on name input field:

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/5_114-I click on name input field.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/7_114-I click outside name input field:

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/7_114-I click outside name input field.png

- Ensure user can hide used Addresses under Receive tab IT22/4_36-I click on the Generate new address button:

Ensure user can hide used Addresses under Receive tab IT22/4_36-I click on the Generate new address button.png

- Ensure user can hide used Addresses under Receive tab IT22/5_36-I click on the Hide used addresses button:

Ensure user can hide used Addresses under Receive tab IT22/5_36-I click on the Hide used addresses button.png

- Ensure user can hide used Addresses under Receive tab IT22/6_36-I should see the addresses exactly list them:

Ensure user can hide used Addresses under Receive tab IT22/6_36-I should see the addresses exactly list them.png

- Paper wallet creation IT77/16_175-I click the next button:

Paper wallet creation IT77/16_175-I click the next button.png

- Paper wallet creation IT77/10_175-I click the next button:

Paper wallet creation IT77/10_175-I click the next button.png

- Paper wallet creation IT77/6_175-I click the create paper wallet button:

Paper wallet creation IT77/6_175-I click the create paper wallet button.png

- Paper wallet creation IT77/9_175-I click the next button:

Paper wallet creation IT77/9_175-I click the next button.png

- Paper wallet creation IT77/15_175-I should see two addresses displayed:

Paper wallet creation IT77/15_175-I should see two addresses displayed.png

- Paper wallet creation IT77/14_175-I click then button labeled :

Paper wallet creation IT77/14_175-I click then button labeled .png

- Paper wallet creation IT77/3_175-I click on secondary menu item:

Paper wallet creation IT77/3_175-I click on secondary menu item.png

- User redeems Recovery regular encrypted PDF certificate/5_87-I click on ada redemption choices tab:

User redeems Recovery regular encrypted PDF certificate/5_87-I click on ada redemption choices tab.png

- User redeems Recovery regular encrypted PDF certificate/11_87-I should see the summary screen:

User redeems Recovery regular encrypted PDF certificate/11_87-I should see the summary screen.png

- User redeems Recovery regular encrypted PDF certificate/10_87-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Recovery regular encrypted PDF certificate/10_87-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User cant change the password without entering old password IT14/6_117-I should see the wallet password dialog:

User cant change the password without entering old password IT14/6_117-I should see the wallet password dialog.png

- User cant change the password without entering old password IT14/5_117-I click on the password label:

User cant change the password without entering old password IT14/5_117-I click on the password label.png

- User cant change the password without entering old password IT14/4_117-I click on secondary menu item:

User cant change the password without entering old password IT14/4_117-I click on secondary menu item.png

- Yoroi Settings Screen Support IT4/3_169-I click on secondary menu item:

Yoroi Settings Screen Support IT4/3_169-I click on secondary menu item.png

- Yoroi Settings Screen Support IT4/4_169-I should see support screen:

Yoroi Settings Screen Support IT4/4_169-I should see support screen.png

- Successfully restoring a simple wallet/13_37-I should see the addresses exactly list them:

Successfully restoring a simple wallet/13_37-I should see the addresses exactly list them.png

- Successfully restoring a simple wallet/8_37-I should see a plate :

Successfully restoring a simple wallet/8_37-I should see a plate .png

- Successfully restoring a simple wallet/7_37-I click the Restore Wallet button:

Successfully restoring a simple wallet/7_37-I click the Restore Wallet button.png

- Successfully restoring a simple wallet/10_37-I should see the opened wallet with name :

Successfully restoring a simple wallet/10_37-I should see the opened wallet with name .png

- Successfully restoring a simple wallet/9_37-I click the next button:

Successfully restoring a simple wallet/9_37-I click the next button.png

- Successfully restoring a simple wallet/3_37-I click the restore button:

Successfully restoring a simple wallet/3_37-I click the restore button.png

- User cant send funds to the invalid address IT46/6_72-I should see an invalid address error:

User cant send funds to the invalid address IT46/6_72-I should see an invalid address error.png

- User redeems Recovery force vended encrypted PDF certificate/10_111-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Recovery force vended encrypted PDF certificate/10_111-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/5_110-I click on ada redemption choices tab:

User redeems Recovery force vended encrypted PDF certificate/5_110-I click on ada redemption choices tab.png

- User redeems Recovery force vended encrypted PDF certificate/5_111-I click on ada redemption choices tab:

User redeems Recovery force vended encrypted PDF certificate/5_111-I click on ada redemption choices tab.png

- User redeems Recovery force vended encrypted PDF certificate/10_112-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Recovery force vended encrypted PDF certificate/10_112-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/11_110-I should see the summary screen:

User redeems Recovery force vended encrypted PDF certificate/11_110-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/11_111-I should see the summary screen:

User redeems Recovery force vended encrypted PDF certificate/11_111-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/11_112-I should see the summary screen:

User redeems Recovery force vended encrypted PDF certificate/11_112-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/10_110-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Recovery force vended encrypted PDF certificate/10_110-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/5_112-I click on ada redemption choices tab:

User redeems Recovery force vended encrypted PDF certificate/5_112-I click on ada redemption choices tab.png

- User cant create more than 20 consecutive unused addresses IT49/4_25-I click on the Generate new address button 09 times:

User cant create more than 20 consecutive unused addresses IT49/4_25-I click on the Generate new address button 09 times.png

- User cant create more than 20 consecutive unused addresses IT49/5_25-I click on the Generate new address button:

User cant create more than 20 consecutive unused addresses IT49/5_25-I click on the Generate new address button.png

- User cant create more than 20 consecutive unused addresses IT49/6_25-I should see an error about max unused addresses:

User cant create more than 20 consecutive unused addresses IT49/6_25-I should see an error about max unused addresses.png

- Wallet restoration Recovery Phrase with less than 15 words IT73/6_178-I should see an X words left error message:

Wallet restoration Recovery Phrase with less than 15 words IT73/6_178-I should see an X words left error message.png

- Wallet restoration Recovery Phrase with less than 15 words IT73/3_178-I click the restore button:

Wallet restoration Recovery Phrase with less than 15 words IT73/3_178-I click the restore button.png

- User cant change password if it doesnt meet complexity requirements IT12/9_23-I should see the following error messages:

User cant change password if it doesnt meet complexity requirements IT12/9_23-I should see the following error messages.png

- User cant change password if it doesnt meet complexity requirements IT12/6_23-I should see the wallet password dialog:

User cant change password if it doesnt meet complexity requirements IT12/6_23-I should see the wallet password dialog.png

- User cant change password if it doesnt meet complexity requirements IT12/4_23-I click on secondary menu item:

User cant change password if it doesnt meet complexity requirements IT12/4_23-I click on secondary menu item.png

- User cant change password if it doesnt meet complexity requirements IT12/5_23-I click on the password label:

User cant change password if it doesnt meet complexity requirements IT12/5_23-I click on the password label.png

- Wallet cant be created if its password doesnt meet complexity requirements IT7/7_104-I should see Invalid Password error message:

Wallet cant be created if its password doesnt meet complexity requirements IT7/7_104-I should see Invalid Password error message.png

- Wallet cant be created if its password doesnt meet complexity requirements IT7/6_104-I click the Create personal wallet button:

Wallet cant be created if its password doesnt meet complexity requirements IT7/6_104-I click the Create personal wallet button.png

- Wallet cant be created if its password doesnt meet complexity requirements IT7/3_104-I click the create button:

Wallet cant be created if its password doesnt meet complexity requirements IT7/3_104-I click the create button.png

- User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/10_41-I should see the summary screen:

User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/10_41-I should see the summary screen.png

- User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/5_41-I click on the transfer funds from Daedalus button:

User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/5_41-I click on the transfer funds from Daedalus button.png

@rnd-at-emurgo
Copy link

E2E _firefox_ screenshots differences between 'PR511-54d4965' and base branch 'develop'

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/10_35-I see All selected words are cleared:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/10_35-I see All selected words are cleared.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/9_35-I click Clear button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/9_35-I click Clear button.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/3_35-I click the create button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/3_35-I click the create button.png

- Open the tx history of an already loaded wallet IT105/5_55-I see the transactions summary:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of an already loaded wallet IT105/5_55-I see the transactions summary.png

- Open the tx history of an already loaded wallet IT105/3_55-I see the transactions summary:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of an already loaded wallet IT105/3_55-I see the transactions summary.png

- Open the tx history of an already loaded wallet IT105/6_55-I should see that the number of transactions is :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of an already loaded wallet IT105/6_55-I should see that the number of transactions is .png

- Open the tx history of an empty wallet IT101/4_8-I should see that the number of transactions is :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of an empty wallet IT101/4_8-I should see that the number of transactions is .png

- Ensure every generated wallet address is unique IT34/4_31-I click on the Generate new address button 09 times:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure every generated wallet address is unique IT34/4_31-I click on the Generate new address button 09 times.png

- Ensure every generated wallet address is unique IT34/5_31-I see every generated address is unique:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure every generated wallet address is unique IT34/5_31-I see every generated address is unique.png

- Display warning if wallet changes during confirmation IT59/17_176-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Display warning if wallet changes during confirmation IT59/17_176-I should see the summary screen.png

- Open the tx history of a simple wallet IT102/5_15-I should see transactions:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a simple wallet IT102/5_15-I should see transactions.png

- Open the tx history of a simple wallet IT102/3_15-I see the transactions summary:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a simple wallet IT102/3_15-I see the transactions summary.png

- Open the tx history of a simple wallet IT102/4_15-I should see that the number of transactions is :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a simple wallet IT102/4_15-I should see that the number of transactions is .png

- Open the tx history of a simple wallet IT102/6_15-I should see transactions:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a simple wallet IT102/6_15-I should see transactions.png

- Wallet creation IT5/9_9-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet creation IT5/9_9-I should see the opened wallet with name .png

- Wallet renaming IT8/4_95-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_95-I click on secondary menu item.png

- Wallet renaming IT8/4_97-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_97-I click on secondary menu item.png

- Wallet renaming IT8/4_93-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_93-I click on secondary menu item.png

- Wallet renaming IT8/4_94-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_94-I click on secondary menu item.png

- Wallet renaming IT8/4_96-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_96-I click on secondary menu item.png

- Wallet renaming IT8/4_92-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet renaming IT8/4_92-I click on secondary menu item.png

- Generate a new receive address IT17/6_16-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Generate a new receive address IT17/6_16-I should see the addresses exactly list them.png

- Generate a new receive address IT17/4_16-I click on the Generate new address button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Generate a new receive address IT17/4_16-I click on the Generate new address button.png

- Generate a new receive address IT17/5_16-I should see my latest address at the top:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Generate a new receive address IT17/5_16-I should see my latest address at the top.png

- User cant send more funds than he has IT47/6_83-I should see a not enough ada error:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant send more funds than he has IT47/6_83-I should see a not enough ada error.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/12_83-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/12_83-I should see the addresses exactly list them.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/8_83-I should see a plate :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/8_83-I should see a plate .png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/10_83-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/10_83-I should see the opened wallet with name .png

- Open the tx history of a complex wallet IT103/5_41-I should see transactions:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a complex wallet IT103/5_41-I should see transactions.png

- Open the tx history of a complex wallet IT103/3_41-I see the transactions summary:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a complex wallet IT103/3_41-I see the transactions summary.png

- User redeems Force vended PDF certificate/5_56-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Force vended PDF certificate/5_56-I click on ada redemption choices tab.png

- User redeems Regular PDF certificate/8_39-I should see the Ada Redemption Success Overlay and close the dialogue:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Regular PDF certificate/8_39-I should see the Ada Redemption Success Overlay and close the dialogue.png

- Try to make a transactions from the empty wallet IT89/5_167-I should see a not enough ada error:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Try to make a transactions from the empty wallet IT89/5_167-I should see a not enough ada error.png

- Wallet access after browser restart IT9/3_21-I click the create button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet access after browser restart IT9/3_21-I click the create button.png

- Wallet access after browser restart IT9/9_21-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet access after browser restart IT9/9_21-I should see the opened wallet with name .png

- Wallet access after browser restart IT9/11_21-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet access after browser restart IT9/11_21-I should see the opened wallet with name .png

- Password should be casesensitive Wallet password changing IT91/6_73-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/6_73-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/5_73-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/5_73-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/5_74-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/5_74-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/6_75-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/6_75-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/4_75-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/4_75-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/4_74-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/4_74-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/6_74-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/6_74-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/5_75-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/5_75-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/4_73-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Password should be casesensitive Wallet password changing IT91/4_73-I click on secondary menu item.png

- Restoring an empty wallet IT6/10_9-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Restoring an empty wallet IT6/10_9-I should see the opened wallet with name .png

- Restoring an empty wallet IT6/12_9-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Restoring an empty wallet IT6/12_9-I should see the addresses exactly list them.png

- Restoring an empty wallet IT6/8_9-I should see a plate :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Restoring an empty wallet IT6/8_9-I should see a plate .png

- Main Screen Tabs Switching IT15/6_13-I should see the Receive screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Main Screen Tabs Switching IT15/6_13-I should see the Receive screen.png

- User redeems manually entered Regular redemption key/8_17-I should see the Ada Redemption Success Overlay and close the dialogue:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems manually entered Regular redemption key/8_17-I should see the Ada Redemption Success Overlay and close the dialogue.png

- Restoring a paper wallet IT72/13_147-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Restoring a paper wallet IT72/13_147-I should see the addresses exactly list them.png

- Restoring a paper wallet IT72/9_147-I should see a plate :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Restoring a paper wallet IT72/9_147-I should see a plate .png

- Restoring a paper wallet IT72/11_147-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Restoring a paper wallet IT72/11_147-I should see the opened wallet with name .png

- Check content of failed transaction IT58/3_35-I see the transactions summary:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Check content of failed transaction IT58/3_35-I see the transactions summary.png

- User cant change password without filling Password repeat field IT40/6_131-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password without filling Password repeat field IT40/6_131-I should see the wallet password dialog.png

- User cant change password without filling Password repeat field IT40/5_131-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password without filling Password repeat field IT40/5_131-I click on the password label.png

- User cant change password without filling Password repeat field IT40/4_131-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password without filling Password repeat field IT40/4_131-I click on secondary menu item.png

- User can send a tx after invalid password attempt IT60/15_200-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send a tx after invalid password attempt IT60/15_200-I should see the summary screen.png

- Display warning if wallet changes during send screen IT59/8_223-I should see a warning block:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Display warning if wallet changes during send screen IT59/8_223-I should see a warning block.png

- User redeems manually entered Force vended redemption key/5_47-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems manually entered Force vended redemption key/5_47-I click on ada redemption choices tab.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/6_33-I should see You have successfully copied wallet address pop up:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/6_33-I should see You have successfully copied wallet address pop up.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/4_33-I should see the Receive screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/4_33-I should see the Receive screen.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/5_33-I click on copy to clipboard button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/5_33-I click on copy to clipboard button.png

- Latest address should be displayed at the top IT106/5_9-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Latest address should be displayed at the top IT106/5_9-I should see the addresses exactly list them.png

- Latest address should be displayed at the top IT106/4_9-I should see my latest address at the top:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Latest address should be displayed at the top IT106/4_9-I should see my latest address at the top.png

- Yoroi Settings Screen Terms of Use in Default EnglishIT3/4_157-I should see the Terms of use screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Yoroi Settings Screen Terms of Use in Default EnglishIT3/4_157-I should see the Terms of use screen.png

- Yoroi Settings Screen Terms of Use in Default EnglishIT3/3_157-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Yoroi Settings Screen Terms of Use in Default EnglishIT3/3_157-I click on secondary menu item.png

- Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/6_28-I delete recovery phrase by clicking x signs:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/6_28-I delete recovery phrase by clicking x signs.png

- Check content of successful transaction IT56/3_23-I see the transactions summary:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Check content of successful transaction IT56/3_23-I see the transactions summary.png

- Open the tx history of a wallet with a big input tx IT104/5_48-I should see transactions:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Open the tx history of a wallet with a big input tx IT104/5_48-I should see transactions.png

- User can send all funds from one Yoroi wallet to another/12_113-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send all funds from one Yoroi wallet to another/12_113-I should see the summary screen.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/3_89-I click the create button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet cant be created if wallet name doesnt meet requirements IT16/3_89-I click the create button.png

- Ensure that wallet addresses are restored correctly IT86/10_58-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure that wallet addresses are restored correctly IT86/10_58-I should see the opened wallet with name .png

- Ensure that wallet addresses are restored correctly IT86/13_58-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure that wallet addresses are restored correctly IT86/13_58-I should see the addresses exactly list them.png

- User is able to change spending password IT94/5_55-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User is able to change spending password IT94/5_55-I click on secondary menu item.png

- User is able to change spending password IT94/19_55-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User is able to change spending password IT94/19_55-I should see the summary screen.png

- User is able to change spending password IT94/6_55-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User is able to change spending password IT94/6_55-I click on the password label.png

- User is able to change spending password IT94/7_55-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User is able to change spending password IT94/7_55-I should see the wallet password dialog.png

- Wallet settings tab isnt active if wallet is not created IT23/4_163-I should see secondary menu item disabled:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet settings tab isnt active if wallet is not created IT23/4_163-I should see secondary menu item disabled.png

- User redeems Force vended encrypted PDF certificate/5_66-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Force vended encrypted PDF certificate/5_66-I click on ada redemption choices tab.png

- User redeems Force vended encrypted PDF certificate/10_66-I should see the Ada Redemption Success Overlay and close the dialogue:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Force vended encrypted PDF certificate/10_66-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User can send funds from one Yoroi wallet to another IT54/12_27-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send funds from one Yoroi wallet to another IT54/12_27-I should see the summary screen.png

- User can send funds from one Yoroi wallet to another IT54/9_28-I should see no warning block:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send funds from one Yoroi wallet to another IT54/9_28-I should see no warning block.png

- User can send funds from one Yoroi wallet to another IT54/12_28-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send funds from one Yoroi wallet to another IT54/12_28-I should see the summary screen.png

- User can send funds from one Yoroi wallet to another IT54/12_29-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User can send funds from one Yoroi wallet to another IT54/12_29-I should see the summary screen.png

- User redeems manually entered Paper vended shielded vending key and passphrase/5_77-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems manually entered Paper vended shielded vending key and passphrase/5_77-I click on ada redemption choices tab.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/4_114-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/4_114-I click on secondary menu item.png

- Ensure user can hide used Addresses under Receive tab IT22/4_36-I click on the Generate new address button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can hide used Addresses under Receive tab IT22/4_36-I click on the Generate new address button.png

- Ensure user can hide used Addresses under Receive tab IT22/5_36-I click on the Hide used addresses button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can hide used Addresses under Receive tab IT22/5_36-I click on the Hide used addresses button.png

- Ensure user can hide used Addresses under Receive tab IT22/6_36-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Ensure user can hide used Addresses under Receive tab IT22/6_36-I should see the addresses exactly list them.png

- Paper wallet creation IT77/15_175-I should see two addresses displayed:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Paper wallet creation IT77/15_175-I should see two addresses displayed.png

- Paper wallet creation IT77/14_175-I click then button labeled :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Paper wallet creation IT77/14_175-I click then button labeled .png

- Paper wallet creation IT77/3_175-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Paper wallet creation IT77/3_175-I click on secondary menu item.png

- User redeems Recovery regular encrypted PDF certificate/5_87-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery regular encrypted PDF certificate/5_87-I click on ada redemption choices tab.png

- User redeems Recovery regular encrypted PDF certificate/11_87-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery regular encrypted PDF certificate/11_87-I should see the summary screen.png

- User redeems Recovery regular encrypted PDF certificate/10_87-I should see the Ada Redemption Success Overlay and close the dialogue:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery regular encrypted PDF certificate/10_87-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User cant change the password without entering old password IT14/6_117-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change the password without entering old password IT14/6_117-I should see the wallet password dialog.png

- User cant change the password without entering old password IT14/5_117-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change the password without entering old password IT14/5_117-I click on the password label.png

- User cant change the password without entering old password IT14/4_117-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change the password without entering old password IT14/4_117-I click on secondary menu item.png

- Yoroi Settings Screen Support IT4/3_169-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Yoroi Settings Screen Support IT4/3_169-I click on secondary menu item.png

- Yoroi Settings Screen Support IT4/4_169-I should see support screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Yoroi Settings Screen Support IT4/4_169-I should see support screen.png

- Successfully restoring a simple wallet/13_37-I should see the addresses exactly list them:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Successfully restoring a simple wallet/13_37-I should see the addresses exactly list them.png

- Successfully restoring a simple wallet/10_37-I should see the opened wallet with name :

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Successfully restoring a simple wallet/10_37-I should see the opened wallet with name .png

- User redeems Recovery force vended encrypted PDF certificate/10_111-I should see the Ada Redemption Success Overlay and close the dialogue:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/10_111-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/5_110-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/5_110-I click on ada redemption choices tab.png

- User redeems Recovery force vended encrypted PDF certificate/5_111-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/5_111-I click on ada redemption choices tab.png

- User redeems Recovery force vended encrypted PDF certificate/10_112-I should see the Ada Redemption Success Overlay and close the dialogue:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/10_112-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/11_110-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/11_110-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/11_111-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/11_111-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/11_112-I should see the summary screen:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/11_112-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/10_110-I should see the Ada Redemption Success Overlay and close the dialogue:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/10_110-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/5_112-I click on ada redemption choices tab:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User redeems Recovery force vended encrypted PDF certificate/5_112-I click on ada redemption choices tab.png

- User cant create more than 20 consecutive unused addresses IT49/4_25-I click on the Generate new address button 09 times:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant create more than 20 consecutive unused addresses IT49/4_25-I click on the Generate new address button 09 times.png

- User cant create more than 20 consecutive unused addresses IT49/5_25-I click on the Generate new address button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant create more than 20 consecutive unused addresses IT49/5_25-I click on the Generate new address button.png

- User cant create more than 20 consecutive unused addresses IT49/6_25-I should see an error about max unused addresses:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant create more than 20 consecutive unused addresses IT49/6_25-I should see an error about max unused addresses.png

- User cant change password if it doesnt meet complexity requirements IT12/6_23-I should see the wallet password dialog:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password if it doesnt meet complexity requirements IT12/6_23-I should see the wallet password dialog.png

- User cant change password if it doesnt meet complexity requirements IT12/4_23-I click on secondary menu item:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password if it doesnt meet complexity requirements IT12/4_23-I click on secondary menu item.png

- User cant change password if it doesnt meet complexity requirements IT12/5_23-I click on the password label:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

User cant change password if it doesnt meet complexity requirements IT12/5_23-I click on the password label.png

- Wallet cant be created if its password doesnt meet complexity requirements IT7/3_104-I click the create button:

Base branch (develop) image

PR #511 (origin branch 'v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend') image

Wallet cant be created if its password doesnt meet complexity requirements IT7/3_104-I click the create button.png

@rnd-at-emurgo
Copy link

Complete E2E _firefox_ screenshots collection for 'PR511-54d4965'

- Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/5_57-I click on the transfer funds from Daedalus button:

Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/5_57-I click on the transfer funds from Daedalus button.png

- Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/8_57-I should see an Error screen:

Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/8_57-I should see an Error screen.png

- Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/9_57-I should see Daedalus wallet without funds error message:

Daedalus transfer should fail if the 12words mnemonics corresponds to an empty Daedalus wallet IT80/9_57-I should see Daedalus wallet without funds error message.png

- Ensure user can not add more than 15 words to the Yoroi Wallet Recovery Phrase IT71/3_144-I click the restore button:

Ensure user can not add more than 15 words to the Yoroi Wallet Recovery Phrase IT71/3_144-I click the restore button.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/10_35-I see All selected words are cleared:

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/10_35-I see All selected words are cleared.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/6_35-I click the Create personal wallet button:

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/6_35-I click the Create personal wallet button.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/9_35-I click Clear button:

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/9_35-I click Clear button.png

- Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/3_35-I click the create button:

Mnemonic words can be cleared by clicking Clear button on wallet creation screen IT18/3_35-I click the create button.png

- Open the tx history of an already loaded wallet IT105/5_55-I see the transactions summary:

Open the tx history of an already loaded wallet IT105/5_55-I see the transactions summary.png

- Open the tx history of an already loaded wallet IT105/3_55-I see the transactions summary:

Open the tx history of an already loaded wallet IT105/3_55-I see the transactions summary.png

- Open the tx history of an already loaded wallet IT105/6_55-I should see that the number of transactions is :

Open the tx history of an already loaded wallet IT105/6_55-I should see that the number of transactions is .png

- User tries to redeem manually entered Regular already used redemption key/8_32-I should see already used redemption key message:

User tries to redeem manually entered Regular already used redemption key/8_32-I should see already used redemption key message.png

- Daedalustransfer page buttons test IT37/7_75-I should see This field is required error message:

Daedalustransfer page buttons test IT37/7_75-I should see This field is required error message.png

- Daedalustransfer page buttons test IT37/6_75-I click next button on the Daedalus transfer page:

Daedalustransfer page buttons test IT37/6_75-I click next button on the Daedalus transfer page.png

- Daedalustransfer page buttons test IT37/5_75-I click on the transfer funds from Daedalus button:

Daedalustransfer page buttons test IT37/5_75-I click on the transfer funds from Daedalus button.png

- Daedalustransfer page buttons test IT37/8_75-I click the back button:

Daedalustransfer page buttons test IT37/8_75-I click the back button.png

- Daedalustransfer page buttons test IT37/9_75-I see all necessary elements on TRANSFER FUNDS FROM DAEDALUS screen:

Daedalustransfer page buttons test IT37/9_75-I see all necessary elements on TRANSFER FUNDS FROM DAEDALUS screen.png

- Open the tx history of an empty wallet IT101/3_8-I see the transactions summary:

Open the tx history of an empty wallet IT101/3_8-I see the transactions summary.png

- Open the tx history of an empty wallet IT101/4_8-I should see that the number of transactions is :

Open the tx history of an empty wallet IT101/4_8-I should see that the number of transactions is .png

- Open the tx history of an empty wallet IT101/5_8-I should see no transactions:

Open the tx history of an empty wallet IT101/5_8-I should see no transactions.png

- Ensure every generated wallet address is unique IT34/4_31-I click on the Generate new address button 09 times:

Ensure every generated wallet address is unique IT34/4_31-I click on the Generate new address button 09 times.png

- Ensure every generated wallet address is unique IT34/5_31-I see every generated address is unique:

Ensure every generated wallet address is unique IT34/5_31-I see every generated address is unique.png

- Display warning if wallet changes during confirmation IT59/14_176-I should see no warning block:

Display warning if wallet changes during confirmation IT59/14_176-I should see no warning block.png

- Display warning if wallet changes during confirmation IT59/10_176-I should see a warning block:

Display warning if wallet changes during confirmation IT59/10_176-I should see a warning block.png

- Display warning if wallet changes during confirmation IT59/13_176-I see send money confirmation dialog:

Display warning if wallet changes during confirmation IT59/13_176-I see send money confirmation dialog.png

- Display warning if wallet changes during confirmation IT59/8_176-I see send money confirmation dialog:

Display warning if wallet changes during confirmation IT59/8_176-I see send money confirmation dialog.png

- Display warning if wallet changes during confirmation IT59/12_176-I click on the next button in the wallet send form:

Display warning if wallet changes during confirmation IT59/12_176-I click on the next button in the wallet send form.png

- Display warning if wallet changes during confirmation IT59/17_176-I should see the summary screen:

Display warning if wallet changes during confirmation IT59/17_176-I should see the summary screen.png

- Display warning if wallet changes during confirmation IT59/11_176-I click the back button:

Display warning if wallet changes during confirmation IT59/11_176-I click the back button.png

- Display warning if wallet changes during confirmation IT59/7_176-I click on the next button in the wallet send form:

Display warning if wallet changes during confirmation IT59/7_176-I click on the next button in the wallet send form.png

- Open the tx history of a simple wallet IT102/5_15-I should see transactions:

Open the tx history of a simple wallet IT102/5_15-I should see transactions.png

- Open the tx history of a simple wallet IT102/3_15-I see the transactions summary:

Open the tx history of a simple wallet IT102/3_15-I see the transactions summary.png

- Open the tx history of a simple wallet IT102/4_15-I should see that the number of transactions is :

Open the tx history of a simple wallet IT102/4_15-I should see that the number of transactions is .png

- Open the tx history of a simple wallet IT102/6_15-I should see transactions:

Open the tx history of a simple wallet IT102/6_15-I should see transactions.png

- Wallet creation IT5/3_9-I click the create button:

Wallet creation IT5/3_9-I click the create button.png

- Wallet creation IT5/6_9-I click the Create personal wallet button:

Wallet creation IT5/6_9-I click the Create personal wallet button.png

- Wallet creation IT5/9_9-I should see the opened wallet with name :

Wallet creation IT5/9_9-I should see the opened wallet with name .png

- Wallet renaming IT8/5_95-I click on name input field:

Wallet renaming IT8/5_95-I click on name input field.png

- Wallet renaming IT8/5_92-I click on name input field:

Wallet renaming IT8/5_92-I click on name input field.png

- Wallet renaming IT8/5_94-I click on name input field:

Wallet renaming IT8/5_94-I click on name input field.png

- Wallet renaming IT8/4_95-I click on secondary menu item:

Wallet renaming IT8/4_95-I click on secondary menu item.png

- Wallet renaming IT8/9_95-I should see new wallet name :

Wallet renaming IT8/9_95-I should see new wallet name .png

- Wallet renaming IT8/9_93-I should see new wallet name :

Wallet renaming IT8/9_93-I should see new wallet name .png

- Wallet renaming IT8/4_97-I click on secondary menu item:

Wallet renaming IT8/4_97-I click on secondary menu item.png

- Wallet renaming IT8/7_92-I click outside name input field:

Wallet renaming IT8/7_92-I click outside name input field.png

- Wallet renaming IT8/7_96-I click outside name input field:

Wallet renaming IT8/7_96-I click outside name input field.png

- Wallet renaming IT8/7_97-I click outside name input field:

Wallet renaming IT8/7_97-I click outside name input field.png

- Wallet renaming IT8/4_93-I click on secondary menu item:

Wallet renaming IT8/4_93-I click on secondary menu item.png

- Wallet renaming IT8/9_94-I should see new wallet name :

Wallet renaming IT8/9_94-I should see new wallet name .png

- Wallet renaming IT8/9_92-I should see new wallet name :

Wallet renaming IT8/9_92-I should see new wallet name .png

- Wallet renaming IT8/7_95-I click outside name input field:

Wallet renaming IT8/7_95-I click outside name input field.png

- Wallet renaming IT8/7_94-I click outside name input field:

Wallet renaming IT8/7_94-I click outside name input field.png

- Wallet renaming IT8/4_94-I click on secondary menu item:

Wallet renaming IT8/4_94-I click on secondary menu item.png

- Wallet renaming IT8/9_97-I should see new wallet name :

Wallet renaming IT8/9_97-I should see new wallet name .png

- Wallet renaming IT8/7_93-I click outside name input field:

Wallet renaming IT8/7_93-I click outside name input field.png

- Wallet renaming IT8/4_96-I click on secondary menu item:

Wallet renaming IT8/4_96-I click on secondary menu item.png

- Wallet renaming IT8/5_96-I click on name input field:

Wallet renaming IT8/5_96-I click on name input field.png

- Wallet renaming IT8/5_97-I click on name input field:

Wallet renaming IT8/5_97-I click on name input field.png

- Wallet renaming IT8/4_92-I click on secondary menu item:

Wallet renaming IT8/4_92-I click on secondary menu item.png

- Wallet renaming IT8/5_93-I click on name input field:

Wallet renaming IT8/5_93-I click on name input field.png

- Wallet renaming IT8/9_96-I should see new wallet name :

Wallet renaming IT8/9_96-I should see new wallet name .png

- Ensure user can not add more than 12 words to the Daedalus recovery phrase IT35/4_30-I click on the transfer funds from Daedalus button:

Ensure user can not add more than 12 words to the Daedalus recovery phrase IT35/4_30-I click on the transfer funds from Daedalus button.png

- Yoroi TRANSFER FUNDS FROM DAEDALUS screen validation IT29/5_69-I see all necessary elements on TRANSFER FUNDS FROM DAEDALUS screen:

Yoroi TRANSFER FUNDS FROM DAEDALUS screen validation IT29/5_69-I see all necessary elements on TRANSFER FUNDS FROM DAEDALUS screen.png

- Generate a new receive address IT17/6_16-I should see the addresses exactly list them:

Generate a new receive address IT17/6_16-I should see the addresses exactly list them.png

- Generate a new receive address IT17/4_16-I click on the Generate new address button:

Generate a new receive address IT17/4_16-I click on the Generate new address button.png

- Generate a new receive address IT17/5_16-I should see my latest address at the top:

Generate a new receive address IT17/5_16-I should see my latest address at the top.png

- Daedalus transfer fails when user type invalid mnemonic phrase IT99/7_9-I should see an Invalid recovery phrase error message:

Daedalus transfer fails when user type invalid mnemonic phrase IT99/7_9-I should see an Invalid recovery phrase error message.png

- Daedalus transfer fails when user type invalid mnemonic phrase IT99/4_9-I click on the transfer funds from Daedalus button:

Daedalus transfer fails when user type invalid mnemonic phrase IT99/4_9-I click on the transfer funds from Daedalus button.png

- User cant send funds with incorrect Spending password IT42/11_133-I should see an incorrect wallet password error message:

User cant send funds with incorrect Spending password IT42/11_133-I should see an incorrect wallet password error message.png

- User cant send funds with incorrect Spending password IT42/7_133-I click on the next button in the wallet send form:

User cant send funds with incorrect Spending password IT42/7_133-I click on the next button in the wallet send form.png

- User cant send funds with incorrect Spending password IT42/8_133-I see send money confirmation dialog:

User cant send funds with incorrect Spending password IT42/8_133-I see send money confirmation dialog.png

- User cant send more funds than he has IT47/6_83-I should see a not enough ada error:

User cant send more funds than he has IT47/6_83-I should see a not enough ada error.png

- User cant restore Daedalus wallet in Yoroi if Yoroi wallet is not created IT30/4_43-I see transactions buttons are disabled:

User cant restore Daedalus wallet in Yoroi if Yoroi wallet is not created IT30/4_43-I see transactions buttons are disabled.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/7_83-I click the Restore Wallet button:

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/7_83-I click the Restore Wallet button.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/3_83-I click the restore button:

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/3_83-I click the restore button.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/12_83-I should see the addresses exactly list them:

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/12_83-I should see the addresses exactly list them.png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/8_83-I should see a plate :

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/8_83-I should see a plate .png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/10_83-I should see the opened wallet with name :

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/10_83-I should see the opened wallet with name .png

- Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/9_83-I click the next button:

Fail to completely restore a wallet with addresses generated not following gap from BIP44 protocol/9_83-I click the next button.png

- Open the tx history of a complex wallet IT103/5_41-I should see transactions:

Open the tx history of a complex wallet IT103/5_41-I should see transactions.png

- Open the tx history of a complex wallet IT103/3_41-I see the transactions summary:

Open the tx history of a complex wallet IT103/3_41-I see the transactions summary.png

- Open the tx history of a complex wallet IT103/4_41-I should see that the number of transactions is :

Open the tx history of a complex wallet IT103/4_41-I should see that the number of transactions is .png

- Yoroi Wallet Home Button Test IT21/8_23-I should see the transactions screen:

Yoroi Wallet Home Button Test IT21/8_23-I should see the transactions screen.png

- Yoroi Wallet Home Button Test IT21/5_23-I should see the transactions screen:

Yoroi Wallet Home Button Test IT21/5_23-I should see the transactions screen.png

- User redeems Force vended PDF certificate/5_56-I click on ada redemption choices tab:

User redeems Force vended PDF certificate/5_56-I click on ada redemption choices tab.png

- User redeems Force vended PDF certificate/10_56-I should see the summary screen:

User redeems Force vended PDF certificate/10_56-I should see the summary screen.png

- User redeems Force vended PDF certificate/9_56-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Force vended PDF certificate/9_56-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Regular PDF certificate/9_39-I should see the summary screen:

User redeems Regular PDF certificate/9_39-I should see the summary screen.png

- User redeems Regular PDF certificate/8_39-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Regular PDF certificate/8_39-I should see the Ada Redemption Success Overlay and close the dialogue.png

- Try to make a transactions from the empty wallet IT89/5_167-I should see a not enough ada error:

Try to make a transactions from the empty wallet IT89/5_167-I should see a not enough ada error.png

- Wallet access after browser restart IT9/6_21-I click the Create personal wallet button:

Wallet access after browser restart IT9/6_21-I click the Create personal wallet button.png

- Wallet access after browser restart IT9/3_21-I click the create button:

Wallet access after browser restart IT9/3_21-I click the create button.png

- Wallet access after browser restart IT9/9_21-I should see the opened wallet with name :

Wallet access after browser restart IT9/9_21-I should see the opened wallet with name .png

- Wallet access after browser restart IT9/11_21-I should see the opened wallet with name :

Wallet access after browser restart IT9/11_21-I should see the opened wallet with name .png

- Password should be casesensitive Wallet password changing IT91/6_73-I should see the wallet password dialog:

Password should be casesensitive Wallet password changing IT91/6_73-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/5_73-I click on the password label:

Password should be casesensitive Wallet password changing IT91/5_73-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/9_73-I should see the following submit error messages:

Password should be casesensitive Wallet password changing IT91/9_73-I should see the following submit error messages.png

- Password should be casesensitive Wallet password changing IT91/9_74-I should see the following submit error messages:

Password should be casesensitive Wallet password changing IT91/9_74-I should see the following submit error messages.png

- Password should be casesensitive Wallet password changing IT91/5_74-I click on the password label:

Password should be casesensitive Wallet password changing IT91/5_74-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/6_75-I should see the wallet password dialog:

Password should be casesensitive Wallet password changing IT91/6_75-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/4_75-I click on secondary menu item:

Password should be casesensitive Wallet password changing IT91/4_75-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/4_74-I click on secondary menu item:

Password should be casesensitive Wallet password changing IT91/4_74-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/6_74-I should see the wallet password dialog:

Password should be casesensitive Wallet password changing IT91/6_74-I should see the wallet password dialog.png

- Password should be casesensitive Wallet password changing IT91/5_75-I click on the password label:

Password should be casesensitive Wallet password changing IT91/5_75-I click on the password label.png

- Password should be casesensitive Wallet password changing IT91/4_73-I click on secondary menu item:

Password should be casesensitive Wallet password changing IT91/4_73-I click on secondary menu item.png

- Password should be casesensitive Wallet password changing IT91/9_75-I should see the following submit error messages:

Password should be casesensitive Wallet password changing IT91/9_75-I should see the following submit error messages.png

- User tries to redeem ada and receives an invalid signature error from the server/8_115-I should see an error message saying that ADA could not be redeemed correctly:

User tries to redeem ada and receives an invalid signature error from the server/8_115-I should see an error message saying that ADA could not be redeemed correctly.png

- Restoring an empty wallet IT6/10_9-I should see the opened wallet with name :

Restoring an empty wallet IT6/10_9-I should see the opened wallet with name .png

- Restoring an empty wallet IT6/12_9-I should see the addresses exactly list them:

Restoring an empty wallet IT6/12_9-I should see the addresses exactly list them.png

- Restoring an empty wallet IT6/3_9-I click the restore button:

Restoring an empty wallet IT6/3_9-I click the restore button.png

- Restoring an empty wallet IT6/8_9-I should see a plate :

Restoring an empty wallet IT6/8_9-I should see a plate .png

- Restoring an empty wallet IT6/9_9-I click the next button:

Restoring an empty wallet IT6/9_9-I click the next button.png

- Restoring an empty wallet IT6/7_9-I click the Restore Wallet button:

Restoring an empty wallet IT6/7_9-I click the Restore Wallet button.png

- Main Screen Tabs Switching IT15/8_13-I should see the transactions screen:

Main Screen Tabs Switching IT15/8_13-I should see the transactions screen.png

- Main Screen Tabs Switching IT15/6_13-I should see the Receive screen:

Main Screen Tabs Switching IT15/6_13-I should see the Receive screen.png

- Main Screen Tabs Switching IT15/4_13-I should see send transaction screen:

Main Screen Tabs Switching IT15/4_13-I should see send transaction screen.png

- User tries to redeem manually entered Regular invalid redemption key/6_26-I should see invalid redemption key message:

User tries to redeem manually entered Regular invalid redemption key/6_26-I should see invalid redemption key message.png

- Ensure user can send a tx from a URI link IT108/5_21-I should see a dialog with the transaction details:

Ensure user can send a tx from a URI link IT108/5_21-I should see a dialog with the transaction details.png

- Ensure user can send a tx from a URI link IT108/4_21-I should see and accept a warning dialog:

Ensure user can send a tx from a URI link IT108/4_21-I should see and accept a warning dialog.png

- User accepts Daedalus Redemption Disclaimer/4_9-I see the Daedalus Redemption Disclaimer overlay:

User accepts Daedalus Redemption Disclaimer/4_9-I see the Daedalus Redemption Disclaimer overlay.png

- User accepts Daedalus Redemption Disclaimer/5_9-I click on the Ive understood the information above checkbox:

User accepts Daedalus Redemption Disclaimer/5_9-I click on the Ive understood the information above checkbox.png

- User accepts Daedalus Redemption Disclaimer/6_9-I click on the Continue button:

User accepts Daedalus Redemption Disclaimer/6_9-I click on the Continue button.png

- User redeems manually entered Regular redemption key/9_17-I should see the summary screen:

User redeems manually entered Regular redemption key/9_17-I should see the summary screen.png

- User redeems manually entered Regular redemption key/8_17-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems manually entered Regular redemption key/8_17-I should see the Ada Redemption Success Overlay and close the dialogue.png

- Ensure user can generate a wallet URI and copy it to clipboard IT107/8_9-I click on the copy to clipboard icon:

Ensure user can generate a wallet URI and copy it to clipboard IT107/8_9-I click on the copy to clipboard icon.png

- Ensure user can generate a wallet URI and copy it to clipboard IT107/4_9-I should see the Receive screen:

Ensure user can generate a wallet URI and copy it to clipboard IT107/4_9-I should see the Receive screen.png

- Ensure user can generate a wallet URI and copy it to clipboard IT107/7_9-I should see the URI displayed in a new dialog:

Ensure user can generate a wallet URI and copy it to clipboard IT107/7_9-I should see the URI displayed in a new dialog.png

- Ensure user can generate a wallet URI and copy it to clipboard IT107/9_9-I should see URL successfully copied notification:

Ensure user can generate a wallet URI and copy it to clipboard IT107/9_9-I should see URL successfully copied notification.png

- Ensure user can generate a wallet URI and copy it to clipboard IT107/5_9-I click on generate payment URL button:

Ensure user can generate a wallet URI and copy it to clipboard IT107/5_9-I click on generate payment URL button.png

- Restoring a paper wallet IT72/13_147-I should see the addresses exactly list them:

Restoring a paper wallet IT72/13_147-I should see the addresses exactly list them.png

- Restoring a paper wallet IT72/3_147-I click the restore paper wallet button:

Restoring a paper wallet IT72/3_147-I click the restore paper wallet button.png

- Restoring a paper wallet IT72/10_147-I click the next button:

Restoring a paper wallet IT72/10_147-I click the next button.png

- Restoring a paper wallet IT72/9_147-I should see a plate :

Restoring a paper wallet IT72/9_147-I should see a plate .png

- Restoring a paper wallet IT72/11_147-I should see the opened wallet with name :

Restoring a paper wallet IT72/11_147-I should see the opened wallet with name .png

- Restoring a paper wallet IT72/8_147-I click the Restore Wallet button:

Restoring a paper wallet IT72/8_147-I click the Restore Wallet button.png

- Check content of failed transaction IT58/3_35-I see the transactions summary:

Check content of failed transaction IT58/3_35-I see the transactions summary.png

- Terms of Use are not accepted if user didnt confirm it and closereload the browser page IT51/4_14-I click on I agree with the terms of use checkbox:

Terms of Use are not accepted if user didnt confirm it and closereload the browser page IT51/4_14-I click on I agree with the terms of use checkbox.png

- Daedalus transfer should fail to recover wallet if connection was lost IT84/7_19-I should see an Error screen:

Daedalus transfer should fail to recover wallet if connection was lost IT84/7_19-I should see an Error screen.png

- Daedalus transfer should fail to recover wallet if connection was lost IT84/4_19-I click on the transfer funds from Daedalus button:

Daedalus transfer should fail to recover wallet if connection was lost IT84/4_19-I click on the transfer funds from Daedalus button.png

- Daedalus transfer should fail to recover wallet if connection was lost IT84/8_19-I should see Connection lost error message:

Daedalus transfer should fail to recover wallet if connection was lost IT84/8_19-I should see Connection lost error message.png

- User cant change password without filling Password repeat field IT40/6_131-I should see the wallet password dialog:

User cant change password without filling Password repeat field IT40/6_131-I should see the wallet password dialog.png

- User cant change password without filling Password repeat field IT40/11_131-I should see Doesnt match error message:

User cant change password without filling Password repeat field IT40/11_131-I should see Doesnt match error message.png

- User cant change password without filling Password repeat field IT40/5_131-I click on the password label:

User cant change password without filling Password repeat field IT40/5_131-I click on the password label.png

- User cant change password without filling Password repeat field IT40/4_131-I click on secondary menu item:

User cant change password without filling Password repeat field IT40/4_131-I click on secondary menu item.png

- User can send a tx after invalid password attempt IT60/8_200-I see send money confirmation dialog:

User can send a tx after invalid password attempt IT60/8_200-I see send money confirmation dialog.png

- User can send a tx after invalid password attempt IT60/11_200-I should see an incorrect wallet password error message:

User can send a tx after invalid password attempt IT60/11_200-I should see an incorrect wallet password error message.png

- User can send a tx after invalid password attempt IT60/15_200-I should see the summary screen:

User can send a tx after invalid password attempt IT60/15_200-I should see the summary screen.png

- User can send a tx after invalid password attempt IT60/7_200-I click on the next button in the wallet send form:

User can send a tx after invalid password attempt IT60/7_200-I click on the next button in the wallet send form.png

- Display warning if wallet changes during send screen IT59/8_223-I should see a warning block:

Display warning if wallet changes during send screen IT59/8_223-I should see a warning block.png

- User redeems manually entered Force vended redemption key/10_47-I should see the summary screen:

User redeems manually entered Force vended redemption key/10_47-I should see the summary screen.png

- User redeems manually entered Force vended redemption key/9_47-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems manually entered Force vended redemption key/9_47-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems manually entered Force vended redemption key/5_47-I click on ada redemption choices tab:

User redeems manually entered Force vended redemption key/5_47-I click on ada redemption choices tab.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/6_33-I should see You have successfully copied wallet address pop up:

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/6_33-I should see You have successfully copied wallet address pop up.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/4_33-I should see the Receive screen:

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/4_33-I should see the Receive screen.png

- Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/5_33-I click on copy to clipboard button:

Ensure user can copy Wallet address to Windows clipboard via Copy address buttons IT25/5_33-I click on copy to clipboard button.png

- Users will be presented with a security warning prior to seed creation IT27/3_59-I click the create button:

Users will be presented with a security warning prior to seed creation IT27/3_59-I click the create button.png

- Users will be presented with a security warning prior to seed creation IT27/7_59-I see the security warning prior:

Users will be presented with a security warning prior to seed creation IT27/7_59-I see the security warning prior.png

- Users will be presented with a security warning prior to seed creation IT27/6_59-I click the Create personal wallet button:

Users will be presented with a security warning prior to seed creation IT27/6_59-I click the Create personal wallet button.png

- Latest address should be displayed at the top IT106/5_9-I should see the addresses exactly list them:

Latest address should be displayed at the top IT106/5_9-I should see the addresses exactly list them.png

- Latest address should be displayed at the top IT106/4_9-I should see my latest address at the top:

Latest address should be displayed at the top IT106/4_9-I should see my latest address at the top.png

- Yoroi Settings Screen Terms of Use in Default EnglishIT3/4_157-I should see the Terms of use screen:

Yoroi Settings Screen Terms of Use in Default EnglishIT3/4_157-I should see the Terms of use screen.png

- Yoroi Settings Screen Terms of Use in Default EnglishIT3/3_157-I click on secondary menu item:

Yoroi Settings Screen Terms of Use in Default EnglishIT3/3_157-I click on secondary menu item.png

- Wallet cant be created without entering password IT24/3_48-I click the create button:

Wallet cant be created without entering password IT24/3_48-I click the create button.png

- Wallet cant be created without entering password IT24/7_48-I click the Create personal wallet button:

Wallet cant be created without entering password IT24/7_48-I click the Create personal wallet button.png

- CONFIRM TRANSACTION Pop up displays properly IT48/8_69-I see CONFIRM TRANSACTION Pop up:

CONFIRM TRANSACTION Pop up displays properly IT48/8_69-I see CONFIRM TRANSACTION Pop up.png

- CONFIRM TRANSACTION Pop up displays properly IT48/7_69-I click on the next button in the wallet send form:

CONFIRM TRANSACTION Pop up displays properly IT48/7_69-I click on the next button in the wallet send form.png

- Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/3_28-I click the restore button:

Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/3_28-I click the restore button.png

- Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/6_28-I delete recovery phrase by clicking x signs:

Mnemonic words can be cleared by pressing x sign for each word on wallet restoration screen IT13/6_28-I delete recovery phrase by clicking x signs.png

- Invalid URI leads user to warning dialog IT109/4_33-I should see an invalid URI dialog:

Invalid URI leads user to warning dialog IT109/4_33-I should see an invalid URI dialog.png

- Check content of successful transaction IT56/3_23-I see the transactions summary:

Check content of successful transaction IT56/3_23-I see the transactions summary.png

- Open the tx history of a wallet with a big input tx IT104/3_48-I see the transactions summary:

Open the tx history of a wallet with a big input tx IT104/3_48-I see the transactions summary.png

- Open the tx history of a wallet with a big input tx IT104/5_48-I should see transactions:

Open the tx history of a wallet with a big input tx IT104/5_48-I should see transactions.png

- Open the tx history of a wallet with a big input tx IT104/4_48-I should see that the number of transactions is :

Open the tx history of a wallet with a big input tx IT104/4_48-I should see that the number of transactions is .png

- User can send all funds from one Yoroi wallet to another/9_113-I see send money confirmation dialog:

User can send all funds from one Yoroi wallet to another/9_113-I see send money confirmation dialog.png

- User can send all funds from one Yoroi wallet to another/12_113-I should see the summary screen:

User can send all funds from one Yoroi wallet to another/12_113-I should see the summary screen.png

- User can send all funds from one Yoroi wallet to another/5_113-I click on Send all my ADA checkbox:

User can send all funds from one Yoroi wallet to another/5_113-I click on Send all my ADA checkbox.png

- User can send all funds from one Yoroi wallet to another/8_113-I click on the next button in the wallet send form:

User can send all funds from one Yoroi wallet to another/8_113-I click on the next button in the wallet send form.png

- User can transfer Daedalus funds to Yoroi using master key IT19/10_87-I should see the summary screen:

User can transfer Daedalus funds to Yoroi using master key IT19/10_87-I should see the summary screen.png

- User can transfer Daedalus funds to Yoroi using master key IT19/5_87-I click on the transfer funds from Daedalus master key button:

User can transfer Daedalus funds to Yoroi using master key IT19/5_87-I click on the transfer funds from Daedalus master key button.png

- Spending Password should be casesensitive Transaction confirmation IT90/10_51-I should see an incorrect wallet password error message:

Spending Password should be casesensitive Transaction confirmation IT90/10_51-I should see an incorrect wallet password error message.png

- Spending Password should be casesensitive Transaction confirmation IT90/7_50-I see send money confirmation dialog:

Spending Password should be casesensitive Transaction confirmation IT90/7_50-I see send money confirmation dialog.png

- Spending Password should be casesensitive Transaction confirmation IT90/10_50-I should see an incorrect wallet password error message:

Spending Password should be casesensitive Transaction confirmation IT90/10_50-I should see an incorrect wallet password error message.png

- Spending Password should be casesensitive Transaction confirmation IT90/10_49-I should see an incorrect wallet password error message:

Spending Password should be casesensitive Transaction confirmation IT90/10_49-I should see an incorrect wallet password error message.png

- Spending Password should be casesensitive Transaction confirmation IT90/6_51-I click on the next button in the wallet send form:

Spending Password should be casesensitive Transaction confirmation IT90/6_51-I click on the next button in the wallet send form.png

- Spending Password should be casesensitive Transaction confirmation IT90/7_49-I see send money confirmation dialog:

Spending Password should be casesensitive Transaction confirmation IT90/7_49-I see send money confirmation dialog.png

- Spending Password should be casesensitive Transaction confirmation IT90/7_51-I see send money confirmation dialog:

Spending Password should be casesensitive Transaction confirmation IT90/7_51-I see send money confirmation dialog.png

- Spending Password should be casesensitive Transaction confirmation IT90/6_49-I click on the next button in the wallet send form:

Spending Password should be casesensitive Transaction confirmation IT90/6_49-I click on the next button in the wallet send form.png

- Spending Password should be casesensitive Transaction confirmation IT90/6_50-I click on the next button in the wallet send form:

Spending Password should be casesensitive Transaction confirmation IT90/6_50-I click on the next button in the wallet send form.png

- Wallet restoration Recovery Phrase test IT70/9_132-I should see an Invalid recovery phrase error message:

Wallet restoration Recovery Phrase test IT70/9_132-I should see an Invalid recovery phrase error message.png

- Wallet restoration Recovery Phrase test IT70/7_132-I click the Restore Wallet button:

Wallet restoration Recovery Phrase test IT70/7_132-I click the Restore Wallet button.png

- Wallet restoration Recovery Phrase test IT70/3_132-I click the restore button:

Wallet restoration Recovery Phrase test IT70/3_132-I click the restore button.png

- Sending a Tx and receiving from the server an invalid signature error/8_116-I see send money confirmation dialog:

Sending a Tx and receiving from the server an invalid signature error/8_116-I see send money confirmation dialog.png

- Sending a Tx and receiving from the server an invalid signature error/7_116-I click on the next button in the wallet send form:

Sending a Tx and receiving from the server an invalid signature error/7_116-I click on the next button in the wallet send form.png

- Sending a Tx and receiving from the server an invalid signature error/11_116-I should see an invalid signature error message:

Sending a Tx and receiving from the server an invalid signature error/11_116-I should see an invalid signature error message.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/12_89-I should see Wallet name requires at least 1 and at most 40 letters error message:

Wallet cant be created if wallet name doesnt meet requirements IT16/12_89-I should see Wallet name requires at least 1 and at most 40 letters error message.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/3_89-I click the create button:

Wallet cant be created if wallet name doesnt meet requirements IT16/3_89-I click the create button.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/7_89-I click the Create personal wallet button:

Wallet cant be created if wallet name doesnt meet requirements IT16/7_89-I click the Create personal wallet button.png

- Wallet cant be created if wallet name doesnt meet requirements IT16/10_89-I click the Create personal wallet button:

Wallet cant be created if wallet name doesnt meet requirements IT16/10_89-I click the Create personal wallet button.png

- Ensure that wallet addresses are restored correctly IT86/10_58-I should see the opened wallet with name :

Ensure that wallet addresses are restored correctly IT86/10_58-I should see the opened wallet with name .png

- Ensure that wallet addresses are restored correctly IT86/3_58-I click the restore button:

Ensure that wallet addresses are restored correctly IT86/3_58-I click the restore button.png

- Ensure that wallet addresses are restored correctly IT86/8_58-I should see a plate :

Ensure that wallet addresses are restored correctly IT86/8_58-I should see a plate .png

- Ensure that wallet addresses are restored correctly IT86/13_58-I should see the addresses exactly list them:

Ensure that wallet addresses are restored correctly IT86/13_58-I should see the addresses exactly list them.png

- Ensure that wallet addresses are restored correctly IT86/7_58-I click the Restore Wallet button:

Ensure that wallet addresses are restored correctly IT86/7_58-I click the Restore Wallet button.png

- Ensure that wallet addresses are restored correctly IT86/9_58-I click the next button:

Ensure that wallet addresses are restored correctly IT86/9_58-I click the next button.png

- User is able to change spending password IT94/16_55-I see send money confirmation dialog:

User is able to change spending password IT94/16_55-I see send money confirmation dialog.png

- User is able to change spending password IT94/5_55-I click on secondary menu item:

User is able to change spending password IT94/5_55-I click on secondary menu item.png

- User is able to change spending password IT94/15_55-I click on the next button in the wallet send form:

User is able to change spending password IT94/15_55-I click on the next button in the wallet send form.png

- User is able to change spending password IT94/19_55-I should see the summary screen:

User is able to change spending password IT94/19_55-I should see the summary screen.png

- User is able to change spending password IT94/6_55-I click on the password label:

User is able to change spending password IT94/6_55-I click on the password label.png

- User is able to change spending password IT94/7_55-I should see the wallet password dialog:

User is able to change spending password IT94/7_55-I should see the wallet password dialog.png

- Wallet settings tab isnt active if wallet is not created IT23/4_163-I should see secondary menu item disabled:

Wallet settings tab isnt active if wallet is not created IT23/4_163-I should see secondary menu item disabled.png

- User redeems Force vended encrypted PDF certificate/5_66-I click on ada redemption choices tab:

User redeems Force vended encrypted PDF certificate/5_66-I click on ada redemption choices tab.png

- User redeems Force vended encrypted PDF certificate/11_66-I should see the summary screen:

User redeems Force vended encrypted PDF certificate/11_66-I should see the summary screen.png

- User redeems Force vended encrypted PDF certificate/10_66-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Force vended encrypted PDF certificate/10_66-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User can send funds from one Yoroi wallet to another IT54/8_27-I see send money confirmation dialog:

User can send funds from one Yoroi wallet to another IT54/8_27-I see send money confirmation dialog.png

- User can send funds from one Yoroi wallet to another IT54/7_27-I click on the next button in the wallet send form:

User can send funds from one Yoroi wallet to another IT54/7_27-I click on the next button in the wallet send form.png

- User can send funds from one Yoroi wallet to another IT54/7_28-I click on the next button in the wallet send form:

User can send funds from one Yoroi wallet to another IT54/7_28-I click on the next button in the wallet send form.png

- User can send funds from one Yoroi wallet to another IT54/12_27-I should see the summary screen:

User can send funds from one Yoroi wallet to another IT54/12_27-I should see the summary screen.png

- User can send funds from one Yoroi wallet to another IT54/8_28-I see send money confirmation dialog:

User can send funds from one Yoroi wallet to another IT54/8_28-I see send money confirmation dialog.png

- User can send funds from one Yoroi wallet to another IT54/9_28-I should see no warning block:

User can send funds from one Yoroi wallet to another IT54/9_28-I should see no warning block.png

- User can send funds from one Yoroi wallet to another IT54/12_28-I should see the summary screen:

User can send funds from one Yoroi wallet to another IT54/12_28-I should see the summary screen.png

- User can send funds from one Yoroi wallet to another IT54/7_29-I click on the next button in the wallet send form:

User can send funds from one Yoroi wallet to another IT54/7_29-I click on the next button in the wallet send form.png

- User can send funds from one Yoroi wallet to another IT54/9_29-I should see no warning block:

User can send funds from one Yoroi wallet to another IT54/9_29-I should see no warning block.png

- User can send funds from one Yoroi wallet to another IT54/8_29-I see send money confirmation dialog:

User can send funds from one Yoroi wallet to another IT54/8_29-I see send money confirmation dialog.png

- User can send funds from one Yoroi wallet to another IT54/12_29-I should see the summary screen:

User can send funds from one Yoroi wallet to another IT54/12_29-I should see the summary screen.png

- User can send funds from one Yoroi wallet to another IT54/9_27-I should see no warning block:

User can send funds from one Yoroi wallet to another IT54/9_27-I should see no warning block.png

- User redeems manually entered Paper vended shielded vending key and passphrase/5_77-I click on ada redemption choices tab:

User redeems manually entered Paper vended shielded vending key and passphrase/5_77-I click on ada redemption choices tab.png

- User redeems manually entered Paper vended shielded vending key and passphrase/10_77-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems manually entered Paper vended shielded vending key and passphrase/10_77-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems manually entered Paper vended shielded vending key and passphrase/11_77-I should see the summary screen:

User redeems manually entered Paper vended shielded vending key and passphrase/11_77-I should see the summary screen.png

- Get balance with many addresses/3_8-I should see the balance number :

Get balance with many addresses/3_8-I should see the balance number .png

- Wallet cant be restored without entering password IT26/3_102-I click the restore button:

Wallet cant be restored without entering password IT26/3_102-I click the restore button.png

- Wallet cant be restored without entering password IT26/8_102-I click the Restore Wallet button:

Wallet cant be restored without entering password IT26/8_102-I click the Restore Wallet button.png

- Check content of pending transaction IT57/3_29-I see the transactions summary:

Check content of pending transaction IT57/3_29-I see the transactions summary.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/4_114-I click on secondary menu item:

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/4_114-I click on secondary menu item.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/8_114-I should see Wallet name requires at least 1 and at most 40 letters error message:

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/8_114-I should see Wallet name requires at least 1 and at most 40 letters error message.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/5_114-I click on name input field:

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/5_114-I click on name input field.png

- Wallet cant be renamed if new wallet name doesnt meet requirements IT41/7_114-I click outside name input field:

Wallet cant be renamed if new wallet name doesnt meet requirements IT41/7_114-I click outside name input field.png

- Ensure user can hide used Addresses under Receive tab IT22/4_36-I click on the Generate new address button:

Ensure user can hide used Addresses under Receive tab IT22/4_36-I click on the Generate new address button.png

- Ensure user can hide used Addresses under Receive tab IT22/5_36-I click on the Hide used addresses button:

Ensure user can hide used Addresses under Receive tab IT22/5_36-I click on the Hide used addresses button.png

- Ensure user can hide used Addresses under Receive tab IT22/6_36-I should see the addresses exactly list them:

Ensure user can hide used Addresses under Receive tab IT22/6_36-I should see the addresses exactly list them.png

- Paper wallet creation IT77/16_175-I click the next button:

Paper wallet creation IT77/16_175-I click the next button.png

- Paper wallet creation IT77/10_175-I click the next button:

Paper wallet creation IT77/10_175-I click the next button.png

- Paper wallet creation IT77/6_175-I click the create paper wallet button:

Paper wallet creation IT77/6_175-I click the create paper wallet button.png

- Paper wallet creation IT77/9_175-I click the next button:

Paper wallet creation IT77/9_175-I click the next button.png

- Paper wallet creation IT77/15_175-I should see two addresses displayed:

Paper wallet creation IT77/15_175-I should see two addresses displayed.png

- Paper wallet creation IT77/14_175-I click then button labeled :

Paper wallet creation IT77/14_175-I click then button labeled .png

- Paper wallet creation IT77/3_175-I click on secondary menu item:

Paper wallet creation IT77/3_175-I click on secondary menu item.png

- User redeems Recovery regular encrypted PDF certificate/5_87-I click on ada redemption choices tab:

User redeems Recovery regular encrypted PDF certificate/5_87-I click on ada redemption choices tab.png

- User redeems Recovery regular encrypted PDF certificate/11_87-I should see the summary screen:

User redeems Recovery regular encrypted PDF certificate/11_87-I should see the summary screen.png

- User redeems Recovery regular encrypted PDF certificate/10_87-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Recovery regular encrypted PDF certificate/10_87-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User cant change the password without entering old password IT14/6_117-I should see the wallet password dialog:

User cant change the password without entering old password IT14/6_117-I should see the wallet password dialog.png

- User cant change the password without entering old password IT14/5_117-I click on the password label:

User cant change the password without entering old password IT14/5_117-I click on the password label.png

- User cant change the password without entering old password IT14/4_117-I click on secondary menu item:

User cant change the password without entering old password IT14/4_117-I click on secondary menu item.png

- Yoroi Settings Screen Support IT4/3_169-I click on secondary menu item:

Yoroi Settings Screen Support IT4/3_169-I click on secondary menu item.png

- Yoroi Settings Screen Support IT4/4_169-I should see support screen:

Yoroi Settings Screen Support IT4/4_169-I should see support screen.png

- Successfully restoring a simple wallet/13_37-I should see the addresses exactly list them:

Successfully restoring a simple wallet/13_37-I should see the addresses exactly list them.png

- Successfully restoring a simple wallet/8_37-I should see a plate :

Successfully restoring a simple wallet/8_37-I should see a plate .png

- Successfully restoring a simple wallet/7_37-I click the Restore Wallet button:

Successfully restoring a simple wallet/7_37-I click the Restore Wallet button.png

- Successfully restoring a simple wallet/10_37-I should see the opened wallet with name :

Successfully restoring a simple wallet/10_37-I should see the opened wallet with name .png

- Successfully restoring a simple wallet/9_37-I click the next button:

Successfully restoring a simple wallet/9_37-I click the next button.png

- Successfully restoring a simple wallet/3_37-I click the restore button:

Successfully restoring a simple wallet/3_37-I click the restore button.png

- User cant send funds to the invalid address IT46/6_72-I should see an invalid address error:

User cant send funds to the invalid address IT46/6_72-I should see an invalid address error.png

- User redeems Recovery force vended encrypted PDF certificate/10_111-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Recovery force vended encrypted PDF certificate/10_111-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/5_110-I click on ada redemption choices tab:

User redeems Recovery force vended encrypted PDF certificate/5_110-I click on ada redemption choices tab.png

- User redeems Recovery force vended encrypted PDF certificate/5_111-I click on ada redemption choices tab:

User redeems Recovery force vended encrypted PDF certificate/5_111-I click on ada redemption choices tab.png

- User redeems Recovery force vended encrypted PDF certificate/10_112-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Recovery force vended encrypted PDF certificate/10_112-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/11_110-I should see the summary screen:

User redeems Recovery force vended encrypted PDF certificate/11_110-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/11_111-I should see the summary screen:

User redeems Recovery force vended encrypted PDF certificate/11_111-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/11_112-I should see the summary screen:

User redeems Recovery force vended encrypted PDF certificate/11_112-I should see the summary screen.png

- User redeems Recovery force vended encrypted PDF certificate/10_110-I should see the Ada Redemption Success Overlay and close the dialogue:

User redeems Recovery force vended encrypted PDF certificate/10_110-I should see the Ada Redemption Success Overlay and close the dialogue.png

- User redeems Recovery force vended encrypted PDF certificate/5_112-I click on ada redemption choices tab:

User redeems Recovery force vended encrypted PDF certificate/5_112-I click on ada redemption choices tab.png

- User cant create more than 20 consecutive unused addresses IT49/4_25-I click on the Generate new address button 09 times:

User cant create more than 20 consecutive unused addresses IT49/4_25-I click on the Generate new address button 09 times.png

- User cant create more than 20 consecutive unused addresses IT49/5_25-I click on the Generate new address button:

User cant create more than 20 consecutive unused addresses IT49/5_25-I click on the Generate new address button.png

- User cant create more than 20 consecutive unused addresses IT49/6_25-I should see an error about max unused addresses:

User cant create more than 20 consecutive unused addresses IT49/6_25-I should see an error about max unused addresses.png

- Wallet restoration Recovery Phrase with less than 15 words IT73/6_178-I should see an X words left error message:

Wallet restoration Recovery Phrase with less than 15 words IT73/6_178-I should see an X words left error message.png

- Wallet restoration Recovery Phrase with less than 15 words IT73/3_178-I click the restore button:

Wallet restoration Recovery Phrase with less than 15 words IT73/3_178-I click the restore button.png

- User cant change password if it doesnt meet complexity requirements IT12/9_23-I should see the following error messages:

User cant change password if it doesnt meet complexity requirements IT12/9_23-I should see the following error messages.png

- User cant change password if it doesnt meet complexity requirements IT12/6_23-I should see the wallet password dialog:

User cant change password if it doesnt meet complexity requirements IT12/6_23-I should see the wallet password dialog.png

- User cant change password if it doesnt meet complexity requirements IT12/4_23-I click on secondary menu item:

User cant change password if it doesnt meet complexity requirements IT12/4_23-I click on secondary menu item.png

- User cant change password if it doesnt meet complexity requirements IT12/5_23-I click on the password label:

User cant change password if it doesnt meet complexity requirements IT12/5_23-I click on the password label.png

- Wallet cant be created if its password doesnt meet complexity requirements IT7/7_104-I should see Invalid Password error message:

Wallet cant be created if its password doesnt meet complexity requirements IT7/7_104-I should see Invalid Password error message.png

- Wallet cant be created if its password doesnt meet complexity requirements IT7/6_104-I click the Create personal wallet button:

Wallet cant be created if its password doesnt meet complexity requirements IT7/6_104-I click the Create personal wallet button.png

- Wallet cant be created if its password doesnt meet complexity requirements IT7/3_104-I click the create button:

Wallet cant be created if its password doesnt meet complexity requirements IT7/3_104-I click the create button.png

- User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/10_41-I should see the summary screen:

User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/10_41-I should see the summary screen.png

- User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/5_41-I click on the transfer funds from Daedalus button:

User can transfer Daedalus funds to Yoroi using 12word mnemonic phrase IT45/5_41-I click on the transfer funds from Daedalus button.png

@v-almonacid v-almonacid removed the WIP / DO NOT MERGE Shows that a PR shouldn't be merge label Jun 26, 2019
@SebastienGllmt SebastienGllmt merged commit a41d98f into develop Jun 26, 2019
@SebastienGllmt SebastienGllmt deleted the v_almonacid/ch1124/implement-uri-scheme-on-yoroi-frontend branch June 26, 2019 10:32
This was referenced Jul 3, 2019
SebastienGllmt added a commit that referenced this pull request Jul 10, 2019
* fix flow error

* refactor: exactify prop type definitions in /themes

* refactor: exactify prop type definitions in /containers

* fix flow: avoid passing excessive properties

* refactor: exactify prop type definition in ThemeManageer.js

* fix deprecation warning

* bump remaining packages

* Bump mobx from 3.1.7 to 3.6.2 (#612)

* Bump mobx from 3.1.7 to 3.6.2

Bumps [mobx](https://github.com/mobxjs/mobx) from 3.1.7 to 3.6.2.
- [Release notes](https://github.com/mobxjs/mobx/releases)
- [Changelog](https://github.com/mobxjs/mobx/blob/master/CHANGELOG.md)
- [Commits](mobxjs/mobx@3.1.7...3.6.2)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* can not remove type ignore for mobx

* fix: prop types of skins should not be exact

* chore: add "I see" to patterns that trigger screenshot during test

* Chore: lint: eliminate eslint warnings (#652)

* chore: lint: remove trailing spaces

* chore: lint: remove unused imports

* chore: lint: prefix unused vars with underscores

* chore: lint: break long comment line

* chore: lint: remove defaultProps for required property

* Bump bignumber.js from 5.0.0 to 9.0.0 (#615)

* Bump bignumber.js from 5.0.0 to 9.0.0

Bumps [bignumber.js](https://github.com/MikeMcl/bignumber.js) from 5.0.0 to 9.0.0.
- [Release notes](https://github.com/MikeMcl/bignumber.js/releases)
- [Changelog](https://github.com/MikeMcl/bignumber.js/blob/master/CHANGELOG.md)
- [Commits](MikeMcl/bignumber.js@v5.0.0...v9.0.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* fix breaking changes

* add types to BigNumber (1/2)

* fix BigNumber types (2/2)

* Margin on Paper Wallet dialog is too small [ch1510] (#642)

* bring back scrollbar

* initial working approach

* do not perform checksum for artifacts on non-deployable branches

* cosmetic update to trigger PR build

* Bump css-loader from 1.0.1 to 3.0.0 (#613)

* Bump css-loader from 1.0.1 to 3.0.0

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 1.0.1 to 3.0.0.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-loader@v1.0.1...v3.0.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* fix settings

* fix css classnames on test

* fix image links for image names with double spaces (#655)

* Ledger connect, add Ledger Nano X as supported

* HW connect dialog, use  handleExternalLinkClick

* update ledger nano s link for consistency

* fix trezor check dailog

* fix LinkButton external links

* specify new spending password

* fix typo

* Refactoring old components styles (#582)

* mnemonic word scss refatored

* wallet backup warning scss refactored

* waller recovery instruction scss refactored

* wallet recovery phrase scss refatored

* recovery prhase mnemonic scss fix

* fixing

* fixing

* phrase mnemonic scss refactored

* hw dialog check and connect step refactor scss

* connect ledger fix

* connect hw trezor dialog fixes

* wallet restore scss refactor

* steps block fix

* refactor hw create dialogs scss

* mnemonic phrase fixed

* fix E2E

* fix merge bug

* fix alignment bugs

* added husky depend #skip-e2e (#656)

* added husky depend #skip-e2e

* Update package.json

* Bump chai from 3.2.0 to 4.2.0 (#664)

Bumps [chai](https://github.com/chaijs/chai) from 3.2.0 to 4.2.0.
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/master/History.md)
- [Commits](chaijs/chai@3.2.0...4.2.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump webpack from 4.30.0 to 4.35.0 (#663)

Bumps [webpack](https://github.com/webpack/webpack) from 4.30.0 to 4.35.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v4.30.0...v4.35.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump unorm from 1.4.1 to 1.5.0 (#665)

Bumps [unorm](https://github.com/walling/unorm) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/walling/unorm/releases)
- [Commits](walling/unorm@v1.4.1...v1.5.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump trezor-connect from 7.0.2 to 7.0.3 (#668)

Bumps [trezor-connect](https://github.com/trezor/connect) from 7.0.2 to 7.0.3.
- [Release notes](https://github.com/trezor/connect/releases)
- [Changelog](https://github.com/trezor/connect/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/trezor/connect/commits)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump react-copy-to-clipboard from 5.0.0 to 5.0.1 (#666)

Bumps [react-copy-to-clipboard](https://github.com/nkbt/react-copy-to-clipboard) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/nkbt/react-copy-to-clipboard/releases)
- [Commits](nkbt/react-copy-to-clipboard@v5.0.0...v5.0.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump jest from 24.7.1 to 24.8.0 (#667)

Bumps [jest](https://github.com/facebook/jest) from 24.7.1 to 24.8.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](jestjs/jest@v24.7.1...v24.8.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump webpack-hot-middleware from 2.24.3 to 2.25.0 (#669)

Bumps [webpack-hot-middleware](https://github.com/webpack-contrib/webpack-hot-middleware) from 2.24.3 to 2.25.0.
- [Release notes](https://github.com/webpack-contrib/webpack-hot-middleware/releases)
- [Commits](webpack-contrib/webpack-hot-middleware@v2.24.3...v2.25.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump eslint-plugin-flowtype from 3.10.3 to 3.10.4 (#671)

Bumps [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype) from 3.10.3 to 3.10.4.
- [Release notes](https://github.com/gajus/eslint-plugin-flowtype/releases)
- [Commits](gajus/eslint-plugin-flowtype@v3.10.3...v3.10.4)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump eslint-plugin-react from 7.11.1 to 7.13.0 (#673)

Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.11.1 to 7.13.0.
- [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases)
- [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.11.1...v7.13.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump babel-jest from 24.7.1 to 24.8.0 (#670)

Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 24.7.1 to 24.8.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v24.8.0/packages/babel-jest)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump autoprefixer from 7.2.5 to 9.6.0 (#672)

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 7.2.5 to 9.6.0.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md)
- [Commits](postcss/autoprefixer@7.2.5...9.6.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump aes-js from 3.1.0 to 3.1.2 (#676)

Bumps [aes-js](https://github.com/ricmoo/aes-js) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/ricmoo/aes-js/releases)
- [Commits](ricmoo/aes-js@v3.1.0...v3.1.2)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump json-server from 0.13.0 to 0.15.0 (#675)

Bumps [json-server](https://github.com/typicode/json-server) from 0.13.0 to 0.15.0.
- [Release notes](https://github.com/typicode/json-server/releases)
- [Changelog](https://github.com/typicode/json-server/blob/master/CHANGELOG.md)
- [Commits](typicode/json-server@v0.13.0...v0.15.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump ws from 7.0.0 to 7.0.1 (#674)

Bumps [ws](https://github.com/websockets/ws) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.0.0...7.0.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump crypto-random-string from 1.0.0 to 3.0.1 (#677)

* Bump crypto-random-string from 1.0.0 to 3.0.1

Bumps [crypto-random-string](https://github.com/sindresorhus/crypto-random-string) from 1.0.0 to 3.0.1.
- [Release notes](https://github.com/sindresorhus/crypto-random-string/releases)
- [Commits](sindresorhus/crypto-random-string@v1.0.0...v3.0.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* add length property

* Bump webpack-cli from 3.1.2 to 3.3.4 (#679)

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.1.2 to 3.3.4.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](webpack/webpack-cli@v3.1.2...v3.3.4)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump config from 1.30.0 to 1.31.0 (#681)

Bumps [config](https://github.com/lorenwest/node-config) from 1.30.0 to 1.31.0.
- [Release notes](https://github.com/lorenwest/node-config/releases)
- [Changelog](https://github.com/lorenwest/node-config/blob/master/History.md)
- [Commits](https://github.com/lorenwest/node-config/commits)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump react-router-dom from 4.3.1 to 5.0.1 (#632)

* Bump react-router-dom from 4.3.1 to 5.0.1

Bumps [react-router-dom](https://github.com/ReactTraining/react-router) from 4.3.1 to 5.0.1.
- [Release notes](https://github.com/ReactTraining/react-router/releases)
- [Changelog](https://github.com/ReactTraining/react-router/blob/master/CHANGELOG.md)
- [Commits](remix-run/react-router@v4.3.1...v5.0.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* bump react-router

* fix package-lock

* Bump url-loader from 1.1.2 to 2.0.0 (#682)

Bumps [url-loader](https://github.com/webpack-contrib/url-loader) from 1.1.2 to 2.0.0.
- [Release notes](https://github.com/webpack-contrib/url-loader/releases)
- [Changelog](https://github.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/url-loader@v1.1.2...v2.0.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump react-markdown from 4.0.8 to 4.0.9 (#683)

Bumps [react-markdown](https://github.com/rexxars/react-markdown) from 4.0.8 to 4.0.9.
- [Release notes](https://github.com/rexxars/react-markdown/releases)
- [Changelog](https://github.com/rexxars/react-markdown/blob/master/CHANGELOG.md)
- [Commits](remarkjs/react-markdown@v4.0.8...v4.0.9)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump eslint-plugin-jsx-a11y from 6.1.2 to 6.2.1 (#684)

Bumps [eslint-plugin-jsx-a11y](https://github.com/evcohen/eslint-plugin-jsx-a11y) from 6.1.2 to 6.2.1.
- [Release notes](https://github.com/evcohen/eslint-plugin-jsx-a11y/releases)
- [Changelog](https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/CHANGELOG.md)
- [Commits](infofarmer/eslint-plugin-jsx-a11y@v6.1.2...v6.2.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump raw-loader from 0.5.1 to 3.0.0 (#685)

Bumps [raw-loader](https://github.com/webpack-contrib/raw-loader) from 0.5.1 to 3.0.0.
- [Release notes](https://github.com/webpack-contrib/raw-loader/releases)
- [Changelog](https://github.com/webpack-contrib/raw-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/raw-loader/commits/v3.0.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump chromedriver from 2.40.0 to 75.0.0 (#680)

Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 2.40.0 to 75.0.0.
- [Release notes](https://github.com/giggio/node-chromedriver/releases)
- [Commits](giggio/node-chromedriver@2.40.0...75.0.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump webpack-cli from 3.3.4 to 3.3.5 (#686)

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.4 to 3.3.5.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](webpack/webpack-cli@v3.3.4...v3.3.5)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Adding PoC of server error banner

* healthcheck API draft

* Fix the @computed update

* Fixing void

* Bump semver from 6.1.1 to 6.1.2 (#691)

Bumps [semver](https://github.com/npm/node-semver) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/master/CHANGELOG.md)
- [Commits](npm/node-semver@v6.1.1...v6.1.2)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* fix maybe (#689)

* Specify flow types  (#688)

* chore: flow: specify any type in app/utils/form.js

* chore: flow: specify any type in app/utils/routing.js

* chore: flow: give WebSocket type to WebSocket class member

* chore: flow: specify any type in actions/lib/Action.js

* chore: flow: specify any type in actions/profile-actions.js

* chore: flow: specify return type of updateStatus func in api/ada/

* chore: flow: specify any type in api/ada/lib/storage/lovefieldDatabase.js

* chore: flow: specify any type in components/topbar/WalletTopbarTitle.js

* chore: flow: change type of error parameters from any to Error

* chore: flow: specify any type in i18n/translations.js

* chore: flow: specify any type in stores/toplevel/UiDialogsStore.js

* chore: flow: specify Function type in types/injectedPropsType.js

* chore: flow: specify Function type in themes/skins/InputOwnSkin.js

* chore: flow: specify Function in themes/skins/FormFieldOwnSkin.js

* chore: flow: specify Function types in themes/skins/AutocompleteOwnSkin.js

* chore: flow: specify Function type in themes/skins/CheckboxOwnSkin.js

* Replacing the staging banner with the server error banner if a problem is reported

* New Crowdin translations (#641)

* New translations en-US.md (id-ID)

* New translations en-US.md (id-ID)

* New translations en-US.md (id-ID)

* New translations en-US.json (id-ID)

* New translations en-US.md (id-ID)

* New translations en-US.json (id-ID)

* New translations en-US.json (zh-Hans)

* New translations en-US.md (zh-Hans)

* New translations en-US.json (Spanish)

* New translations en-US.json (id-ID)

* New translations en-US.json (id-ID)

* New translations en-US.json (id-ID)

* New translations en-US.json (id-ID)

* New translations en-US.md (Italian)

* New translations en-US.json (Italian)

* New translations en-US.json (zh-Hans)

* New translations en-US.json (Italian)

* New translations en-US.json (zh-Hant)

* New translations en-US.json (Spanish)

* New translations en-US.json (ru-RU)

* New translations en-US.json (ko-KR)

* New translations en-US.json (ja-JP)

* New translations en-US.json (id-ID)

* New translations en-US.json (de-DE)

* New translations en-US.json (fr-FR)

* New translations en-US.md (id-ID)

* New translations en-US.json (zh-Hans)

* New translations en-US.json (Italian)

* New translations en-US.json (zh-Hant)

* New translations en-US.json (Spanish)

* New translations en-US.json (ru-RU)

* New translations en-US.json (ko-KR)

* New translations en-US.json (ja-JP)

* New translations en-US.json (id-ID)

* New translations en-US.json (de-DE)

* New translations en-US.json (fr-FR)

* New translations en-US.json (zh-Hans)

* New translations en-US.json (id-ID)

* New translations en-US.json (de-DE)

* New translations en-US.json (fr-FR)

* New translations en-US.json (Italian)

* New translations en-US.json (Spanish)

* chore: add test for AdaApi#restoreWallet (#695)

*  shin/ch1395/fix-text-on-hw-connect-check-step-dialog (#661)

* 'Fix text on HW connect CHECK step dialog [ch1395]

* update trezor outdated url, to make it similar to ledger

* Bump react-markdown from 4.0.9 to 4.1.0 (#697)

Bumps [react-markdown](https://github.com/rexxars/react-markdown) from 4.0.9 to 4.1.0.
- [Release notes](https://github.com/rexxars/react-markdown/releases)
- [Changelog](https://github.com/rexxars/react-markdown/blob/master/CHANGELOG.md)
- [Commits](remarkjs/react-markdown@v4.0.9...v4.1.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump eslint-plugin-react from 7.13.0 to 7.14.2 (#700)

Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.13.0 to 7.14.2.
- [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases)
- [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.13.0...v7.14.2)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump husky from 2.4.1 to 2.5.0 (#699)

Bumps [husky](https://github.com/typicode/husky) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/typicode/husky/releases)
- [Changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md)
- [Commits](typicode/husky@v2.4.1...v2.5.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* add type (#702)

* Bump url-loader from 2.0.0 to 2.0.1 (#704)

Bumps [url-loader](https://github.com/webpack-contrib/url-loader) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/webpack-contrib/url-loader/releases)
- [Changelog](https://github.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/url-loader@v2.0.0...v2.0.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* New Crowdin translations (#694)

* New translations en-US.json (ru-RU)

* New translations en-US.json (ru-RU)

* New translations en-US.json (ja-JP)

* New translations en-US.json (ja-JP)

* New translations en-US.json (zh-Hans)

* New translations en-US.json (Italian)

* New translations en-US.json (zh-Hant)

* New translations en-US.json (Spanish)

* New translations en-US.json (ru-RU)

* New translations en-US.json (ko-KR)

* New translations en-US.json (ja-JP)

* New translations en-US.json (id-ID)

* New translations en-US.json (de-DE)

* New translations en-US.json (fr-FR)

* New translations en-US.json (de-DE)

* New translations en-US.json (de-DE)

* New translations en-US.json (zh-Hans)

* New translations en-US.json (id-ID)

* Bump react-intl from 2.7.2 to 2.9.0 (#687)

Bumps [react-intl](https://github.com/yahoo/react-intl) from 2.7.2 to 2.9.0.
- [Release notes](https://github.com/yahoo/react-intl/releases)
- [Commits](formatjs/formatjs@v2.7.2...v2.9.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* fix

* Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (#703)

Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 4.1.1 to 4.2.1.
- [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases)
- [Changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/master/CHANGELOG.md)
- [Commits](https://github.com/xjamundx/eslint-plugin-promise/commits)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Formatting the banner text correctly

* New translations en-US.json (ja-JP)

* V almonacid/ch1124/implement uri scheme on yoroi frontend (#511)

* first step

* uri feature (melded commits)

* removes TODO comment

* fixes test failing in firefox

* fiix EN-US

* match spec

* misc cleanup

* notification disappears after duration

* Sebastiengllmt/ch1591/flow 88 (#708)

* bump

* flow 88 fixes

* bump to 98.1

* fix eslint issues

* New translations en-US.json (zh-Hans)

* New translations en-US.json (Italian)

* New translations en-US.json (zh-Hant)

* New translations en-US.json (Spanish)

* New translations en-US.json (ru-RU)

* New translations en-US.json (ko-KR)

* New translations en-US.json (ja-JP)

* New translations en-US.json (id-ID)

* New translations en-US.json (de-DE)

* New translations en-US.json (fr-FR)

* fix test

* New translations en-US.json (de-DE)

* New translations en-US.json (de-DE)

* New translations en-US.json (zh-Hans)

* New translations en-US.json (fr-FR)

* New translations en-US.json (fr-FR)

* Fixing the rendering of the banner

fixing rendering in language selection page

* New translations en-US.json (id-ID)

* New translations en-US.json (ja-JP)

* New translations en-US.json (ja-JP)

* New translations en-US.json (ja-JP)

* displaying the twitter link correctly and rendering banner in setting page

removing TODO

* New translations en-US.json (ja-JP)

* New translations en-US.json (id-ID)

* New translations en-US.json (id-ID)

* New translations en-US.json (ja-JP)

* Add language and yoroi version to header requests (#712)

* Adding yoroi version and language in request headers to backend

* Updating, avoid direct use of window object, removing unnecessary call to computed lastLaunchVersion

* Updating headers naming

* New translations en-US.json (Italian)

* New translations en-US.json (Italian)

* New translations en-US.json (ja-JP)

* New translations en-US.json (zh-Hant)

* New translations en-US.json (ja-JP)

* New translations en-US.json (ko-KR)

* New translations en-US.json (zh-Hant)

* New translations en-US.json (de-DE)

* New translations en-US.json (ja-JP)

* New translations en-US.json (ko-KR)

* probable deferred  load fix

* fix css and updated download icon

* Adding tests

* fix alignment

* fix icon size

* move header text

* set outline: none;

* trying to fix quote ' escaping ` #skip-e2e

* fix deferred rendering

* fix comment

* remove common css

* Increase line space in Trezor Ledger prerequisites [ch1631]

* misc dialog fixes (#711)

* Fix title in Receive page [ch1627]

* Matching the style of address and derivation path with InVion slide

* dummy commit to try single quotes. it's good. it´s good. its good. This should not fail build-setup

* V almonacid/ch1592/balance hide screen button (#710)

* initial work

* first (working) iteration

* improved style and misc clean ups

* added e2e test

* restores invonluntary change in locked package version

* nicolas review corrections

* remaining corrections

* Removing line in Tx list in classic theme

* Non-zero vertical margin to avoid unnecessary scrollbars

* New Crowdin translations (#718)

* New translations en-US.json (zh-Hans)

* New translations en-US.json (Italian)

* New translations en-US.json (zh-Hant)

* New translations en-US.json (Spanish)

* New translations en-US.json (ru-RU)

* New translations en-US.json (ko-KR)

* New translations en-US.json (ja-JP)

* New translations en-US.json (id-ID)

* New translations en-US.json (de-DE)

* New translations en-US.json (fr-FR)

* New translations en-US.json (Italian)

* New translations en-US.json (de-DE)

* New translations en-US.json (fr-FR)

* New translations en-US.json (zh-Hans)

* New translations en-US.json (ru-RU)

* New translations en-US.json (ru-RU)

* New translations en-US.json (ru-RU)

* Fix hot reload on yoroi extension (#729)

* fix (1/2)

* 2/2

* Bump react-hot-loader from 4.3.12 to 4.11.1 (#678)

* Bump react-hot-loader from 4.3.12 to 4.11.1

Bumps [react-hot-loader](https://github.com/gaearon/react-hot-loader) from 4.3.12 to 4.11.1.
- [Release notes](https://github.com/gaearon/react-hot-loader/releases)
- [Changelog](https://github.com/gaearon/react-hot-loader/blob/master/CHANGELOG.md)
- [Commits](gaearon/react-hot-loader@v4.3.12...v4.11.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* bump again

* reverted close button delete, considering error case

* Bump eslint-plugin-jsx-a11y from 6.2.1 to 6.2.3 (#732)

Bumps [eslint-plugin-jsx-a11y](https://github.com/evcohen/eslint-plugin-jsx-a11y) from 6.2.1 to 6.2.3.
- [Release notes](https://github.com/evcohen/eslint-plugin-jsx-a11y/releases)
- [Changelog](https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/CHANGELOG.md)
- [Commits](infofarmer/eslint-plugin-jsx-a11y@v6.2.1...v6.2.3)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* server status endpoint spec

Addressing comments

Updating abstract and motivation

updating spec

* matching spec

* Bump semver from 6.1.2 to 6.1.3 (#731)

Bumps [semver](https://github.com/npm/node-semver) from 6.1.2 to 6.1.3.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/master/CHANGELOG.md)
- [Commits](npm/node-semver@v6.1.2...v6.1.3)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Fixing text style in terms of use

updating style of Terms of Use

* fixing columns in Tx list

* Bold labels

* Removing line only in last component's content

* fiix

* add comment

* A more general solution, fixing for any last element instead of just help link block

* New Crowdin translations (#728)

* New translations en-US.json (id-ID)

* New translations en-US.json (zh-Hans)

* New translations en-US.json (Italian)

* New translations en-US.json (zh-Hant)

* New translations en-US.json (Spanish)

* New translations en-US.json (ru-RU)

* New translations en-US.json (ko-KR)

* New translations en-US.json (ja-JP)

* New translations en-US.json (id-ID)

* New translations en-US.json (de-DE)

* New translations en-US.json (fr-FR)

* New translations en-US.json (de-DE)

* New translations en-US.json (zh-Hans)

* New translations en-US.json (id-ID)

* New translations en-US.json (Italian)

* New translations en-US.json (fr-FR)

* New translations en-US.json (ja-JP)

* Form Field Icons YoroiClassic (#548)

* input icons for classic theme

* select arrow offset fixed

* select arrow icon fixed

* active settingsmenuitem fix for ru lng

* settings base layout fixed for classic theme

* classic theme inputs fixes

* reset password icons, fixing

* classic theme error offset left added

* input focus fixed

* aligned labels and errors to left

* error delay fixed for classic theme

* inputSkin removed

* recovery phrase strong  text

* autocomplete error icon overlap fixed

* inlineinput cancel button fixed

* amount input classic theme fixed

* refactor css

* hw create wallet name status icon

* refactor savedialog

* receiver field status icon

* fixed saveDialog

* classic theme input icon fix for modal header block

* remove unwanted \n

* Numbers of addresses is overlapped by drop [ch1384]

* Sync error spacing for both themes

* Removing extra space between fields

* Removing extra spacing for fields in classic theme

* Fixing test it-60. clearInput doesn't work when using InputOwnSkin. Switching to clearInputUpdatingForm

* Removing extra linebreaks

* fix hot-reload for dialogs (#738)

* Change Mb to MB for file size [ch1677]

* Fix text style in Settings Paper Wallets [ch1628]

* make the start of the checkbox match the start of the title

* remove component outer margin from skin

* fix font-family and color

* fix font size of description from 13 to 12

* updating image

* Matching Restore Wallet dialog style

joining the 2 components into one

matching style

removing the line break

Specifying OptionBlock title type

removing the use of FormattedHTMLMessage

* full impl of flexible CheckboxOwnSkin

* readjust margins

* fix styles

* Fixing texts colors in start page

* change hover area to whole card

* fix vertical alignment

* for tx status label set width based on theme as font size is on higher side for label

* enable Indonesian on prod (#745)

* Upgrade Mobx & related libraries to v5 (#733)

* upgrade to v5

* fix tests

* PR feedback

* Button for downloading logs

* req parameter is required (#743)

* Switched dev config to testnet and updated readme (#747)

* Edited dev config to use testnet

* Changed log-file naming for testnet

* Updated testnet info in readme

* typo

* typo

* Small UI fixes (#727)

* Password instructions with bold words

* Disable Clear and Remove Last buttons if no words are entered

* Back button in recovery phrase dialog

* Disable Next button until passwords are valid (Paper Wallet)

* Style of message in Verify Paper Wallet step

* Keep black label for input fields in classic theme. Red labels only for modern theme (#742)

* update text

* fix instructions to clean up translation cache

* New Crowdin translations (#737)

* New translations en-US.json (zh-Hans)

* New translations en-US.json (Italian)

* New translations en-US.json (zh-Hant)

* New translations en-US.json (Spanish)

* New translations en-US.json (ru-RU)

* New translations en-US.json (ko-KR)

* New translations en-US.json (ja-JP)

* New translations en-US.json (id-ID)

* New translations en-US.json (de-DE)

* New translations en-US.json (fr-FR)

* New translations en-US.json (zh-Hans)

* New translations en-US.json (Italian)

* New translations en-US.json (zh-Hant)

* New translations en-US.json (Spanish)

* New translations en-US.json (ru-RU)

* New translations en-US.json (ko-KR)

* New translations en-US.json (ja-JP)

* New translations en-US.json (id-ID)

* New translations en-US.json (de-DE)

* New translations en-US.json (fr-FR)

* New translations en-US.json (fr-FR)

* New translations en-US.json (zh-Hans)

* New translations en-US.json (Italian)

* New translations en-US.json (zh-Hant)

* New translations en-US.json (Spanish)

* New translations en-US.json (ru-RU)

* New translations en-US.json (ko-KR)

* New translations en-US.json (ja-JP)

* New translations en-US.json (id-ID)

* New translations en-US.json (de-DE)

* New translations en-US.json (fr-FR)

* New translations en-US.json (zh-Hans)

* New translations en-US.json (de-DE)

* New translations en-US.json (de-DE)

* New translations en-US.json (ja-JP)

* New translations en-US.json (fr-FR)

* New translations en-US.json (id-ID)

* New translations en-US.json (zh-Hans)

* New translations en-US.json (Italian)

* New translations en-US.json (zh-Hant)

* New translations en-US.json (Spanish)

* New translations en-US.json (ru-RU)

* New translations en-US.json (ko-KR)

* New translations en-US.json (ja-JP)

* New translations en-US.json (id-ID)

* New translations en-US.json (de-DE)

* New translations en-US.json (fr-FR)

* New translations en-US.json (zh-Hans)

* New translations en-US.json (fr-FR)

* New translations en-US.md (Spanish)

* New translations en-US.md (ru-RU)

* New translations en-US.md (ko-KR)

* New translations en-US.md (ja-JP)

* New translations en-US.md (id-ID)

* New translations en-US.md (de-DE)

* New translations en-US.md (fr-FR)

* New translations en-US.md (zh-Hant)

* New translations en-US.md (zh-Hans)

* New translations en-US.md (Italian)

* New translations en-US.json (zh-Hans)

* New translations en-US.json (Italian)

* New translations en-US.json (zh-Hant)

* New translations en-US.json (Spanish)

* New translations en-US.json (ru-RU)

* New translations en-US.json (ko-KR)

* New translations en-US.json (ja-JP)

* New translations en-US.json (id-ID)

* New translations en-US.json (de-DE)

* New translations en-US.json (fr-FR)

* New translations en-US.md (id-ID)

* New translations en-US.json (id-ID)

* New translations en-US.json (id-ID)

* New translations en-US.json (id-ID)

* New translations en-US.json (zh-Hans)

* New translations en-US.md (zh-Hans)

* New translations en-US.json (Italian)

* New translations en-US.md (Italian)

* New translations en-US.json (Italian)

* New translations en-US.json (ru-RU)

* New translations en-US.json (ru-RU)

* New translations en-US.md (ru-RU)

* New translations en-US.json (fr-FR)

* New translations en-US.md (fr-FR)

* New translations en-US.json (Italian)

* New translations en-US.json (de-DE)

* New translations en-US.json (Spanish)

* New translations en-US.json (Spanish)

* New translations en-US.json (Spanish)

* New translations en-US.md (Spanish)

* New translations en-US.md (Spanish)

* New translations en-US.json (Spanish)

* New translations en-US.json (zh-Hans)

* New translations en-US.json (Italian)

* New translations en-US.json (zh-Hant)

* New translations en-US.json (Spanish)

* New translations en-US.json (ru-RU)

* New translations en-US.json (ko-KR)

* New translations en-US.json (ja-JP)

* New translations en-US.json (id-ID)

* New translations en-US.json (de-DE)

* New translations en-US.json (fr-FR)

* New translations en-US.json (ja-JP)

* New translations en-US.json (ja-JP)

* New translations en-US.md (ja-JP)

* New translations en-US.json (id-ID)

* Wallet receive page unify block title

* TransferInstructionsPage unify block title style

* TransferMnemonicPage unify block title style

* TransferMnemonicPage classic theme unify block title

* New Crowdin translations (#750)

* New translations en-US.json (zh-Hans)

* New translations en-US.json (Italian)

* New translations en-US.json (zh-Hant)

* New translations en-US.json (Spanish)

* New translations en-US.json (ru-RU)

* New translations en-US.json (ko-KR)

* New translations en-US.json (ja-JP)

* New translations en-US.json (id-ID)

* New translations en-US.json (de-DE)

* New translations en-US.json (fr-FR)

* New translations en-US.json (Italian)

* New translations en-US.json (fr-FR)

* New translations en-US.json (de-DE)

* New translations en-US.md (de-DE)

* New translations en-US.json (fr-FR)

* New translations en-US.json (de-DE)

* New translations en-US.json (Spanish)

* New translations en-US.json (Italian)

* New translations en-US.json (ja-JP)

* New translations en-US.json (ru-RU)

* New translations en-US.json (ru-RU)

* New translations en-US.json (zh-Hans)

* New translations en-US.json (id-ID)

* New translations en-US.json (ja-JP)

* fix hmr on css (#757)

* Add warning for URI Scheme and change warning box UI (#739)

* add and change warning

* WarningBox redesign

* move WarningBox from forms directory

* move WarningBox to top

* fix styles

* fix send form style

* fix WalletSendConfirmationDialog style

* add new TransferWaitingPage

* removed warning from AnnotatedLoader

* add WarningBox to TransferWaitingPage

* fix AnnotatedLoader style

* fix internetConnectionWarning text

* apply theme

* fix Style

* fix more style

* fix dialog width

* fix scrollbar in classic theme

* Bump chromedriver from 75.0.0 to 75.0.1 (#769)

Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 75.0.0 to 75.0.1.
- [Release notes](https://github.com/giggio/node-chromedriver/releases)
- [Commits](giggio/node-chromedriver@75.0.0...75.0.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump react-hot-loader from 4.12.0 to 4.12.3 (#767)

Bumps [react-hot-loader](https://github.com/gaearon/react-hot-loader) from 4.12.0 to 4.12.3.
- [Release notes](https://github.com/gaearon/react-hot-loader/releases)
- [Changelog](https://github.com/gaearon/react-hot-loader/blob/master/CHANGELOG.md)
- [Commits](gaearon/react-hot-loader@v4.12.0...v4.12.3)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* New Crowdin translations (#758)

* New translations en-US.json (zh-Hans)

* New translations en-US.json (Italian)

* New translations en-US.json (zh-Hant)

* New translations en-US.json (Spanish)

* New translations en-US.json (ru-RU)

* New translations en-US.json (ko-KR)

* New translations en-US.json (ja-JP)

* New translations en-US.json (id-ID)

* New translations en-US.json (de-DE)

* New translations en-US.json (fr-FR)

* New translations en-US.json (Italian)

* New translations en-US.json (Italian)

* New translations en-US.json (fr-FR)

* New translations en-US.json (fr-FR)

* New translations en-US.json (de-DE)

*  shin/ch1630/fix-links-style-in-settings-support (#730)

* fix text style of labels in Setting General [ch1629]

* review fix

* review fix

* Fix Generate Url dialog [ch1696] (#751)

* review fix: remove font-weight

* update localci steps (#775)

* Bump babel-plugin-react-intl from 3.3.3 to 3.5.1 (#772)

Bumps [babel-plugin-react-intl](https://github.com/formatjs/formatjs) from 3.3.3 to 3.5.1.
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/[email protected]@3.5.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump @babel/runtime-corejs2 from 7.4.5 to 7.5.1 (#771)

Bumps [@babel/runtime-corejs2](https://github.com/babel/babel) from 7.4.5 to 7.5.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](babel/babel@v7.4.5...v7.5.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump @babel/core from 7.4.5 to 7.5.0 (#765)

Bumps [@babel/core](https://github.com/babel/babel) from 7.4.5 to 7.5.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](babel/babel@v7.4.5...v7.5.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump @babel/plugin-transform-runtime from 7.4.4 to 7.5.0 (#763)

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel) from 7.4.4 to 7.5.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](babel/babel@v7.4.4...v7.5.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump webpack from 4.35.0 to 4.35.2 (#761)

Bumps [webpack](https://github.com/webpack/webpack) from 4.35.0 to 4.35.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v4.35.0...v4.35.2)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump husky from 2.5.0 to 3.0.0 (#768)

Bumps [husky](https://github.com/typicode/husky) from 2.5.0 to 3.0.0.
- [Release notes](https://github.com/typicode/husky/releases)
- [Changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md)
- [Commits](typicode/husky@v2.5.0...v3.0.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump @babel/plugin-proposal-class-properties from 7.4.4 to 7.5.0 (#764)

Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel) from 7.4.4 to 7.5.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](babel/babel@v7.4.4...v7.5.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump @babel/runtime from 7.4.5 to 7.5.1 (#766)

Bumps [@babel/runtime](https://github.com/babel/babel) from 7.4.5 to 7.5.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](babel/babel@v7.4.5...v7.5.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Prep work for URI Prompt page (#754)

* change browser detection logic

* make it easier to add new steps to app start

* fix test

* PR feedback

* Fix tests

* Implement UI for URI Scheme Prompt (#776)

* rebase

* fix test on Firefox

* Add script for developing against the mock backend server (#755)

* feature: add script for developing against the mock backend server

* cleanup

* fix?

* fix again?

* New Crowdin translations (#777)

* New translations en-US.json (ja-JP)

* New translations en-US.json (ja-JP)

* New translations en-US.json (id-ID)

* New translations en-US.json (zh-Hans)

* New translations en-US.json (Italian)

* New translations en-US.json (zh-Hant)

* New translations en-US.json (Spanish)

* New translations en-US.json (ru-RU)

* New translations en-US.json (ko-KR)

* New translations en-US.json (ja-JP)

* New translations en-US.json (id-ID)

* New translations en-US.json (de-DE)

* New translations en-US.json (fr-FR)

* New translations en-US.json (de-DE)

* New translations en-US.json (Italian)

* New translations en-US.json (id-ID)

* New translations en-US.json (zh-Hans)

* New translations en-US.json (zh-Hans)

* New translations en-US.json (Italian)

* New translations en-US.json (zh-Hant)

* New translations en-US.json (Spanish)

* New translations en-US.json (ru-RU)

* New translations en-US.json (ko-KR)

* New translations en-US.json (ja-JP)

* New translations en-US.json (id-ID)

* New translations en-US.json (de-DE)

* New translations en-US.json (fr-FR)

* New translations en-US.json (Italian)

* New translations en-US.json (Italian)

* New translations en-US.json (Spanish)

* New translations en-US.json (Spanish)

* New translations en-US.json (Spanish)

* New translations en-US.json (Spanish)

* New translations en-US.json (fr-FR)

* New translations en-US.json (fr-FR)

* New translations en-US.json (Italian)

* New translations en-US.json (de-DE)

* New translations en-US.json (de-DE)

* fix registration on firefox and websites (#779)

* New Crowdin translations (#780)

* New translations en-US.json (zh-Hans)

* New translations en-US.json (zh-Hant)

* New translations en-US.json (zh-Hant)

* New translations en-US.json (zh-Hant)

* New translations en-US.json (zh-Hant)

* New translations en-US.json (zh-Hant)

* New translations en-US.md (zh-Hant)

* New translations en-US.json (ja-JP)

* New translations en-US.json (ja-JP)

* New translations en-US.json (id-ID)

* New translations en-US.json (id-ID)

* New translations en-US.json (id-ID)

* New translations en-US.json (ru-RU)

* New translations en-US.json (ru-RU)

* New translations en-US.json (ru-RU)

* New translations en-US.json (ru-RU)

* New translations en-US.json (ru-RU)

* bump to 180 (#746)

* New translations en-US.json (id-ID) (#784)
This was referenced Jul 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants