UX: Add a separate "Sign Up" button

This commit is contained in:
Robin Ward
2014-08-12 13:47:01 -04:00
parent a62968c846
commit 1684ff3015
5 changed files with 14 additions and 4 deletions

View File

@ -26,8 +26,7 @@ test("sign in", function() {
test("create account", function() {
visit("/");
click("header .login-button");
click('#new-account-link');
click("header .sign-up-button");
andThen(function() {
ok(exists('.create-account'), "it shows the create account modal");