Capybara 集成视图测试未读取正确数据 -ruby rails

Capybara integration view testing not reading the correct data -ruby on rails

https://github.com/adamteddychang/The-Budget/tree/view-testing

所有字段均已相应填写 在rails控制台使用相同参数即可成功创建用户 但无法在测试环境中使用相同的凭据登录 The ran test that says invalid login credentials even the credentials are the same

该应用程序运行良好,只是在测试中无法运行

您正在使用 Devise gem。您正在访问 user_session_path,但默认情况下它应该是 new_user_session_path.

只是改变 user_session_path

收件人: new_user_session_path