プロジェクト

全般

プロフィール

Vote #80822

完了

IssuesSystemTest#test_bulk_watch_issues_via_context_menu randomly fails due to Capybara clicks out out of context menu

Admin Redmine さんが3年以上前に追加. 3年以上前に更新.

ステータス:
Closed
優先度:
通常
担当者:
-
カテゴリ:
Code cleanup/refactoring_30
対象バージョン:
開始日:
2022/05/09
期日:
進捗率:

0%

予定工数:
category_id:
30
version_id:
152
issue_org_id:
33315
author_id:
74968
assigned_to_id:
332
comments:
3
status_id:
5
tracker_id:
3
plus1:
0
affected_version:
closed_on:
affected_version_id:
ステータス-->[Closed]

説明

Sometimes, the IssuesSystemTest#test_bulk_watch_issues_via_context_menu test fails for click_link loosing the focus on the context menu entry.
According to my googling, this seems to be a known sporadic Capybara issue. Solution seems to use find().hover.click instead of click_link. The hover seems to help ensure that click is not applied out of element boundaries whatever the javascript asynchronous execution.
Refer to this comment: http://aokolish.me/blog/2012/01/22/testing-hover-events-with-capybara/#comment-2118167329

Adding sleeps either before or after click_link has no effect instead.

How to reproduce:
the following fails sporadically

RAILS_ENV=test bundle exec rails test:system TESTOPTS="-n '/?:IssuesSystemTest#(?:test_bulk_watch_issues_via_context_menu)$/'"

Attached my proposed path. Thanks


journals

--------------------------------------------------------------------------------
Setting the target version to 4.2.0.
--------------------------------------------------------------------------------
Committed the fix. Thank you.
--------------------------------------------------------------------------------

Admin Redmine さんが3年以上前に更新

  • カテゴリCode cleanup/refactoring_30 にセット
  • 対象バージョン4.2.0_152 にセット

他の形式にエクスポート: Atom PDF

いいね!0
いいね!0