summaryrefslogtreecommitdiff
path: root/spec/features/dashboard/active_tab_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/dashboard/active_tab_spec.rb')
-rw-r--r--spec/features/dashboard/active_tab_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/features/dashboard/active_tab_spec.rb b/spec/features/dashboard/active_tab_spec.rb
index ee85c136190..3a532cb4161 100644
--- a/spec/features/dashboard/active_tab_spec.rb
+++ b/spec/features/dashboard/active_tab_spec.rb
@@ -4,6 +4,8 @@ require 'spec_helper'
RSpec.describe 'Dashboard Active Tab', :js do
before do
+ stub_feature_flags(combined_menu: false)
+
sign_in(create(:user))
end