Home
last modified time | relevance | path

Searched refs:has_ui_element_with_text (Results 1 – 5 of 5) sorted by relevance

/platform_testing/tests/automotive/mobly_tests/media/
Dmedia_test_categories_playlists_selectable.py56 asserts.assert_true(self.common_utils.has_ui_element_with_text(BLUETOOTH_PLAYER_LABEL),
60 asserts.assert_true(self.common_utils.has_ui_element_with_text(YOUTUBE_MUSIC_LABEL),
64 asserts.assert_true(self.common_utils.has_ui_element_with_text(HOME_LABEL),
67 asserts.assert_true(self.common_utils.has_ui_element_with_text(LAST_PLAYED_LABEL),
70 asserts.assert_true(self.common_utils.has_ui_element_with_text(LIBRARY_LABEL),
Dmedia_test_avrcp_tree_displayed.py51 asserts.assert_true(self.common_utils.has_ui_element_with_text(constants.BLUETOOTH_PLAYER),
55 asserts.assert_true(self.common_utils.has_ui_element_with_text(constants.YOUTUBE_MUSIC_APP),
60 self.common_utils.has_ui_element_with_text(constants.YOUTUBE_MUSIC_DOWNLOADS),
Dmedia_test_switch_app_validation.py57 self.common_utils.has_ui_element_with_text(constants.BLUETOOTH_AUDIO_APP),
60 self.common_utils.has_ui_element_with_text(constants.YOUTUBE_MUSIC_APP),
Dmedia_test_stream_when_radio_lunched.py46 asserts.assert_true(self.common_utils.has_ui_element_with_text(constants.RADIO_APP),
/platform_testing/tests/automotive/mobly_tests/utilities/
Dcommon_utils.py29 def has_ui_element_with_text(self, ui_element_text_content): member in CommonUtils
41 if self.has_ui_element_with_text(ui_element_text_content) is True: