Commit 8203139d authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'sy-fix-banner-broadcast-message-subscription' into 'master'

Fix broadcast message on subscriptions page

See merge request gitlab-org/gitlab!82183
parents 1e03da04 2a0bc7f3
...@@ -16,14 +16,14 @@ export default { ...@@ -16,14 +16,14 @@ export default {
}; };
</script> </script>
<template> <template>
<div class="gl-h-full"> <div>
<gitlab-experiment name="cart_abandonment_modal"> <gitlab-experiment name="cart_abandonment_modal">
<template #candidate> <template #candidate>
<modal /> <modal />
</template> </template>
</gitlab-experiment> </gitlab-experiment>
<step-order-app class="gl-h-full"> <step-order-app>
<template #checkout> <template #checkout>
<checkout /> <checkout />
</template> </template>
......
!!! 5 !!! 5
%html.subscriptions-layout-html{ lang: 'en' } %html.subscriptions-layout-html{ lang: 'en' }
= render 'layouts/head' = render 'layouts/head'
%body.ui-indigo.d-flex.vh-100{ data: body_data } %body.ui-indigo.gl-display-flex{ data: body_data }
= render "layouts/header/logo_with_title" = render "layouts/header/logo_with_title"
= render "layouts/broadcast" .container.gl-display-flex.gl-flex-direction-column.gl-m-0.gl-px-0
.container.d-flex.gl-flex-direction-column.m-0 = render "layouts/broadcast"
= yield .gl-px-5
= yield
// Jest Snapshot v1, https://goo.gl/fbAQLP // Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`App component cart_abandonment_modal experiment candidate matches the snapshot 1`] = ` exports[`App component cart_abandonment_modal experiment candidate matches the snapshot 1`] = `
<div <div>
class="gl-h-full"
>
<gl-modal-stub <gl-modal-stub
dismisslabel="Close" dismisslabel="Close"
modalclass="" modalclass=""
...@@ -18,20 +16,14 @@ exports[`App component cart_abandonment_modal experiment candidate matches the s ...@@ -18,20 +16,14 @@ exports[`App component cart_abandonment_modal experiment candidate matches the s
</gl-modal-stub> </gl-modal-stub>
<step-order-app-stub <step-order-app-stub />
class="gl-h-full"
/>
</div> </div>
`; `;
exports[`App component cart_abandonment_modal experiment control matches the snapshot 1`] = ` exports[`App component cart_abandonment_modal experiment control matches the snapshot 1`] = `
<div <div>
class="gl-h-full"
>
<!----> <!---->
<step-order-app-stub <step-order-app-stub />
class="gl-h-full"
/>
</div> </div>
`; `;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment