You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1) Order balancing charges correct amounts creates financial transaction with correct amount
Failure/Error: expect(goa.result).to be > 0
expected: > 0
got: 0
# ./spec/models/order_spec.rb:177:in `block (3 levels) in <top (required)>'
2) product distribution agrees to documented example
Failure/Error: expect(oa.quantity).to eq(6)
expected: 6
got: 5
(compared using ==)
# ./spec/integration/product_distribution_example_spec.rb:50:in `block (2 levels) in <top (required)>'
The text was updated successfully, but these errors were encountered:
look's like the login method in session_helper.rb is flaky.
Here parts of the entered password ended up in the username field ... pretty weird. Maybe adding a wait: could help...
yksflip
changed the title
fix test ./spec/models/order_spec.rb:177
fix flaky integration tests (login helper?)
Nov 13, 2023
The text was updated successfully, but these errors were encountered: