We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d09b6 commit d7d0121Copy full SHA for d7d0121
tests/livesync_linux.py
@@ -192,6 +192,7 @@ def test_302_LiveSync_XmlFile(self):
192
193
replace("TNS_App/app/main-page.xml", "TAP", "TEST")
194
LiveSync(path="TNS_App")
195
+ time.sleep(5)
196
197
output = catAppFile("android", "TNSApp", "app/main-page.xml")
198
assert ("<Button text=\"TEST\" tap=\"{{ tapAction }}\" />" in output)
0 commit comments