Add retry block for unrelated failing spec

pull/9637/head
Oliver Günther 3 years ago
parent dd50671582
commit 19973d3729
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 2
      spec/support/components/work_packages/relations.rb

@ -222,6 +222,7 @@ module Components
row = ".wp-row-#{work_package.id}-table"
SeleniumHubWaiter.wait
retry_block do
find(row).hover
find("#{row} .wp-table-action--unlink").click
end
@ -229,3 +230,4 @@ module Components
end
end
end
end

Loading…
Cancel
Save