Defect #40683 » 0001-Fix-double-hash-keep-syntax-test-for-inline-autocomp.patch
test/system/inline_autocomplete_test.rb | ||
---|---|---|
47 | 47 |
log_user('admin', 'admin') |
48 | 48 |
visit 'projects/ecookbook/issues/new' |
49 | 49 | |
50 |
fill_in 'Description', :with => '##Closed'
|
|
50 |
fill_in 'Description', :with => '##12'
|
|
51 | 51 | |
52 | 52 |
within('.tribute-container') do |
53 | 53 |
assert page.has_text? 'Bug #12: Closed issue on a locked version' |
54 |
assert page.has_text? 'Bug #11: Closed issue on a closed version' |
|
55 |
assert page.has_text? 'Bug #8: Closed issue' |
|
56 | 54 | |
57 | 55 |
first('li').click |
58 | 56 |
end |
- « Previous
- 1
- 2
- 3
- Next »