summaryrefslogtreecommitdiff
path: root/spec/javascripts/fixtures
diff options
context:
space:
mode:
authorSam Rose <sam@gitlab.com>2016-12-15 10:07:41 -0500
committerSam Rose <sam@gitlab.com>2016-12-21 07:34:58 -0500
commit804198ab7f1bdd854c64da729a04fc65f2b6ff7d (patch)
tree8b5f1201a9fd1ed0b49bd37687996494f9689ed2 /spec/javascripts/fixtures
parentffcf1565089e36681cb0a75d5b51955b5b87ab78 (diff)
downloadgitlab-ce-804198ab7f1bdd854c64da729a04fc65f2b6ff7d.tar.gz
Maintain milestone filter option when updating filter25561-maintain-milestone-filter-param
Setup teaspoon tests for Issuable
Diffstat (limited to 'spec/javascripts/fixtures')
-rw-r--r--spec/javascripts/fixtures/issuable_filter.html.haml8
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/javascripts/fixtures/issuable_filter.html.haml b/spec/javascripts/fixtures/issuable_filter.html.haml
new file mode 100644
index 00000000000..ae745b292e6
--- /dev/null
+++ b/spec/javascripts/fixtures/issuable_filter.html.haml
@@ -0,0 +1,8 @@
+%form.js-filter-form{action: '/user/project/issues?scope=all&state=closed'}
+ %input{id: 'utf8', name: 'utf8', value: '✓'}
+ %input{id: 'check_all_issues', name: 'check_all_issues'}
+ %input{id: 'search', name: 'search'}
+ %input{id: 'author_id', name: 'author_id'}
+ %input{id: 'assignee_id', name: 'assignee_id'}
+ %input{id: 'milestone_title', name: 'milestone_title'}
+ %input{id: 'label_name', name: 'label_name'}