File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments