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
We need to verify if these test cases are sufficient to cover this feature and skip the manual testing of this during release preparation. The relevant spec is:
spec/features/admin/shipping_methods_spec.rb
as a site admin
creating a shipping method owned by some distributors
deleting a shipping method
deleting a shipping method referenced by an order
checking a single distributor is checked by default
checking more than a distributor displays no default choice
as an enterprise user
creating a shipping method
shows me only shipping methods I have access to
does not show duplicates of shipping methods
shows me only shipping methods for the enterprise I select (PENDING: No reason given)
All test cases currently passing except the last one -> (PENDING: No reason given) -> this needs fixing, I guess.
Context
This came up in the context of release test automation and #6466
Impact and timeline
Removing manual release testing from our weekly tasks and making the automated test suite more resilient.
The text was updated successfully, but these errors were encountered:
What we should change and why (this is tech debt)
We need to verify if these test cases are sufficient to cover this feature and skip the manual testing of this during release preparation. The relevant spec is:
spec/features/admin/shipping_methods_spec.rb
(PENDING: No reason given)
All test cases currently passing except the last one ->
(PENDING: No reason given)
-> this needs fixing, I guess.Context
This came up in the context of release test automation and #6466
Impact and timeline
Removing manual release testing from our weekly tasks and making the automated test suite more resilient.
The text was updated successfully, but these errors were encountered: