We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab2859 commit 8d75b77Copy full SHA for 8d75b77
backend/spec/features/admin/configuration/shipping_methods_spec.rb
@@ -35,6 +35,7 @@
35
end
36
37
click_on "Create"
38
+ expect(page).to have_content("Shipping Method \"bullock cart\" has been successfully created!")
39
expect(current_path).to eql(spree.edit_admin_shipping_method_path(Spree::ShippingMethod.last))
40
41
visit spree.new_admin_shipping_method_path
0 commit comments