Commit ba716152 authored by Olena Horal-Koretska's avatar Olena Horal-Koretska

Update failing snapshots

parent 0ea8259b
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Value Stream Analytics LabelsSelector with no item selected will render the label selector 1`] = `
"<gl-dropdown-stub headertext=\\"\\" hideheaderborder=\\"true\\" text=\\"\\" category=\\"primary\\" variant=\\"default\\" size=\\"medium\\" toggleclass=\\"gl-overflow-hidden\\" class=\\"gl-w-full\\">
"<gl-dropdown-stub headertext=\\"\\" hideheaderborder=\\"true\\" clearalltext=\\"Clear all\\" text=\\"\\" category=\\"primary\\" variant=\\"default\\" size=\\"medium\\" toggleclass=\\"gl-overflow-hidden\\" class=\\"gl-w-full\\">
<gl-dropdown-section-header-stub>Select a label </gl-dropdown-section-header-stub>
<div class=\\"mb-3 px-3\\">
<gl-search-box-by-type-stub value=\\"\\" clearbuttontitle=\\"Clear\\"></gl-search-box-by-type-stub>
......@@ -30,7 +30,7 @@ exports[`Value Stream Analytics LabelsSelector with no item selected will render
`;
exports[`Value Stream Analytics LabelsSelector with selectedLabelIds set will render the label selector 1`] = `
"<gl-dropdown-stub headertext=\\"\\" hideheaderborder=\\"true\\" text=\\"\\" category=\\"primary\\" variant=\\"default\\" size=\\"medium\\" toggleclass=\\"gl-overflow-hidden\\" class=\\"gl-w-full\\">
"<gl-dropdown-stub headertext=\\"\\" hideheaderborder=\\"true\\" clearalltext=\\"Clear all\\" text=\\"\\" category=\\"primary\\" variant=\\"default\\" size=\\"medium\\" toggleclass=\\"gl-overflow-hidden\\" class=\\"gl-w-full\\">
<gl-dropdown-section-header-stub>Select a label </gl-dropdown-section-header-stub>
<div class=\\"mb-3 px-3\\">
<gl-search-box-by-type-stub value=\\"\\" clearbuttontitle=\\"Clear\\"></gl-search-box-by-type-stub>
......
......@@ -25,6 +25,7 @@ exports[`MetricChart component template when isLoading is false and chartData is
<gl-dropdown-stub
category="primary"
class="mb-4 metric-dropdown"
clearalltext="Clear all"
headertext=""
hideheaderborder="true"
menu-class="w-100 mw-100"
......
......@@ -39,6 +39,7 @@ exports[`MergeRequestTable component matches the snapshot 1`] = `
<gl-dropdown-stub
category="primary"
class="w-100 metric-col"
clearalltext="Clear all"
headertext=""
hideheaderborder="true"
menu-class="w-100 mw-100"
......
......@@ -52,6 +52,7 @@ exports[`Project Header matches the snapshot 1`] = `
>
<gl-dropdown-stub
category="primary"
clearalltext="Clear all"
headertext=""
hideheaderborder="true"
right="true"
......
......@@ -120,6 +120,8 @@ exports[`OnDemandScansScannerProfileSelector renders properly with profiles 1`]
</div>
</div>
<!---->
<div
class="gl-new-dropdown-contents"
>
......
......@@ -120,6 +120,8 @@ exports[`OnDemandScansSiteProfileSelector renders properly with profiles 1`] = `
</div>
</div>
<!---->
<div
class="gl-new-dropdown-contents"
>
......
......@@ -4,6 +4,7 @@ exports[`IterationDropdown default shows gl-dropdown 1`] = `
<gl-dropdown-stub
category="primary"
class="gl-w-full"
clearalltext="Clear all"
headertext=""
hideheaderborder="true"
size="medium"
......
......@@ -51,6 +51,7 @@ exports[`Alert integration settings form default state should match the default
<gl-dropdown-stub
block="true"
category="primary"
clearalltext="Clear all"
data-qa-selector="incident_templates_dropdown"
headertext=""
hideheaderborder="true"
......
......@@ -46,6 +46,8 @@ exports[`Remove cluster confirmation modal renders splitbutton with modal includ
>
<!---->
<!---->
<div
class="gl-new-dropdown-contents"
>
......
......@@ -10,6 +10,7 @@ exports[`content_editor/components/toolbar_link_button renders dropdown componen
</svg></button>
<ul role=\\"menu\\" tabindex=\\"-1\\" class=\\"dropdown-menu\\">
<div class=\\"gl-new-dropdown-inner\\">
<!---->
<!---->
<div class=\\"gl-new-dropdown-contents\\">
<li role=\\"presentation\\" class=\\"gl-px-3!\\">
......
......@@ -3,6 +3,7 @@
exports[`Design management design version dropdown component renders design version dropdown button 1`] = `
<gl-dropdown-stub
category="primary"
clearalltext="Clear all"
headertext=""
hideheaderborder="true"
issueiid=""
......@@ -80,6 +81,7 @@ exports[`Design management design version dropdown component renders design vers
exports[`Design management design version dropdown component renders design version list 1`] = `
<gl-dropdown-stub
category="primary"
clearalltext="Clear all"
headertext=""
hideheaderborder="true"
issueiid=""
......
......@@ -127,6 +127,8 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
>
<!---->
<!---->
<div
class="gl-new-dropdown-contents"
>
......@@ -254,6 +256,8 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
>
<!---->
<!---->
<div
class="gl-new-dropdown-contents"
>
......
......@@ -36,6 +36,7 @@ exports[`Dashboard template matches the default snapshot 1`] = `
<gl-dropdown-stub
category="primary"
class="flex-grow-1"
clearalltext="Clear all"
data-qa-selector="environments_dropdown"
headertext=""
hideheaderborder="true"
......
......@@ -11,6 +11,7 @@ exports[`Code Coverage when fetching data is successful matches the snapshot 1`]
<gl-dropdown-stub
category="primary"
clearalltext="Clear all"
headertext=""
hideheaderborder="true"
size="medium"
......
......@@ -3,6 +3,7 @@
exports[`Clone Dropdown Button rendering matches the snapshot 1`] = `
<gl-dropdown-stub
category="primary"
clearalltext="Clear all"
headertext=""
hideheaderborder="true"
right="true"
......
......@@ -3,6 +3,7 @@
exports[`SplitButton renders actionItems 1`] = `
<gl-dropdown-stub
category="primary"
clearalltext="Clear all"
headertext=""
hideheaderborder="true"
menu-class=""
......
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