mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-30 21:27:17 +00:00
Remove use_short_wait
This commit is contained in:
@@ -3,7 +3,7 @@ require 'spec_helper'
|
||||
feature "Registration", js: true do
|
||||
include WebHelper
|
||||
|
||||
describe "Registering a Profile", use_short_wait do
|
||||
describe "Registering a Profile" do
|
||||
let(:user) { create(:user, password: "password", password_confirmation: "password") }
|
||||
|
||||
it "Allows a logged in user to register a profile" do
|
||||
|
||||
Reference in New Issue
Block a user