Defect #31657 » issues_test.rb.patch
| issues_test.rb (working copy) | ||
|---|---|---|
| 345 | 345 |
log_user('admin', 'admin')
|
| 346 | 346 | |
| 347 | 347 |
visit '/issues/1' |
| 348 |
page.driver.execute_script('$.fx.off = true;')
|
|
| 348 | 349 |
page.first(:link, 'Edit').click |
| 349 | 350 |
page.click_link('View all trackers description')
|
| 350 | 351 |
assert page.has_css?('#trackers_description')
|
- « Previous
- 1
- 2
- 3
- Next »