1 require "application_system_test_case"
3 class UserSignupTest < ApplicationSystemTestCase
4 test "Sign up from login page" do
10 assert_content "Confirm Password"
14 test "Show OpenID form when OpenID provider button is clicked" do
17 within_content_body do
18 assert_no_field "OpenID URL"
19 assert_no_button "Continue"
21 click_on "Log in with OpenID"
23 assert_field "OpenID URL"
24 assert_button "Continue"