summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorFilipa Lacerda <lacerda.filipa@gmail.com>2017-01-26 22:28:39 +0000
committerFilipa Lacerda <lacerda.filipa@gmail.com>2017-01-26 22:28:39 +0000
commita9dc28c78e4832f2a08df1967a77cea911547b5b (patch)
tree35e402a9c232b3841e91aefd975cddc85193b660 /spec
parent04bafeb8c7c806fac23de58c80fec5b2ae41477c (diff)
parent4f4d12442f3be382d4562cfb4683969d6eb8f7b2 (diff)
downloadgitlab-ce-a9dc28c78e4832f2a08df1967a77cea911547b5b.tar.gz
Merge branch 'revert-filter-assigned-to-me' into 'master'
Revert filter-assigned-to-me Closes #27176 See merge request !8785
Diffstat (limited to 'spec')
-rw-r--r--spec/features/issues/filtered_search/dropdown_assignee_spec.rb16
1 files changed, 0 insertions, 16 deletions
diff --git a/spec/features/issues/filtered_search/dropdown_assignee_spec.rb b/spec/features/issues/filtered_search/dropdown_assignee_spec.rb
index 8a155c3bfc5..db1d1aaf3db 100644
--- a/spec/features/issues/filtered_search/dropdown_assignee_spec.rb
+++ b/spec/features/issues/filtered_search/dropdown_assignee_spec.rb
@@ -43,14 +43,6 @@ describe 'Dropdown assignee', js: true, feature: true do
expect(page).to have_css(js_dropdown_assignee, visible: true)
end
- it 'shows assigned to me link' do
- filtered_search.set('assignee:')
-
- page.within js_dropdown_assignee do
- expect(page).to have_content('Assigned to me')
- end
- end
-
it 'closes when the search bar is unfocused' do
find('body').click()
@@ -129,14 +121,6 @@ describe 'Dropdown assignee', js: true, feature: true do
filtered_search.set('assignee:')
end
- it 'filters by current user' do
- page.within js_dropdown_assignee do
- click_button 'Assigned to me'
- end
-
- expect(filtered_search.value).to eq("assignee:#{user.to_reference} ")
- end
-
it 'fills in the assignee username when the assignee has not been filtered' do
click_assignee(user_jacob.name)