Defect #42200 » 0001-Fix-random-failures-in-InlineAutocompleteTest-due-to-interference-from-requests-in-the-previous-test.patch
| test/system/inline_autocomplete_test.rb | ||
|---|---|---|
| 20 | 20 |
require_relative '../application_system_test_case' |
| 21 | 21 | |
| 22 | 22 |
class InlineAutocompleteSystemTest < ApplicationSystemTestCase |
| 23 |
teardown { Capybara.current_session.quit }
|
|
| 24 | ||
| 23 | 25 |
def test_inline_autocomplete_for_issues |
| 24 | 26 |
log_user('jsmith', 'jsmith')
|
| 25 | 27 |
visit 'issues/new' |