@@ -8,52 +8,52 @@ Feature: DAppConnector - Extended view
8
8
@LW-6688 @Testnet @Mainnet
9
9
Scenario : Extended view - Authorized DApps section - empty state
10
10
Given I open settings from header menu
11
- When I click on " Authorized DApps" setting
12
- Then I see " Authorized DApps" section empty state in extended mode
11
+ When I click on ' Authorized DApps' setting
12
+ Then I see ' Authorized DApps' section empty state in extended mode
13
13
14
14
@LW-6689 @Smoke @Testnet @Mainnet
15
- Scenario : Extended view - Authorized DApp is displayed in Lace Authorized DApps section after clicking " Always"
16
- Given I open and authorize test DApp with " Always" setting
15
+ Scenario : Extended view - Authorized DApp is displayed in Lace Authorized DApps section after clicking ' Always'
16
+ Given I open and authorize test DApp with ' Always' setting
17
17
And I switch to window with Lace
18
18
And I open settings from header menu
19
- When I click on " Authorized DApps" setting
19
+ When I click on ' Authorized DApps' setting
20
20
Then I see test DApp on the Authorized DApps list
21
21
22
22
@LW-6690 @Testnet @Mainnet
23
- Scenario : Extended View - Authorized DApp is not displayed in Lace Authorized DApps section after clicking " Once"
24
- Given I open and authorize test DApp with " Only once" setting
23
+ Scenario : Extended View - Authorized DApp is not displayed in Lace Authorized DApps section after clicking ' Once'
24
+ Given I open and authorize test DApp with ' Only once' setting
25
25
And I switch to window with Lace
26
26
And I open settings from header menu
27
- When I click on " Authorized DApps" setting
28
- Then I see " Authorized DApps" section empty state in extended mode
27
+ When I click on ' Authorized DApps' setting
28
+ Then I see ' Authorized DApps' section empty state in extended mode
29
29
30
30
@LW-6879 @Testnet @Mainnet
31
31
Scenario : Extended view - Remove authorized DApp and cancel, DApp remains authorized
32
- Given I open and authorize test DApp with " Always" setting
32
+ Given I open and authorize test DApp with ' Always' setting
33
33
And I switch to window with Lace
34
34
And I close all remaining tabs except current one
35
35
And I open settings from header menu
36
- And I click on " Authorized DApps" setting
36
+ And I click on ' Authorized DApps' setting
37
37
And I see test DApp on the Authorized DApps list
38
38
When I de-authorize test DApp in extended mode
39
39
Then I see DApp removal confirmation window
40
- When I click " Back" button in DApp removal confirmation modal
40
+ When I click ' Back' button in DApp removal confirmation modal
41
41
Then I see test DApp on the Authorized DApps list
42
42
When I open test DApp
43
43
Then I don't see DApp window
44
44
45
45
@LW-6880 @Testnet @Mainnet
46
46
Scenario : Extended view - Remove authorized DApp, DApp requires authorization
47
- Given I open and authorize test DApp with " Always" setting
47
+ Given I open and authorize test DApp with ' Always' setting
48
48
And I switch to window with Lace
49
49
And I close all remaining tabs except current one
50
50
And I open settings from header menu
51
- And I click on " Authorized DApps" setting
51
+ And I click on ' Authorized DApps' setting
52
52
And I see test DApp on the Authorized DApps list
53
53
When I de-authorize test DApp in extended mode
54
54
Then I see DApp removal confirmation window
55
- When I click " Disconnect DApp" button in DApp removal confirmation modal
56
- Then I see " Authorized DApps" section empty state in extended mode
55
+ When I click ' Disconnect DApp' button in DApp removal confirmation modal
56
+ Then I see ' Authorized DApps' section empty state in extended mode
57
57
When I open test DApp
58
58
Then I see DApp authorization window
59
59
And I see Lace wallet info in DApp when not connected
0 commit comments