IssuesSystemTest#test_bulk_watch_issues_via_context_menu randomly fails due to Capybara clicks out of an element (#33315).

Patch by Massimo Rossello.


git-svn-id: http://svn.redmine.org/redmine/trunk@20017 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2020-09-12 08:05:09 +00:00
parent b56e91c21d
commit 9d1e8c75cc

View File

@@ -305,7 +305,7 @@ class IssuesSystemTest < ApplicationSystemTestCase
assert page.has_css?('#context-menu .issue-bulk-watcher.icon-fav-off')
assert_difference 'Watcher.count', 2 do
within('#context-menu') do
click_link 'Watch'
find_link('Watch').hover.click
end
# wait for ajax response
assert page.has_css?('#context-menu .issue-bulk-watcher.icon-fav')