ここに私が持っているものがあります:
visit "..."
fill_in "Email", with: user.email
fill_in "Password", with: user.password
click_button "Sign in"
p current_url
p page.body
save_and_open_page
fill_in "Email", with: "lol@lol.com"
click_button "Update"
current_url が正しい
しかし、page.body は DOCTYPE のみの空のページを提供します。これは、アプリのどこにも存在しない古い HTML4 DOCTYPE です!
save_and_open_page も空のページを提供します。
手がかりはありますか?