Commit 66707ca9e3f566a3cff384e51de0c664411f179f
1 parent
4f784bd7
Exists in
master
and in
29 other branches
profile-design-tests: add new ProductCategoriesBlock to enterprises block
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
test/functional/profile_design_controller_test.rb
... | ... | @@ -10,7 +10,7 @@ class ProfileDesignControllerTest < ActionController::TestCase |
10 | 10 | PERSON_BLOCKS_WITH_MEMBERS = PERSON_BLOCKS + [MembersBlock] |
11 | 11 | PERSON_BLOCKS_WITH_BLOG = PERSON_BLOCKS + [BlogArchivesBlock] |
12 | 12 | |
13 | - ENTERPRISE_BLOCKS = COMMOM_BLOCKS + [DisabledEnterpriseMessageBlock, FeaturedProductsBlock, FansBlock] | |
13 | + ENTERPRISE_BLOCKS = COMMOM_BLOCKS + [DisabledEnterpriseMessageBlock, FeaturedProductsBlock, FansBlock, ProductCategoriesBlock] | |
14 | 14 | ENTERPRISE_BLOCKS_WITH_PRODUCTS_ENABLE = ENTERPRISE_BLOCKS + [ProductsBlock] |
15 | 15 | |
16 | 16 | attr_reader :holder | ... | ... |