We do not have tests for the admin toolbar. When updating to latest Discount alpha the tests failed because the route changed. Fixing the route made the test pass, but did not catch the regression thast caused it to disappear in the toolbar menu.
We do not have tests for the admin toolbar. When updating to latest Discount alpha the tests failed because the route changed. Fixing the route made the test pass, but did not catch the regression thast caused it to disappear in the toolbar menu.
Comments
Comment #2
lsolesen commented@mglaman How do you propose the test to be?
Comment #3
mglamanHere's what I did for MojoCart
http://cgit.drupalcode.org/mojocart/tree/tests/behat/features/store_mana...
Comment #4
lsolesen commentedCheckout https://github.com/commerceguys/commerce_kickstart/pull/187
Comment #6
mglaman