diff --git a/backstop/backstop_dynamic_config.js b/backstop/backstop_dynamic_config.js index 89bab4946..47ba1dc73 100644 --- a/backstop/backstop_dynamic_config.js +++ b/backstop/backstop_dynamic_config.js @@ -333,6 +333,24 @@ function getConfig(hostname, protocol, type) { ], 'selectorExpansion': expandComponents, }, + { + 'label': 'DC: Image Gallery, upper content area', + 'url': `${protocol}://${hostname}/en/dc-components/dc-image-gallery`, + 'removeSelectors': removeDefault, + 'selectors': [ + '.main-content' + ], + 'selectorExpansion': expandComponents, + }, + { + 'label': 'DC: Image Gallery, lower content area', + 'url': `${protocol}://${hostname}/en/dc-components/dc-image-gallery`, + 'removeSelectors': removeDefault, + 'selectors': [ + '.lower-content' + ], + 'selectorExpansion': expandComponents, + }, { 'label': 'DC: Liftup with image', 'url': `${protocol}://${hostname}/en/dc-components/dc-liftup-with-image`,