We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c86dce commit 216f361Copy full SHA for 216f361
tests/simulator/unittests_tests.py
@@ -86,5 +86,5 @@ def test_201_test_init_mocha_js_stacktrace(self):
86
87
output = Tns.run_tns_command("test ios", attributes={"--emulator": "", "--path": self.app_name},
88
log_trace=True, wait=False)
89
- strings = ['JavaScript stack trace', 'assert@undefined']
+ strings = ['JavaScript stack trace', '@file:///app/tests/example.js:5:25']
90
Tns.wait_for_log(log_file=output, string_list=strings, timeout=90)
0 commit comments