Fix spec failure

This commit is contained in:
Rohan Mitchell
2014-12-18 16:38:03 +11:00
parent 4a30f27b3d
commit 3b58d99abc

View File

@@ -70,7 +70,7 @@ feature %q{
rows = find("table#listing_order_payment_methods").all("thead tr")
table = rows.map { |r| r.all("th").map { |c| c.text.strip } }
table.sort.should == [
["First Name", "Last Name", "Email", "Phone", "Hub", "Payment Method", "Amount", "Amount Paid"]
["First Name", "Last Name", "Email", "Phone", "Hub", "Shipping Method", "Payment Method", "Amount", "Amount Paid"]
].sort
end
end