Skip to content

Commit b0c7050

Browse files
authored
Merge branch 'master' into fix-get-text
2 parents 7bdd7be + 7e46d2f commit b0c7050

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/cli/debug/test_debug_js.py

+4
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,10 @@ def __debug_brk(self, platform, device):
279279
assert self.dev_tools.find_element_by_text(text="function") is not None, 'Failed to stop on first line of code.'
280280
assert 'NativeScript' in device.get_text(), 'Failed to stop on first line of code.'
281281

282+
# Resume execution
283+
self.dev_tools.continue_debug()
284+
device.wait_for_text(text='TAP')
285+
282286
def __debug_start(self, platform, device):
283287
# Run the app and verify it is deployed
284288
Tns.run(app_name=self.app_name, platform=platform, emulator=True, source_map=True, just_launch=True)

0 commit comments

Comments
 (0)