From 2616c787ca7a86be48e8d728489fe33e30aae28c Mon Sep 17 00:00:00 2001 From: Winnie Hellmann Date: Tue, 12 Mar 2019 10:47:32 +0100 Subject: Remove static JavaScript HAML fixtures Replace all HAML fixtures with the generated HTML files. --- spec/javascripts/fixtures/gl_field_errors.html.haml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 spec/javascripts/fixtures/gl_field_errors.html.haml (limited to 'spec/javascripts/fixtures/gl_field_errors.html.haml') diff --git a/spec/javascripts/fixtures/gl_field_errors.html.haml b/spec/javascripts/fixtures/gl_field_errors.html.haml deleted file mode 100644 index 69445b61367..00000000000 --- a/spec/javascripts/fixtures/gl_field_errors.html.haml +++ /dev/null @@ -1,15 +0,0 @@ -%form.gl-show-field-errors{action: 'submit', method: 'post'} - .form-group - %input.required-text{required: true, type: 'text'} Text - .form-group - %input.email{type: 'email', title: 'Please provide a valid email address.', required: true } Email - .form-group - %input.password{type: 'password', required: true} Password - .form-group - %input.alphanumeric{type: 'text', pattern: '[a-zA-Z0-9]', required: true} Alphanumeric - .form-group - %input.hidden{ type:'hidden' } - .form-group - %input.custom.gl-field-error-ignore{ type:'text' } Custom, do not validate - .form-group - %input.submit{type: 'submit'} Submit -- cgit v1.2.1