Final set of regression issues

This commit is contained in:
Will Marshall
2014-05-09 16:39:32 +10:00
parent 573d479e08
commit 5b2e9e9c30
3 changed files with 4 additions and 4 deletions

View File

@@ -7,8 +7,8 @@
:javascript
angular.module('Darkswarm').value('order', #{render "checkout/order"})
%pre
{{ Order.order}}
-#%pre
-#{{ Order.order}}
.small-12.columns
%h3.text-center.pad-top

View File

@@ -40,7 +40,7 @@ feature "As a consumer I want to check out my cart", js: true do
it "allows user to checkout as guest" do
visit checkout_path
click_button "Checkout as guest"
checkout_as_guest
page.should have_checkout_details
end
end

View File

@@ -1,6 +1,6 @@
module CheckoutWorkflow
def have_checkout_details
have_content "Customer details"
have_content "Your details"
end
def checkout_as_guest