Skip to content

Commit

Permalink
Merge pull request #975 from City-of-Helsinki/UHF-X_helfi_test_conten…
Browse files Browse the repository at this point in the history
…t_update

UHF-X Visual regression test content
  • Loading branch information
teroelonen authored Apr 25, 2024
2 parents b146ee7 + 06141f7 commit 68e1518
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions backstop/backstop_dynamic_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,59 @@ function getConfig(hostname, protocol, type) {
'url': `${protocol}://${hostname}/en/dc-layouts/dc-tpr-service/dc-tpr-service-no-subnav-no-sidebar`,
'removeSelectors': removeDefault
},

// Colors
{
'label': 'DC: Suomenlinna',
'url': `${protocol}://${hostname}/en/dc-colors/dc-suomenlinna`,
'removeSelectors': removeDefault
},
{
'label': 'DC: Copper',
'url': `${protocol}://${hostname}/en/dc-colors/dc-copper`,
'removeSelectors': removeDefault
},
{
'label': 'DC: Gold',
'url': `${protocol}://${hostname}/en/dc-colors/dc-gold`,
'removeSelectors': removeDefault
},
{
'label': 'DC: Coat of Arms',
'url': `${protocol}://${hostname}/en/dc-colors/dc-coat-of-arms`,
'removeSelectors': removeDefault
},
{
'label': 'DC: Tram',
'url': `${protocol}://${hostname}/en/dc-colors/dc-tram`,
'removeSelectors': removeDefault
},
{
'label': 'DC: Silver',
'url': `${protocol}://${hostname}/en/dc-colors/dc-silver`,
'removeSelectors': removeDefault
},
{
'label': 'DC: Engel',
'url': `${protocol}://${hostname}/en/dc-colors/dc-engel`,
'removeSelectors': removeDefault
},
{
'label': 'DC: Summer',
'url': `${protocol}://${hostname}/en/dc-colors/dc-summer`,
'removeSelectors': removeDefault
},
{
'label': 'DC: Bus',
'url': `${protocol}://${hostname}/en/dc-colors/dc-bus`,
'removeSelectors': removeDefault
},
{
'label': 'DC: Metro',
'url': `${protocol}://${hostname}/en/dc-colors/dc-metro`,
'removeSelectors': removeDefault
},

// Components
{
'label': 'DC: Accordion',
Expand Down

0 comments on commit 68e1518

Please sign in to comment.