Skip to content

Commit

Permalink
Fix duplicate test tags
Browse files Browse the repository at this point in the history
  • Loading branch information
burtonemily committed Nov 15, 2024
1 parent 86b6bf9 commit 9b7b57d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions run/types/testing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,7 @@ export type AccessibilityId =
| 'Privacy Policy'
| 'Privacy policy button'
| 'TabBarItemTitle'
| 'URL'
| 'Save';
| 'URL';

export type Id =
| 'Modal heading'
Expand Down Expand Up @@ -363,7 +362,6 @@ export type Id =
| 'Delete'
| 'android:id/content_preview_text'
| 'network.loki.messenger:id/search_result_title'
| 'network.loki.messenger:id/action_apply'
| 'com.android.chrome:id/url_bar'
| 'Terms of Service'
| 'Privacy Policy'
Expand Down

0 comments on commit 9b7b57d

Please sign in to comment.