-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
459bee0
commit 2adc6a8
Showing
4 changed files
with
107 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
...om/google/android/ground/ui/datacollection/tasks/multiplechoice/MultipleChoiceTestTags.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package com.google.android.ground.ui.datacollection.tasks.multiplechoice | ||
|
||
object MultipleChoiceTestTags { | ||
|
||
const val MULTIPLE_CHOICE_LIST = "multiple choice items test tag" | ||
const val MULTIPLE_CHOICE_ITEM = "multiple choice item test tag" | ||
const val OTHER_INPUT_TEXT = "other input test tag" | ||
const val SELECT_MULTIPLE_CHECKBOX = "select multiple test tag" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters