@@ -5,55 +5,55 @@ Feature: ADA handle - extended view
55 Given Wallet is synced
66 And I am on NFTs extended page
77 And Address book is empty
8- And I use a wallet with ADA handle " $handletosend" NFT in extended mode
8+ And I use a wallet with ADA handle ' $handletosend' NFT in extended mode
99
1010 @LW-7073 @E2E
1111 Scenario : Extended view - Ada handle transfer e2e, review flow
12- Given I validate that handle: " $handletosend" is listed on the Receive screen
13- And I add address with name: " $handletosend" and address: " $handletosend" to address book in extended mode
12+ Given I validate that handle: ' $handletosend' is listed on the Receive screen
13+ And I add address with name: ' $handletosend' and address: ' $handletosend' to address book in extended mode
1414 And I navigate to NFTs extended page
15- And I'm sending the ADA handle with name: " $handletosend" in extended mode
15+ And I'm sending the ADA handle with name: ' $handletosend' in extended mode
1616 And I enter correct password and confirm the transaction
1717 And The Transaction submitted screen is displayed in extended mode
1818 And I close the drawer by clicking close button
1919 And I navigate to Activity extended page
20- And the Sent transaction is displayed with handle name: " $handletosend" in extended mode
20+ And the Sent transaction is displayed with handle name: ' $handletosend' in extended mode
2121 When I navigate to Address Book extended page
22- Then I see warning for address row with name " $handletosend"
23- And I hover over the warning icon for " $handletosend" handle
22+ Then I see warning for address row with name ' $handletosend'
23+ And I hover over the warning icon for ' $handletosend' handle
2424 Then I see handle warning tooltip
25- And I click " Send" button on page header
26- When I enter " $handletosend" in the bundle 1 recipient's address
27- Then I see review handle banner for handle: " $handletosend"
28- When I click " Review" button in review handle banner
29- Then I see review handle drawer in extended mode for handle: " $handletosend"
30- And I click " Accept" button on review handle drawer
31- And I see " Are you sure" review address modal
32- And I click " Proceed" button on " Are you sure" review address modal
33- And I see a toast with text: " Edited successfully"
25+ And I click ' Send' button on page header
26+ When I enter ' $handletosend' in the bundle 1 recipient's address
27+ Then I see review handle banner for handle: ' $handletosend'
28+ When I click ' Review' button in review handle banner
29+ Then I see review handle drawer in extended mode for handle: ' $handletosend'
30+ And I click ' Accept' button on review handle drawer
31+ And I see ' Are you sure' review address modal
32+ And I click ' Proceed' button on ' Are you sure' review address modal
33+ And I see a toast with text: ' Edited successfully'
3434 And I close a toast message
3535 And I close the drawer by clicking close button
36- And I click " Agree" button on " You'll have to start again" modal
36+ And I click ' Agree' button on ' You'll have to start again' modal
3737 And I navigate to Address Book extended page
38- And I see address row with name " $handletosend" and address " $handletosend" on the list in extended mode
39- And I validate that handle: " $handletosend" is not listed on the Receive screen
38+ And I see address row with name ' $handletosend' and address ' $handletosend' on the list in extended mode
39+ And I validate that handle: ' $handletosend' is not listed on the Receive screen
4040
4141 @LW-9106
4242 Scenario : Extended view - test for bug LW-9082 - scenario 1
43- When I click " Send" button on page header
44- And I click " Add bundle" button on " Send" page
43+ When I click ' Send' button on page header
44+ And I click ' Add bundle' button on ' Send' page
4545 And I remove bundle 1
4646 Then I see 1 bundle rows
47- And the " tADA" asset is displayed in bundle 1
47+ And the ' tADA' asset is displayed in bundle 1
4848
4949 @LW-9107
5050 Scenario : Extended view - test for bug LW-9082 - scenario 2
51- When I click " Send" button on page header
52- And I enter a value of: 1 to the " tADA" asset in bundle 1
53- And I click " Add bundle" button on " Send" page
54- And click on the coin selector for " tADA" asset in bundle 2
55- And click on an token with name: " LaceCoin"
56- And I enter a value of: 1 to the " LaceCoin" asset in bundle 2
51+ When I click ' Send' button on page header
52+ And I enter a value of: 1 to the ' tADA' asset in bundle 1
53+ And I click ' Add bundle' button on ' Send' page
54+ And click on the coin selector for ' tADA' asset in bundle 2
55+ And click on an token with name: ' LaceCoin'
56+ And I enter a value of: 1 to the ' LaceCoin' asset in bundle 2
5757 And I remove bundle 2
5858 Then I see 1 bundle rows
59- And the " tADA" asset is displayed in bundle 1
59+ And the ' tADA' asset is displayed in bundle 1
0 commit comments