Skip to content

Commit

Permalink
[webui] Being logged in should be sufficient for the test case, don't
Browse files Browse the repository at this point in the history
also hunt for 'Welcome' ;-)
  • Loading branch information
saschpe committed Mar 7, 2012
1 parent bfd2a10 commit dd50846
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/webui/test/functional/signup_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def test_login
fill_in "Password", :with => "thunder"
click_button "Login"
assert_contain("You are logged in now")
assert_contain("Welcome to ")
logout
end

Expand Down

0 comments on commit dd50846

Please sign in to comment.