summaryrefslogtreecommitdiff
path: root/features/steps/project/issues.rb
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2014-10-03 10:10:07 +0200
committerMarin Jankovski <maxlazio@gmail.com>2014-10-03 10:10:07 +0200
commitd97a9d493560a77883b2016b0949207d614cc40b (patch)
tree9133ded5b1fef760ef89ab8ea7ef72852e5943ec /features/steps/project/issues.rb
parenta835b0ce1771c94d50c69830da4811353be60dcb (diff)
parent9f45e22993b3904436c314065730482c800a1f67 (diff)
downloadgitlab-ce-d97a9d493560a77883b2016b0949207d614cc40b.tar.gz
Merge branch 'master' of github.com:gitlabhq/gitlabhq
Diffstat (limited to 'features/steps/project/issues.rb')
-rw-r--r--features/steps/project/issues.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/features/steps/project/issues.rb b/features/steps/project/issues.rb
index 6d86c893044..b55b3c6c8a2 100644
--- a/features/steps/project/issues.rb
+++ b/features/steps/project/issues.rb
@@ -232,8 +232,5 @@ class Spinach::Features::ProjectIssues < Spinach::FeatureSteps
def filter_issue(text)
fill_in 'issue_search', with: text
-
- # make sure AJAX request finished
- URI.parse(current_url).request_uri == project_issues_path(project, issue_search: text)
end
end