update example to use new hybrid exit strategy

This commit is contained in:
Jonathan Lipps
2013-03-26 13:46:07 -07:00
parent ccb530ee09
commit 91c4d61094
+1 -1
View File
@@ -34,7 +34,7 @@ browser
should.not.exist(err);
el.text(function(err, text) {
text.should.eql("I am a div");
browser.frame(null, function() {
browser.execute("mobile: leaveWebView", function() {
browser.quit();
});
});