1
- @DAppConnector
1
+ @DAppConnector @Testnet
2
2
Feature : DAppConnector - Common
3
3
4
4
Background :
5
5
Given Lace is ready for test
6
6
And I de-authorize all DApps in extended mode
7
7
And I reclaim collateral (if active) in extended mode
8
8
9
- @LW-3760 @Testnet @ Mainnet
9
+ @LW-3760 @Mainnet
10
10
Scenario : Limited wallet information when wallet is not connected
11
11
When I open test DApp
12
12
Then I see Lace wallet info in DApp when not connected
13
13
14
- @LW-6660 @Testnet @ Mainnet
14
+ @LW-6660 @Mainnet
15
15
Scenario : DApp connection modal displayed after clicking "Authorize"
16
16
When I open test DApp
17
17
Then I see DApp authorization window
18
18
When I click "Authorize" button in DApp authorization window
19
19
Then I see DApp connection modal
20
20
21
- @LW-3756 @Testnet @ Mainnet
21
+ @LW-3756 @Mainnet
22
22
Scenario : Canceling DApp connection
23
23
When I open test DApp
24
24
Then I see DApp authorization window
@@ -30,7 +30,7 @@ Feature: DAppConnector - Common
30
30
When I open test DApp
31
31
Then I see DApp authorization window
32
32
33
- @LW-4062 @LW-3753 @LW-9080 @Testnet @ Mainnet
33
+ @LW-4062 @LW-3753 @LW-9080 @Mainnet
34
34
Scenario : Authorize app functions as expected when the user chooses 'Only once'
35
35
Given I am on Tokens extended page
36
36
And I save token: "Cardano" balance
@@ -45,7 +45,7 @@ Feature: DAppConnector - Common
45
45
When I open test DApp
46
46
Then I see DApp authorization window
47
47
48
- @LW-3754 @LW-4064 @LW-3753 @Smoke @Testnet @ Mainnet
48
+ @LW-3754 @LW-4064 @LW-3753 @Smoke @Mainnet
49
49
Scenario : Authorize app functions as expected when the user chooses 'Always'
50
50
When I open test DApp
51
51
And I see DApp authorization window
@@ -59,7 +59,7 @@ Feature: DAppConnector - Common
59
59
Then I see Lace wallet info in DApp when connected
60
60
And I don't see DApp window
61
61
62
- @LW-3807 @Testnet @ Mainnet
62
+ @LW-3807 @Mainnet
63
63
Scenario : "No wallet" modal displayed after trying to connect Dapp when there is no wallet
64
64
Given I remove wallet
65
65
And I accept analytics banner on "Get started" page
@@ -70,7 +70,7 @@ Feature: DAppConnector - Common
70
70
And I switch to window with Lace
71
71
Then "Get started" page is displayed
72
72
73
- @LW-3758 @Testnet @ Mainnet @Pending
73
+ @LW-3758 @Mainnet @Pending
74
74
Scenario : Unlock Dapp page is displayed when wallet is locked, wallet can be unlocked
75
75
Given I lock my wallet
76
76
When I open test DApp
@@ -79,7 +79,7 @@ Feature: DAppConnector - Common
79
79
And I click "Unlock" button on unlock screen
80
80
Then I see DApp authorization window
81
81
82
- @LW-7082 @Testnet @ Mainnet @Pending
82
+ @LW-7082 @Mainnet @Pending
83
83
Scenario : "Forgot password" click and cancel on DApp wallet unlock page
84
84
Given I lock my wallet
85
85
When I open test DApp
@@ -89,7 +89,7 @@ Feature: DAppConnector - Common
89
89
And I click on "Cancel" button on "Forgot password?" modal
90
90
Then I see DApp unlock page
91
91
92
- @LW-7083 @Testnet @ Mainnet @Pending
92
+ @LW-7083 @Mainnet @Pending
93
93
Scenario : "Forgot password" click and proceed on DApp wallet unlock page
94
94
Given I lock my wallet
95
95
When I open test DApp
@@ -101,7 +101,7 @@ Feature: DAppConnector - Common
101
101
When I switch to tab with restore wallet process
102
102
Then "Wallet setup" page is displayed
103
103
104
- @LW-4060 @Testnet
104
+ @LW-4060
105
105
Scenario Outline : DApp connector window displayed in <theme> mode
106
106
Given I click the menu button
107
107
And I set theme switcher to <theme> mode
@@ -121,7 +121,7 @@ Feature: DAppConnector - Common
121
121
| light |
122
122
| dark |
123
123
124
- @LW-7743 @Testnet
124
+ @LW-7743
125
125
Scenario : DApp connector window theme updated from light to dark while using DApp
126
126
Given I click the menu button
127
127
And I set theme switcher to light mode
@@ -141,7 +141,7 @@ Feature: DAppConnector - Common
141
141
When I click "Send ADA" "Run" button in test DApp
142
142
Then I see DApp connector "Confirm transaction" page in dark mode
143
143
144
- @LW-4071 @Testnet
144
+ @LW-4071
145
145
Scenario : DApp remains authorised after choosing "Always" and removing & restoring a wallet
146
146
Given I open and authorize test DApp with "Always" setting
147
147
And I switch to window with Lace
@@ -159,7 +159,7 @@ Feature: DAppConnector - Common
159
159
When I open test DApp
160
160
Then I don't see DApp window
161
161
162
- @LW-4070 @Testnet
162
+ @LW-4070
163
163
Scenario : Authorize Dapp with 'Only once' and leaving/closing DApp
164
164
Given I open and authorize test DApp with "Only once" setting
165
165
And I switch to window with DApp
@@ -175,7 +175,7 @@ Feature: DAppConnector - Common
175
175
When I open test DApp
176
176
Then I see DApp authorization window
177
177
178
- @LW-9481 @Testnet @ Mainnet
178
+ @LW-9481 @Mainnet
179
179
Scenario : Signing data / no errors in console
180
180
Given I am on Tokens extended page
181
181
And I save token: "Cardano" balance
@@ -191,7 +191,7 @@ Feature: DAppConnector - Common
191
191
And I verify there are no errors in console logs
192
192
And I see Lace wallet info in DApp when connected
193
193
194
- @LW-8403 @LW-8406 @Testnet
194
+ @LW-8403 @LW-8406
195
195
Scenario : Automatically trigger collateral setup - happy path
196
196
Given I am on Settings extended page
197
197
And I see collateral as: "Inactive" in settings
@@ -211,7 +211,7 @@ Feature: DAppConnector - Common
211
211
And I click "Set Collateral" button in test DApp
212
212
Then I see DApp collateral window
213
213
214
- @LW-8404 @Testnet
214
+ @LW-8404
215
215
Scenario : Automatically trigger collateral setup - click cancel on Collateral modal
216
216
Given I open and authorize test DApp with "Only once" setting
217
217
And I click "Set Collateral" button in test DApp
@@ -221,7 +221,7 @@ Feature: DAppConnector - Common
221
221
And I click "Set Collateral" button in test DApp
222
222
And I see DApp collateral window
223
223
224
- @LW-8405 @Testnet
224
+ @LW-8405
225
225
Scenario : Automatically trigger collateral setup - Do not show automatic collateral window if it has been set manually
226
226
Given I am on Settings extended page
227
227
And I click on "Collateral" setting
@@ -231,7 +231,7 @@ Feature: DAppConnector - Common
231
231
When I click "Set Collateral" button in test DApp
232
232
Then I don't see DApp window
233
233
234
- @LW-8410 @Testnet
234
+ @LW-8410
235
235
Scenario : Automatically trigger collateral setup - network change
236
236
Given I am on Settings extended page
237
237
And I see collateral as: "Inactive" in settings
@@ -256,3 +256,11 @@ Feature: DAppConnector - Common
256
256
And I open and authorize test DApp with "Only once" setting
257
257
When I click "Set Collateral" button in test DApp
258
258
Then I see DApp collateral window
259
+
260
+ @LW-11372
261
+ Scenario : Test for bug LW-7832 - Wrong url displayed in DApp transaction confirmation screen
262
+ When I open and authorize test DApp with "Only once" setting
263
+ And I click "Send ADA" "Run" button in test DApp
264
+ And I switch to window with Lace
265
+ Then I see DApp connector "Confirm transaction" page with all UI elements and with following data in "Transaction Summary" section:
266
+ | -3 .00 tADA - FEE |
0 commit comments