diff --git a/spec/support/request/checkout_request_helper.rb b/spec/support/request/checkout_request_helper.rb index 3a6de815bd..94b1584f82 100644 --- a/spec/support/request/checkout_request_helper.rb +++ b/spec/support/request/checkout_request_helper.rb @@ -13,14 +13,6 @@ module CheckoutRequestsHelper find("button", text: "Place order now").click end - def toggle_accordion(id) - find("##{id} dd a").click - end - - def toggle_details - toggle_accordion :details - end - def fill_out_details within "#details" do fill_in "First Name", with: "Will"