Commit f74a3662f1307a1e4d5c7b7c2ee365f704fa5dd1

Authored by Nam Tran
1 parent 63d40a3992

login_test.js not working...

Showing 1 changed file with 7 additions and 0 deletions Side-by-side Diff

login_test.js View file @ f74a366
  1 +phantom.page.injectJs( 'shim.js');
  2 +
  3 +casper.test.begin('login test', 1, function(test) {
  4 + casper.start('https://flashy.cards/app/login', function() {
  5 + test.assertExist('.login-form');
  6 + });
  7 +});