File tree 2 files changed +2
-2
lines changed
app/views/spree/admin/orders
spec/features/admin/orders
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
<%= render partial : "spree/admin/variants/split" , formats : :js %>
4
4
5
5
< div class ="card-header stock-location no-borderb " data-hook ="stock-location ">
6
- < h1 class ="d-flex flex-wrap align-items-center card-title mb-0 h5 ">
6
+ < h1 class ="flex-wrap align-items-center card-title mb-0 h5 ">
7
7
< span class ="shipment-number "> <%= shipment . number %> </ span >
8
8
-
9
9
< span class ="shipment-state "> <%= Spree . t ( "shipment_states.#{ shipment . state } " ) %> </ span >
Original file line number Diff line number Diff line change 30
30
it 'can ship a completed order' do
31
31
click_on 'Ship'
32
32
33
- expect ( page ) . to have_content ( "shipped\n package " )
33
+ expect ( page ) . to have_content ( "shipped package " )
34
34
expect ( order . reload . shipment_state ) . to eq ( 'shipped' )
35
35
end
36
36
end
You can’t perform that action at this time.
0 commit comments