Project

General

Profile

« Previous | Next » 

Revision 0c47aef4

Added by Dominic Cleal about 8 years ago

refs #14072 - fix test to check correct login return path

View differences:

test/integration/user_test.rb
fill_in "login_login", :with => users(:admin).login
fill_in "login_password", :with => "secret"
click_button "Login"
assert_current_path hosts_path
assert_current_path root_path
end
end
end

Also available in: Unified diff