it("Does NewSessionFormComponent component renders properly", () => {
    const component = shallow(<EstudioAcompanhePageContainer/>);

    const content = component.find(NewSessionFormComponent)
    expect(content.exists()).toEqual(true);