From f74a3662f1307a1e4d5c7b7c2ee365f704fa5dd1 Mon Sep 17 00:00:00 2001 From: Phuong Tran Date: Mon, 1 Jun 2015 00:29:18 -0400 Subject: [PATCH] login_test.js not working... --- login_test.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 login_test.js diff --git a/login_test.js b/login_test.js new file mode 100644 index 0000000..d872705 --- /dev/null +++ b/login_test.js @@ -0,0 +1,7 @@ +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'); + }); +}); -- 1.9.1