Bob Mazanec

Results 6 comments of 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?): ![image](https://user-images.githubusercontent.com/2031462/143781862-0e955d17-c99c-4dff-8539-373e4ee3eae0.png) ![image](https://user-images.githubusercontent.com/2031462/143781876-36e568a4-27e1-496f-a407-1eb226fda2b6.png) 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...