File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ <h1 class="border-bottom-0">{{ page.title }}</h1>
4646 {% endif %}
4747
4848 {% if page.product %}
49- < div class ="product-callout border rounded-1 mb-4 p-3 color-border-info color-bg-info ">
49+ < div class ="product-callout border rounded-1 mb-4 p-3 color-border-success color-bg-success ">
5050 {{ page.product }}
5151 </ div >
5252 {% endif %}
Original file line number Diff line number Diff line change @@ -191,8 +191,8 @@ describe('server', () => {
191191 test ( 'renders product frontmatter callouts' , async ( ) => {
192192 const $ = await getDOM ( '/en/articles/about-branch-restrictions' )
193193 const note = $ ( '.product-callout' ) . eq ( 0 )
194- expect ( note . hasClass ( 'color-border-info ' ) ) . toBe ( true )
195- expect ( note . hasClass ( 'color-bg-info ' ) ) . toBe ( true )
194+ expect ( note . hasClass ( 'color-border-success ' ) ) . toBe ( true )
195+ expect ( note . hasClass ( 'color-bg-success ' ) ) . toBe ( true )
196196 } )
197197
198198 test ( 'renders liquid within liquid within product frontmatter callouts' , async ( ) => {
You can’t perform that action at this time.
0 commit comments