mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Remove :debug tag
This commit is contained in:
@@ -98,7 +98,7 @@ describe "As a consumer, I want to checkout my order", js: true do
|
||||
visit checkout_path
|
||||
end
|
||||
|
||||
context "actually user has an account and wants to login", :debug do
|
||||
context "actually user has an account and wants to login" do
|
||||
let(:user) { create(:user) }
|
||||
|
||||
it "should redirect to '/checkout/details' when user submit the login form" do
|
||||
|
||||
Reference in New Issue
Block a user