Skip to content

Commit

Permalink
Enables admin_style_v3 toggle by default
Browse files Browse the repository at this point in the history
  • Loading branch information
filipefurtad0 committed Oct 15, 2023
1 parent 246fceb commit 0b270f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/base_spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
config.ignore_hidden_elements = true
end

# activate feature toggle admin_style_v3 to use new admin interface and run the build
Flipper.enable(:admin_style_v3)

# Override setting in Spree engine: Spree::Core::MailSettings
ActionMailer::Base.default_url_options[:host] = ENV.fetch("SITE_URL", nil)

Expand Down

0 comments on commit 0b270f7

Please sign in to comment.