From 87cd59bc2c8a885d390d3cfe9a5f186d6b720836 Mon Sep 17 00:00:00 2001 From: abuss Date: Mon, 1 Jun 2015 00:42:52 -0400 Subject: [PATCH] add .run() --- login_test.js | 2 +- test.png | Bin 0 -> 396 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 test.png diff --git a/login_test.js b/login_test.js index d872705..da80e71 100644 --- a/login_test.js +++ b/login_test.js @@ -3,5 +3,5 @@ phantom.page.injectJs( 'shim.js'); casper.test.begin('login test', 1, function(test) { casper.start('https://flashy.cards/app/login', function() { test.assertExist('.login-form'); - }); + }).run(); }); diff --git a/test.png b/test.png new file mode 100644 index 0000000000000000000000000000000000000000..25b134d2393daeb28100f1714a7d6d4047463594 GIT binary patch literal 396 zcmeAS@N?(olHy`uVBq!ia0vp^9~c-IbvW37tiSi{ihvYLv6E*A2N2Y7q;vrJoCO|{ z#S9GG!XV7ZFl&wkP=}tUi(^Q|oVN!J8G%X;E%@r6%dNiv$Q%WjAy6TmmchW7=CbJq ONY2yM&t;ucLK6TBD;rDz literal 0 HcmV?d00001 -- 1.9.1