@@ -5,55 +5,55 @@ Feature: ADA handle - extended view
5
5
Given Wallet is synced
6
6
And I am on NFTs extended page
7
7
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
9
9
10
10
@LW-7073 @E2E
11
11
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
14
14
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
16
16
And I enter correct password and confirm the transaction
17
17
And The Transaction submitted screen is displayed in extended mode
18
18
And I close the drawer by clicking close button
19
19
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
21
21
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
24
24
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'
34
34
And I close a toast message
35
35
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
37
37
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
40
40
41
41
@LW-9106
42
42
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
45
45
And I remove bundle 1
46
46
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
48
48
49
49
@LW-9107
50
50
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
57
57
And I remove bundle 2
58
58
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