Skip to content

Commit daad111

Browse files
committed
fix: renamed android locators
1 parent 69c1c65 commit daad111

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

run/test/specs/locators/onboarding.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export class TermsOfServiceButton extends LocatorsInterface {
105105
case 'android':
106106
return {
107107
strategy: 'id',
108-
selector: 'Terms of Service',
108+
selector: 'Terms of service button',
109109
} as const;
110110
case 'ios':
111111
return {
@@ -122,7 +122,7 @@ export class PrivacyPolicyButton extends LocatorsInterface {
122122
case 'android':
123123
return {
124124
strategy: 'id',
125-
selector: 'Privacy Policy',
125+
selector: 'Privacy policy button',
126126
} as const;
127127
case 'ios':
128128
return {

run/types/testing.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ export type Id =
544544
| 'Open URL'
545545
| 'preferred-display-name'
546546
| 'Privacy'
547-
| 'Privacy Policy'
547+
| 'Privacy policy button'
548548
| 'pro-badge-text'
549549
| 'Quit'
550550
| 'rate-app-button'
@@ -565,7 +565,7 @@ export type Id =
565565
| 'show-nts-confirm-button'
566566
| 'Show'
567567
| 'Slow mode notifications button'
568-
| 'Terms of Service'
568+
| 'Terms of service button'
569569
| 'update-group-info-confirm-button'
570570
| 'update-group-info-description-input'
571571
| 'update-group-info-name-input'

0 commit comments

Comments
 (0)