Skip to content

Commit

Permalink
remove extra point (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
pya35 authored Jan 8, 2025
1 parent 31e2dd7 commit e603b48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/assets/json/checklist/tests-android-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"IDorigin": "testMobID-7"
}, {
"themes": "Touchscreen and interactions",
"title": "Ensure clickable areas are large enough.",
"title": "Ensure clickable areas are large enough",
"type": ["Manual test"],
"tests": ["Identify clickable elements."],
"verifier": ["Clickable elements are sufficiently spaced apart.", "The touch area does not require excessive precision (recommended size: <code>48dp</code>)."],
Expand Down
2 changes: 1 addition & 1 deletion src/assets/json/checklist/tests-ios-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"IDorigin": "testMobID-7"
}, {
"themes": "Touchscreen and interactions",
"title": "Ensure clickable areas are large enough.",
"title": "Ensure clickable areas are large enough",
"type": ["Manual test"],
"tests": ["Identify clickable elements."],
"verifier": ["Clickable elements are sufficiently spaced apart.", "The touch area does not require excessive precision (recommended size: <code>44pt</code>)."],
Expand Down

0 comments on commit e603b48

Please sign in to comment.