Skip to content

Commit 302ea41

Browse files
committed
test: sub quote for single quote in dapp e2e
1 parent 893b218 commit 302ea41

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

packages/e2e-tests/src/features/DAppConnectorExtended.feature

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,52 +8,52 @@ Feature: DAppConnector - Extended view
88
@LW-6688 @Testnet @Mainnet
99
Scenario: Extended view - Authorized DApps section - empty state
1010
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
1313

1414
@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
1717
And I switch to window with Lace
1818
And I open settings from header menu
19-
When I click on "Authorized DApps" setting
19+
When I click on 'Authorized DApps' setting
2020
Then I see test DApp on the Authorized DApps list
2121

2222
@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
2525
And I switch to window with Lace
2626
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
2929

3030
@LW-6879 @Testnet @Mainnet
3131
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
3333
And I switch to window with Lace
3434
And I close all remaining tabs except current one
3535
And I open settings from header menu
36-
And I click on "Authorized DApps" setting
36+
And I click on 'Authorized DApps' setting
3737
And I see test DApp on the Authorized DApps list
3838
When I de-authorize test DApp in extended mode
3939
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
4141
Then I see test DApp on the Authorized DApps list
4242
When I open test DApp
4343
Then I don't see DApp window
4444

4545
@LW-6880 @Testnet @Mainnet
4646
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
4848
And I switch to window with Lace
4949
And I close all remaining tabs except current one
5050
And I open settings from header menu
51-
And I click on "Authorized DApps" setting
51+
And I click on 'Authorized DApps' setting
5252
And I see test DApp on the Authorized DApps list
5353
When I de-authorize test DApp in extended mode
5454
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
5757
When I open test DApp
5858
Then I see DApp authorization window
5959
And I see Lace wallet info in DApp when not connected

0 commit comments

Comments
 (0)