diff --git a/rails_application/test/integration/orders_test.rb b/rails_application/test/integration/orders_test.rb index 610a49b9d..da559d4e9 100644 --- a/rails_application/test/integration/orders_test.rb +++ b/rails_application/test/integration/orders_test.rb @@ -152,7 +152,7 @@ def test_confirmed_order_doesnt_show_cancel_button get "/orders/#{order_id}" assert_select("button", text: "History") - #assert_select("button", text: "Cancel Order", count: 1) + assert_select("button", text: "Cancel Order", count: 1) post "/orders/#{order_id}/pay"