예제 #1
0
        public IEnumerable <string> GetElementsNameWithoutInformativeLabel()
        {
            var uniqueMandatoryFieldsName = MandatoryFields.GroupBy(x => x.GetProperty("name")).Select(x => x.Key);

            return(uniqueMandatoryFieldsName.Except(GetFormErrorLabels().Select(label => label.GetProperty("htmlFor"))));
        }