浏览代码

Wait for autocomplete to return all 3 issues in order to avoid @StaleElementReferenceError@ (#38852).

git-svn-id: https://svn.redmine.org/redmine/trunk@22429 e93f8b46-1217-0410-a6f0-8f06a7374b81
pull/147/head
Marius Balteanu 7 个月前
父节点
当前提交
01e9671291
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      test/system/inline_autocomplete_test.rb

+ 1
- 0
test/system/inline_autocomplete_test.rb 查看文件

@@ -52,6 +52,7 @@ class InlineAutocompleteSystemTest < ApplicationSystemTestCase
within('.tribute-container') do
assert page.has_text? 'Bug #12: Closed issue on a locked version'
assert page.has_text? 'Bug #11: Closed issue on a closed version'
assert page.has_text? 'Bug #8: Closed issue'

first('li').click
end

正在加载...
取消
保存