Searched refs:has_ui_element_with_text (Results 1 – 5 of 5) sorted by relevance
/platform_testing/tests/automotive/mobly_tests/media/ |
D | media_test_categories_playlists_selectable.py | 56 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),
|
D | media_test_avrcp_tree_displayed.py | 51 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),
|
D | media_test_switch_app_validation.py | 57 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),
|
D | media_test_stream_when_radio_lunched.py | 46 asserts.assert_true(self.common_utils.has_ui_element_with_text(constants.RADIO_APP),
|
/platform_testing/tests/automotive/mobly_tests/utilities/ |
D | common_utils.py | 29 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:
|