Defect #34357 » fix_quick_jump_tests.patch
| test/system/quick_jump_test.rb | ||
|---|---|---|
| 31 | 31 | |
| 32 | 32 |
within '#header' do |
| 33 | 33 |
page.first('span', :text => 'Jump to a project...').click
|
| 34 |
click_on 'eCookbook'
|
|
| 34 |
click_link('eCookbook', match: :first)
|
|
| 35 | 35 |
end |
| 36 | 36 |
assert_current_path '/projects/ecookbook?jump=welcome' |
| 37 | 37 |
end |
| ... | ... | |
| 42 | 42 | |
| 43 | 43 |
within '#header' do |
| 44 | 44 |
page.first('span', :text => 'Jump to a project...').click
|
| 45 |
click_on 'eCookbook'
|
|
| 45 |
click_link('eCookbook', match: :first)
|
|
| 46 | 46 |
assert_current_path '/projects/ecookbook/issues' |
| 47 | 47 | |
| 48 | 48 |
page.first('span', :text => 'eCookbook').click
|