File tree Expand file tree Collapse file tree 5 files changed +14
-8
lines changed Expand file tree Collapse file tree 5 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,16 @@ class OnboardingMainPageAssert extends OnboardingCommonAssert {
21
21
22
22
async assertSeeTermsOfServiceLink ( ) {
23
23
await OnboardingMainPage . agreementTermsOfServiceLink . waitForDisplayed ( ) ;
24
+ expect ( await OnboardingMainPage . agreementTermsOfServiceLink . getAttribute ( 'href' ) ) . to . equal (
25
+ 'https://www.lace.io/iohktermsandconditions.pdf'
26
+ ) ;
24
27
}
25
28
26
29
async assertSeePrivacyPolicyLink ( ) {
27
30
await OnboardingMainPage . agreementPrivacyPolicyLink . waitForDisplayed ( ) ;
31
+ expect ( await OnboardingMainPage . agreementPrivacyPolicyLink . getAttribute ( 'href' ) ) . to . equal (
32
+ 'https://www.lace.io/lace-privacy-policy.pdf'
33
+ ) ;
28
34
}
29
35
30
36
async assertSeeTitle ( ) {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Feature: Onboarding - Create wallet
5
5
Scenario : Create Wallet - Get started page displayed
6
6
Then "Get started" page is displayed
7
7
8
- @LW-10069
8
+ @LW-10069 @pending @issue=LW-13195
9
9
Scenario Outline : "Get started" page - Agreement text - Legal links - click on <legal_link> link
10
10
When "Get started" page is displayed
11
11
And I click on "<legal_link>" legal link on "Main page"
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ Feature: Onboarding - Create wallet
85
85
# | 20 | is not | enabled | TODO: uncomment when LW-10695 is resolved
86
86
| 21 | is | disabled |
87
87
88
- @LW-5844
88
+ @LW-5844 @pending @issue=LW-13195
89
89
Scenario Outline : "Get started" page - Legal links in footer - click on <legal_link> link
90
90
When "Get started" page is displayed
91
91
And I click on "<legal_link>" legal link
Original file line number Diff line number Diff line change @@ -180,19 +180,19 @@ Feature: General Settings - Extended Browser View
180
180
And I open address book in extended mode
181
181
Then I see address count: 3
182
182
183
- @LW-2776 @Mainnet @Testnet
183
+ @LW-2776 @Mainnet @Testnet @pending @issue=LW-13195
184
184
Scenario : Extended View - Settings - Terms and Conditions copy
185
185
When I open settings from header menu
186
186
When I click on "Terms and conditions" setting
187
187
Then "Terms and conditions" are displayed in new tab
188
188
189
- @LW-2781 @Mainnet @Testnet
189
+ @LW-2781 @Mainnet @Testnet @pending @issue=LW-13195
190
190
Scenario : Extended View - Settings - Privacy policy copy
191
191
When I open settings from header menu
192
192
When I click on "Privacy policy" setting
193
193
Then "Privacy policy" is displayed in new tab
194
194
195
- @LW-5830 @Mainnet @Testnet
195
+ @LW-5830 @Mainnet @Testnet @pending @issue=LW-13195
196
196
Scenario : Extended View - Settings - Cookie policy copy
197
197
When I open settings from header menu
198
198
And I click on "Cookie policy" setting
Original file line number Diff line number Diff line change @@ -4,19 +4,19 @@ Feature: General Settings - Popup View
4
4
Background :
5
5
Given Lace is ready for test
6
6
7
- @LW-2775 @Mainnet @Testnet
7
+ @LW-2775 @Mainnet @Testnet @pending @issue=LW-13195
8
8
Scenario : Popup View - Settings - Terms and Conditions copy
9
9
When I open settings from header menu
10
10
When I click on "Terms and conditions" setting
11
11
Then "Terms and conditions" are displayed in new tab
12
12
13
- @LW-2782 @Mainnet @Testnet
13
+ @LW-2782 @Mainnet @Testnet @pending @issue=LW-13195
14
14
Scenario : Popup View - Settings - Privacy policy copy
15
15
When I open settings from header menu
16
16
When I click on "Privacy policy" setting
17
17
Then "Privacy policy" is displayed in new tab
18
18
19
- @LW-5831 @Mainnet @Testnet
19
+ @LW-5831 @Mainnet @Testnet @pending @issue=LW-13195
20
20
Scenario : Popup View - Settings - Cookie policy copy
21
21
When I open settings from header menu
22
22
And I click on "Cookie policy" setting
You can’t perform that action at this time.
0 commit comments