Bob Mazanec
Bob Mazanec
Thanks for the **Good First Issue** label 😄 Here's my first guess, based _loosely_ on `items/_details` (apologies for the unrealistic/filler text?):   The _None._ on the **Triangle** is my...
Looking more for discussion/conclusion than coding/effort, I think. As discussed previously, I suspect Dashboard details aren't as urgent for stakeholders as other features. 🤷♂️
FWIW, running `spec/system/distribution_system_spec.rb:375` (671f3cde) on my dev box today passed on 3rd try: ``` $ bin/rspec spec/system/distribution_system_spec.rb:375 Run options: include {:locations=>{"./spec/system/distribution_system_spec.rb"=>[375]}} Randomized with seed 2712 Distributions via barcode entry WARN:...
But...same failure with increasing the wait time ``` using_wait_time(3) do qty = page.find [...] expect(qty). [...] end ``` as well as both increasing the wait time (again!) and trying to...
It seems unlikely that the specs/examples listed above all share some common cause(s)? e.g., especially the request spec Maybe create issues for each "flakey" example—or at least each spec file—lest...