Skip to content

Commit

Permalink
Merge pull request #1153 from City-of-Helsinki/UHF-11017
Browse files Browse the repository at this point in the history
UHF-11017: Visual regression tests for Image Gallery paragraph
  • Loading branch information
teroelonen authored Jan 10, 2025
2 parents 21249f3 + 91677aa commit c8805ef
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions backstop/backstop_dynamic_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit c8805ef

Please sign in to comment.