Fix test: Search results are showing this as an issue-edit event
This commit is contained in:
parent
5c8e04db55
commit
f883758c95
@ -36,7 +36,7 @@ class SearchControllerTest < ActionController::TestCase
|
|||||||
assert assigns(:results).include?(Issue.find(2))
|
assert assigns(:results).include?(Issue.find(2))
|
||||||
assert assigns(:results).include?(Issue.find(5))
|
assert assigns(:results).include?(Issue.find(5))
|
||||||
assert assigns(:results).include?(Changeset.find(101))
|
assert assigns(:results).include?(Changeset.find(101))
|
||||||
assert_select "dt.issue" do
|
assert_select "dt.issue-edit" do
|
||||||
assert_select "a", :text => /Add ingredients categories/
|
assert_select "a", :text => /Add ingredients categories/
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user