Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Le <scott.lee318@gmail.com>2016-07-21 07:08:50 +0300
committerScott Le <scott.lee318@gmail.com>2016-07-24 04:36:08 +0300
commit70ab2f72c6d36c662bbb20d5d7ccdc7b713e99b2 (patch)
treed9b3c8381db9dd048052906125d46bcea36217f5 /spec/features/issues
parent03738bdd48d64e30c068df54eaf7e44d21e3c9fa (diff)
remove search_id for label dropdown filter
Diffstat (limited to 'spec/features/issues')
-rw-r--r--spec/features/issues/filter_by_labels_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/issues/filter_by_labels_spec.rb b/spec/features/issues/filter_by_labels_spec.rb
index 5ea02b8d39c..cb117d2476f 100644
--- a/spec/features/issues/filter_by_labels_spec.rb
+++ b/spec/features/issues/filter_by_labels_spec.rb
@@ -205,7 +205,7 @@ feature 'Issue filtering by Labels', feature: true do
page.within '.labels-filter' do
click_button 'Label'
wait_for_ajax
- fill_in 'label-name', with: 'bug'
+ find('.dropdown-input input').set 'bug'
page.within '.dropdown-content' do
expect(page).not_to have_content 'enhancement'