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 check and update the test cases on /orders page. This should be covered by the file:
spec/system/admin/orders_spec.rb
As an administrator
I want to manage orders
with a complete order
order cycles appear in descending order by close date on orders page
filter by multiple order cycles
filter by distributors
filter by complete date
select/unselect all orders
by clicking on the checkbox in the table header
with a capturable order
capture payment
ship order from the orders index page
with incomplete order
can edit order
test the 'Only show the complete orders' checkbox
display or not incomplete order
save the filter params
when reloading the page
and clear filters
While we are at it, we should update it to system spec too -> done in #8217
Context
Release test automation and updating feature into system specs.
Impact and timeline
An up-to-date, resilient build.
The text was updated successfully, but these errors were encountered:
What we should change and why (this is tech debt)
We need to check and update the test cases on
/orders
page. This should be covered by the file:spec/system/admin/orders_spec.rb
While we are at it, we should update it to system spec too -> done in #8217Context
Release test automation and updating feature into system specs.
Impact and timeline
An up-to-date, resilient build.
The text was updated successfully, but these errors were encountered: