@@ -351,15 +351,15 @@ def test_300_tns_run_ios_just_launch_and_incremental_builds(self):
351
351
device_id = self .SIMULATOR_ID , expected_image = 'livesync-hello-world_js_css_xml' )
352
352
353
353
def test_315_tns_run_ios_change_appResources_check_per_platform (self ):
354
- #https://github.com/NativeScript/nativescript-cli/pull/3619
354
+ # https://github.com/NativeScript/nativescript-cli/pull/3619
355
355
output = Tns .run_ios (attributes = {'--path' : self .app_name , '--emulator' : '' }, wait = False , assert_success = False )
356
356
strings = ['Project successfully built' , 'Successfully installed on device with identifier' , self .SIMULATOR_ID ]
357
357
Tns .wait_for_log (log_file = output , string_list = strings , timeout = 150 , check_interval = 10 )
358
358
359
359
source = os .path .join ('data' , 'issues' , 'nativescript-cli-3619' , 'icon-1025.png' )
360
360
target = os .path .join (self .app_name , 'app' , 'App_Resources' , 'iOS' , 'Assets.xcassets' , 'AppIcon.appiconset' )
361
361
File .copy (source , target )
362
- strings = ['Xcode build' ]
362
+ strings = ['Xcode build' ]
363
363
Tns .wait_for_log (log_file = output , string_list = strings , clean_log = False )
364
364
assert "Gradle build" not in output
365
365
@@ -532,7 +532,6 @@ def test_380_tns_run_ios_plugin_dependencies(self):
532
532
Device .screen_match (device_name = SIMULATOR_NAME , device_id = self .SIMULATOR_ID ,
533
533
expected_image = 'livesync-hello-world_home' )
534
534
535
- @unittest .skip ("NSLog is not shown when run the test but is show when run the same test app locally" )
536
535
def test_385_tns_run_ios_source_code_in_ios_part_plugin (self ):
537
536
"""
538
537
https://github.com/NativeScript/nativescript-cli/issues/3650
0 commit comments