it('should mark the field as valid', () => {
            const textField = formComponent.find(TextField);

            expect(textField.props().errorText).toBe(undefined);
        });