Fix flaky ./ee/spec/features/projects/packages_spec.rb:177
Fix occasional capybara Ambiguous match
es. There were sometimes multiple tr
s passed to page.within
, and instead pass it the whole table
.
There is still a race condition due to visit
ing the page before we create the data in packages_spec, but this should prevent the duplicate row selector error of #211142 (closed)
Fixes #211142 (closed)
Edited by Simon Knox