When /^"(.*)" upload another picture as "(.*)"/ do |name, type|
    user = User.find_by(first_name: name)
    # should be a permanent cloudinary id
    id = "demo/image/upload/8jsb1xofxdqamu2rzwt9q.jpg"
    if type == "profile_picture"