Skip to content

Commit

Permalink
Fixed selector for the announcements block.
Browse files Browse the repository at this point in the history
  • Loading branch information
khalima committed Oct 10, 2024
1 parent 398877f commit b28dacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backstop/backstop_dynamic_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ function getConfig(hostname, protocol, type) {
'url': `${protocol}://${hostname}/en/dc-components/dc-announcements`,
'removeSelectors': removeDefault,
'selectors': [
'#block-hdbt-subtheme-announcements'
'#block-announcements'
],
'selectorExpansion': expandComponents,
},
Expand Down

0 comments on commit b28dacf

Please sign in to comment.