vikas patel

Results 1 comments of vikas patel

btw 'ignored_tag_errors' config option is now working.. ``` HTMLValidation.ignored_tag_errors = ['inline'] validation = PageValidations::HTMLValidation.new.validation(response.body, '/items/'+item.sku) assert validation.valid?, validation.exceptions ``` But I still see the following error: ``` line 174 column...