Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit f387a518 authored by Sergio Elvira Prez's avatar Sergio Elvira Prez Committed by Sergio Elvira Prez
Browse files

OEL-1528: Add corporate blocks on tests to solve the dependency.

parent 369ca76c
No related branches found
No related tags found
3 merge requests!149Update EPIC-1450-List-pages,!141Update EPIC-1293-Project,!133OEL-1528: Fix whitelabel issues on template, composer and dependencies.
...@@ -24,6 +24,7 @@ class ContentEventRenderTest extends WhitelabelBrowserTestBase { ...@@ -24,6 +24,7 @@ class ContentEventRenderTest extends WhitelabelBrowserTestBase {
*/ */
public static $modules = [ public static $modules = [
'block', 'block',
'oe_corporate_blocks',
'oe_whitelabel_starter_event', 'oe_whitelabel_starter_event',
]; ];
......
...@@ -24,6 +24,7 @@ class ContentNewsRenderTest extends WhitelabelBrowserTestBase { ...@@ -24,6 +24,7 @@ class ContentNewsRenderTest extends WhitelabelBrowserTestBase {
*/ */
protected static $modules = [ protected static $modules = [
'block', 'block',
'oe_corporate_blocks',
'oe_whitelabel_starter_news', 'oe_whitelabel_starter_news',
]; ];
......
...@@ -26,6 +26,7 @@ class FacetsSummaryTest extends WhitelabelBrowserTestBase { ...@@ -26,6 +26,7 @@ class FacetsSummaryTest extends WhitelabelBrowserTestBase {
'block', 'block',
'facets_search_api_dependency', 'facets_search_api_dependency',
'facets_summary', 'facets_summary',
'oe_corporate_blocks',
'oe_whitelabel_helper', 'oe_whitelabel_helper',
]; ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment