X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6595d43e3cda580508a069e174d0059febcdc6ea..6cc31259e4e96784e4937c8c0ae561f8291ecaa2:/test/system/users_test.rb
diff --git a/test/system/users_test.rb b/test/system/users_test.rb
index 5d5bf56d7..f291a3916 100644
--- a/test/system/users_test.rb
+++ b/test/system/users_test.rb
@@ -9,7 +9,7 @@ class UsersTest < ApplicationSystemTestCase
test "all users can be selected" do
create_list(:user, 100)
- visit users_path
+ visit users_list_path
assert_css "tbody input[type=checkbox]:checked", :count => 0
assert_css "tbody input[type=checkbox]:not(:checked)", :count => 50