Remove short wait, show variant overrides tab in admin

This commit is contained in:
Rohan Mitchell
2014-12-11 11:16:07 +11:00
parent fb980981fb
commit d83ff4ef33
2 changed files with 1 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
/ insert_bottom "[data-hook='admin_product_sub_tabs']"
-# Commented out until this feature is ready
-#= tab :overrides, url: main_app.admin_variant_overrides_path, match_path: '/variant_overrides'
= tab :overrides, url: main_app.admin_variant_overrides_path, match_path: '/variant_overrides'

View File

@@ -9,8 +9,6 @@ feature %q{
include AuthenticationWorkflow
include WebHelper
use_short_wait
let!(:hub) { create(:distributor_enterprise) }
let!(:hub2) { create(:distributor_enterprise) }
let!(:producer) { create(:supplier_enterprise) }