summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorbarthc <mackintosh02@gmail.com>2016-06-27 21:22:19 +0100
committerbarthc <mackintosh02@gmail.com>2016-09-20 14:39:15 +0100
commit418e95bd5f623c4cbeac8f5c2fdf2a50e8893339 (patch)
tree76a2ae21d1499233e6c491cb26a2620060fb6ce4 /features
parentf30005f0a99b6ab019af22a8b7db40aecd1ff066 (diff)
downloadgitlab-ce-418e95bd5f623c4cbeac8f5c2fdf2a50e8893339.tar.gz
fix issues mr counter
Diffstat (limited to 'features')
-rw-r--r--features/steps/project/issues/issues.rb2
-rw-r--r--features/steps/project/merge_requests.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/project/issues/issues.rb b/features/steps/project/issues/issues.rb
index e21f76d00d9..ed7241679ee 100644
--- a/features/steps/project/issues/issues.rb
+++ b/features/steps/project/issues/issues.rb
@@ -356,6 +356,6 @@ class Spinach::Features::ProjectIssues < Spinach::FeatureSteps
end
def filter_issue(text)
- fill_in 'issue_search', with: text
+ fill_in 'issuable_search', with: text
end
end
diff --git a/features/steps/project/merge_requests.rb b/features/steps/project/merge_requests.rb
index df17b5626c6..4a67cf06fba 100644
--- a/features/steps/project/merge_requests.rb
+++ b/features/steps/project/merge_requests.rb
@@ -493,7 +493,7 @@ class Spinach::Features::ProjectMergeRequests < Spinach::FeatureSteps
end
step 'I fill in merge request search with "Fe"' do
- fill_in 'issue_search', with: "Fe"
+ fill_in 'issuable_search', with: "Fe"
end
step 'I click the "Target branch" dropdown' do