Remove :debug tag

This commit is contained in:
Jean-Baptiste Bellet
2022-03-07 16:32:37 +01:00
parent 6ce29f81d8
commit 20d5c45b7a

View File

@@ -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