Commit ce237467 by vulehuan

rspec: card - step 3: when click checkout

parent caf96bbf
......@@ -348,6 +348,10 @@ describe "CardPages" do
end
describe "when click Checkout" do
before { click_button "Correct, click here" }
it { should have_title('Thank you') }
it { should have_content('Successfully order') }
end
describe "calculate price" do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment