1 require "application_system_test_case"
3 class UserLoginTest < ApplicationSystemTestCase
4 test "Show OpenID form when OpenID provider button is clicked" do
8 assert_no_field "OpenID URL"
9 assert_no_button "Continue"
11 click_on "Log in with OpenID"
13 assert_field "OpenID URL"
14 assert_button "Continue"