@patch("pyjobs.core.views.EditProfileForm")
    def test_if_change_info_form_is_on_page_and_info_changed(self, _mocked_form):
        self.client.login(username="jacob", password="top_secret")
        response = self.client.post("/user/info/")
        content = response.content.decode("utf-8")