mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Remove specific default_wait_time setting in BOM - this value is globally increased in spec_helper
This commit is contained in:
@@ -10,14 +10,6 @@ feature %q{
|
||||
|
||||
stub_authorization!
|
||||
|
||||
before :all do
|
||||
@default_wait_time = Capybara.default_wait_time
|
||||
Capybara.default_wait_time = 10
|
||||
end
|
||||
|
||||
after :all do
|
||||
Capybara.default_wait_time = @default_wait_time
|
||||
end
|
||||
context "listing orders" do
|
||||
before :each do
|
||||
admin_user = quick_login_as_admin
|
||||
|
||||
Reference in New Issue
Block a user