scenario "Flagging turbolinks sanity check", :js do
    proposal = create(:proposal, title: "Should we change the world?")
    comment = create(:comment, commentable: proposal)

    login_as(user)