Rename quick_login_as to login_as

This commit is contained in:
Luis Ramos
2020-07-27 14:03:07 +01:00
parent 5738ec0542
commit 10b07aabd9
34 changed files with 44 additions and 44 deletions

View File

@@ -45,7 +45,7 @@ feature '
end
it "communicates the status of the stripe connection to the user" do
quick_login_as user
login_as user
visit spree.new_admin_payment_method_path
select2_select "Stripe", from: "payment_method_type"
@@ -136,7 +136,7 @@ feature '
before(:each) do
enterprise_user.enterprise_roles.build(enterprise: distributor1).save
enterprise_user.enterprise_roles.build(enterprise: distributor2).save
quick_login_as enterprise_user
login_as enterprise_user
end
it "I can get to the new enterprise page" do