Feature #34123 » fix_assert_param_order.patch
test/system/inline_autocomplete_test.rb | ||
---|---|---|
39 | 39 |
first('li').click |
40 | 40 |
end |
41 | 41 | |
42 |
assert_equal find('#issue_description').value, '#12 '
|
|
42 |
assert_equal '#12 ', find('#issue_description').value
|
|
43 | 43 |
end |
44 | 44 | |
45 | 45 |
def test_inline_autocomplete_filters_autocomplete_items |
- « Previous
- 1
- 2
- Next »