File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
tests/cli/preview/templates Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -104,12 +104,11 @@ def test_210_tns_preview_android_livesync_on_two_emulators(self):
104
104
# Click on TAP button on emulator
105
105
Adb .click_element_by_text (self .emu .id , 'TAP' , case_sensitive = True )
106
106
107
- time .sleep (2 )
108
107
# Preview on second emulator
109
108
Preview .run_url (url = url , device = self .emu_API24 )
110
109
# Here use bundle=False because on consecutive preview build is not executed again
111
110
# and no bundle messages are displayed in log
112
- strings = TnsLogs .preview_initial_messages (device = self .emu , platform = Platform .ANDROID )
111
+ strings = TnsLogs .preview_initial_messages (device = self .emu , platform = Platform .ANDROID , bundle = False )
113
112
TnsLogs .wait_for_log (log_file = result .log_file , string_list = strings , timeout = 120 )
114
113
self .emu_API24 .wait_for_text (text = Changes .JSHelloWord .JS .old_text )
115
114
You can’t perform that action at this time.
0 commit comments