Fix the test I just broke...
This commit is contained in:
parent
14fdccc0d1
commit
86caeb3360
1 changed files with 1 additions and 1 deletions
|
@ -1423,7 +1423,7 @@ EOF
|
|||
assert_template "list"
|
||||
# Now check that all 20 (or however many were returned) changesets are in the html
|
||||
assert_select "h1", :text => "Recent Changes", :count => 1
|
||||
assert_select "table[id='keyvalue'] tr", :count => @changesets.size + 1
|
||||
assert_select "table[id='changeset_list'] tr", :count => @changesets.size + 1
|
||||
@changesets.each do |changeset|
|
||||
# FIXME this test needs rewriting - test for table contents
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue