Commit 070a518f authored by Rubén Dávila Santos's avatar Rubén Dávila Santos Committed by Ruben Davila

Merge branch 'fix-issue-filter-spec' into 'master'

Fix broken feature spec.

This older spec was failing: features/project/issues/issues.feature

Looks like before we were doing an exact match for queries, that's why
it was passing with this existing issue: https://gitlab.com/gitlab-org/gitlab-ce/blob/59fa031e6f7d5a1b658c370f581c4caaf4493150/features/project/issues/issues.feature#L128

Failed build: https://gitlab.com/gitlab-org/gitlab-ce/builds/3178231

See merge request !5857
parent bb1f4f7b
......@@ -299,7 +299,7 @@ class Spinach::Features::ProjectIssues < Spinach::FeatureSteps
end
step 'I fill in issue search with \'Rock and roll\'' do
filter_issue 'Description for issue'
filter_issue 'Rock and roll'
end
step 'I should see \'Bugfix1\' in issues' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment