Commit 28bbcc93 authored by Mike Greiling's avatar Mike Greiling

Update jest snapshots after component rename

gl-dropdown will now be represented as gl-deprecated-dropdown in
these snapshot files
parent c39f47af
// 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 text=\\"\\" toggle-class=\\"overflow-hidden\\" class=\\"w-100\\">
<gl-dropdown-item-stub active=\\"true\\">Select a label
</gl-dropdown-item-stub>
"<gl-deprecated-dropdown-stub text=\\"\\" toggle-class=\\"overflow-hidden\\" class=\\"w-100\\">
<gl-deprecated-dropdown-item-stub active=\\"true\\">Select a label
</gl-deprecated-dropdown-item-stub>
<div class=\\"mb-3 px-3\\">
<gl-search-box-by-type-stub value=\\"\\" clearbuttontitle=\\"Clear\\" class=\\"mb-2\\"></gl-search-box-by-type-stub>
</div>
<div class=\\"mb-3 px-3\\">
<gl-dropdown-item-stub class=\\"\\">
<gl-deprecated-dropdown-item-stub class=\\"\\">
<!----> <span class=\\"d-inline-block dropdown-label-box\\" style=\\"background-color: rgb(255, 0, 0);\\"></span>
roses
</gl-dropdown-item-stub>
<gl-dropdown-item-stub class=\\"\\">
</gl-deprecated-dropdown-item-stub>
<gl-deprecated-dropdown-item-stub class=\\"\\">
<!----> <span class=\\"d-inline-block dropdown-label-box\\" style=\\"background-color: rgb(255, 255, 255);\\"></span>
some space
</gl-dropdown-item-stub>
<gl-dropdown-item-stub class=\\"\\">
</gl-deprecated-dropdown-item-stub>
<gl-deprecated-dropdown-item-stub class=\\"\\">
<!----> <span class=\\"d-inline-block dropdown-label-box\\" style=\\"background-color: rgb(0, 0, 255);\\"></span>
violets
</gl-dropdown-item-stub>
</gl-deprecated-dropdown-item-stub>
<div class=\\"text-center\\" style=\\"display: none;\\">
<gl-loading-icon-stub label=\\"Loading\\" size=\\"md\\" color=\\"orange\\" inline=\\"true\\"></gl-loading-icon-stub>
</div>
......@@ -27,29 +27,29 @@ exports[`Value Stream Analytics LabelsSelector with no item selected will render
No matching labels
</div>
</div>
</gl-dropdown-stub>"
</gl-deprecated-dropdown-stub>"
`;
exports[`Value Stream Analytics LabelsSelector with selectedLabelId set will render the label selector 1`] = `
"<gl-dropdown-stub text=\\"\\" toggle-class=\\"overflow-hidden\\" class=\\"w-100\\">
<gl-dropdown-item-stub>Select a label
</gl-dropdown-item-stub>
"<gl-deprecated-dropdown-stub text=\\"\\" toggle-class=\\"overflow-hidden\\" class=\\"w-100\\">
<gl-deprecated-dropdown-item-stub>Select a label
</gl-deprecated-dropdown-item-stub>
<div class=\\"mb-3 px-3\\">
<gl-search-box-by-type-stub value=\\"\\" clearbuttontitle=\\"Clear\\" class=\\"mb-2\\"></gl-search-box-by-type-stub>
</div>
<div class=\\"mb-3 px-3\\">
<gl-dropdown-item-stub class=\\"\\">
<gl-deprecated-dropdown-item-stub class=\\"\\">
<!----> <span class=\\"d-inline-block dropdown-label-box\\" style=\\"background-color: rgb(255, 0, 0);\\"></span>
roses
</gl-dropdown-item-stub>
<gl-dropdown-item-stub class=\\"\\">
</gl-deprecated-dropdown-item-stub>
<gl-deprecated-dropdown-item-stub class=\\"\\">
<!----> <span class=\\"d-inline-block dropdown-label-box\\" style=\\"background-color: rgb(255, 255, 255);\\"></span>
some space
</gl-dropdown-item-stub>
<gl-dropdown-item-stub active=\\"true\\" class=\\"\\">
</gl-deprecated-dropdown-item-stub>
<gl-deprecated-dropdown-item-stub active=\\"true\\" class=\\"\\">
<!----> <span class=\\"d-inline-block dropdown-label-box\\" style=\\"background-color: rgb(0, 0, 255);\\"></span>
violets
</gl-dropdown-item-stub>
</gl-deprecated-dropdown-item-stub>
<div class=\\"text-center\\" style=\\"display: none;\\">
<gl-loading-icon-stub label=\\"Loading\\" size=\\"md\\" color=\\"orange\\" inline=\\"true\\"></gl-loading-icon-stub>
</div>
......@@ -57,5 +57,5 @@ exports[`Value Stream Analytics LabelsSelector with selectedLabelId set will ren
No matching labels
</div>
</div>
</gl-dropdown-stub>"
</gl-deprecated-dropdown-stub>"
`;
......@@ -18,13 +18,13 @@ exports[`MetricChart component template when isLoading is false and chartData is
<div>
<!---->
<gl-dropdown-stub
<gl-deprecated-dropdown-stub
class="mb-4 metric-dropdown"
menu-class="w-100 mw-100"
text="Please select a metric"
toggle-class="dropdown-menu-toggle w-100"
>
<gl-dropdown-item-stub
<gl-deprecated-dropdown-item-stub
active-class="is-active"
class="w-100"
>
......@@ -42,8 +42,8 @@ exports[`MetricChart component template when isLoading is false and chartData is
Time from last commit to merge
</span>
</gl-dropdown-item-stub>
<gl-dropdown-item-stub
</gl-deprecated-dropdown-item-stub>
<gl-deprecated-dropdown-item-stub
active-class="is-active"
class="w-100"
>
......@@ -61,8 +61,8 @@ exports[`MetricChart component template when isLoading is false and chartData is
Time from first comment to last commit
</span>
</gl-dropdown-item-stub>
</gl-dropdown-stub>
</gl-deprecated-dropdown-item-stub>
</gl-deprecated-dropdown-stub>
<!---->
......
......@@ -36,13 +36,13 @@ exports[`MergeRequestTable component matches the snapshot 1`] = `
Time to merge
</span>
<gl-dropdown-stub
<gl-deprecated-dropdown-stub
class="w-100 metric-col"
menu-class="w-100 mw-100"
text="Time from first comment to last commit"
toggle-class="dropdown-menu-toggle w-100"
>
<gl-dropdown-item-stub
<gl-deprecated-dropdown-item-stub
active-class="is-active"
class="w-100"
>
......@@ -58,8 +58,8 @@ exports[`MergeRequestTable component matches the snapshot 1`] = `
Time from first commit until first comment
</span>
</gl-dropdown-item-stub>
<gl-dropdown-item-stub
</gl-deprecated-dropdown-item-stub>
<gl-deprecated-dropdown-item-stub
active-class="is-active"
class="w-100"
>
......@@ -75,8 +75,8 @@ exports[`MergeRequestTable component matches the snapshot 1`] = `
Time from first comment to last commit
</span>
</gl-dropdown-item-stub>
<gl-dropdown-item-stub
</gl-deprecated-dropdown-item-stub>
<gl-deprecated-dropdown-item-stub
active-class="is-active"
class="w-100"
>
......@@ -92,8 +92,8 @@ exports[`MergeRequestTable component matches the snapshot 1`] = `
Time from last commit to merge
</span>
</gl-dropdown-item-stub>
</gl-dropdown-stub>
</gl-deprecated-dropdown-item-stub>
</gl-deprecated-dropdown-stub>
</div>
</div>
</div>
......
......@@ -7,12 +7,12 @@ exports[`DependenciesActions component matches the snapshot 1`] = `
<div
class="btn-group flex-grow-1 mr-2"
>
<gl-dropdown-stub
<gl-deprecated-dropdown-stub
class="flex-grow-1 text-center"
right=""
text="Severity"
>
<gl-dropdown-item-stub>
<gl-deprecated-dropdown-item-stub>
<span
class="d-flex"
>
......@@ -25,8 +25,8 @@ exports[`DependenciesActions component matches the snapshot 1`] = `
Component name
</span>
</gl-dropdown-item-stub>
<gl-dropdown-item-stub>
</gl-deprecated-dropdown-item-stub>
<gl-deprecated-dropdown-item-stub>
<span
class="d-flex"
>
......@@ -39,8 +39,8 @@ exports[`DependenciesActions component matches the snapshot 1`] = `
Packager
</span>
</gl-dropdown-item-stub>
<gl-dropdown-item-stub>
</gl-deprecated-dropdown-item-stub>
<gl-deprecated-dropdown-item-stub>
<span
class="d-flex"
>
......@@ -53,8 +53,8 @@ exports[`DependenciesActions component matches the snapshot 1`] = `
Severity
</span>
</gl-dropdown-item-stub>
</gl-dropdown-stub>
</gl-deprecated-dropdown-item-stub>
</gl-deprecated-dropdown-stub>
<gl-deprecated-button-stub
class="flex-grow-0 js-sort-order"
......
......@@ -16,21 +16,21 @@ exports[`LicenseCard renders license card with a delete button and license body
</h4>
<gl-dropdown-stub
<gl-deprecated-dropdown-stub
class="js-manage-license"
right=""
text="Manage"
>
<!---->
<gl-dropdown-item-stub
<gl-deprecated-dropdown-item-stub
class="js-delete-license text-danger"
>
Delete license
</gl-dropdown-item-stub>
</gl-dropdown-stub>
</gl-deprecated-dropdown-item-stub>
</gl-deprecated-dropdown-stub>
</div>
</div>
......
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Design management design version dropdown component renders design version dropdown button 1`] = `
<gl-dropdown-stub
<gl-deprecated-dropdown-stub
class="design-version-dropdown"
issueiid=""
projectpath=""
text="Showing Latest Version"
variant="link"
>
<gl-dropdown-item-stub>
<gl-deprecated-dropdown-item-stub>
<router-link-stub
class="d-flex js-version-link"
to="[object Object]"
......@@ -31,8 +31,8 @@ exports[`Design management design version dropdown component renders design vers
class="fa fa-check pull-right"
/>
</router-link-stub>
</gl-dropdown-item-stub>
<gl-dropdown-item-stub>
</gl-deprecated-dropdown-item-stub>
<gl-deprecated-dropdown-item-stub>
<router-link-stub
class="d-flex js-version-link"
to="[object Object]"
......@@ -51,19 +51,19 @@ exports[`Design management design version dropdown component renders design vers
<!---->
</router-link-stub>
</gl-dropdown-item-stub>
</gl-dropdown-stub>
</gl-deprecated-dropdown-item-stub>
</gl-deprecated-dropdown-stub>
`;
exports[`Design management design version dropdown component renders design version list 1`] = `
<gl-dropdown-stub
<gl-deprecated-dropdown-stub
class="design-version-dropdown"
issueiid=""
projectpath=""
text="Showing Latest Version"
variant="link"
>
<gl-dropdown-item-stub>
<gl-deprecated-dropdown-item-stub>
<router-link-stub
class="d-flex js-version-link"
to="[object Object]"
......@@ -86,8 +86,8 @@ exports[`Design management design version dropdown component renders design vers
class="fa fa-check pull-right"
/>
</router-link-stub>
</gl-dropdown-item-stub>
<gl-dropdown-item-stub>
</gl-deprecated-dropdown-item-stub>
<gl-deprecated-dropdown-item-stub>
<router-link-stub
class="d-flex js-version-link"
to="[object Object]"
......@@ -106,6 +106,6 @@ exports[`Design management design version dropdown component renders design vers
<!---->
</router-link-stub>
</gl-dropdown-item-stub>
</gl-dropdown-stub>
</gl-deprecated-dropdown-item-stub>
</gl-deprecated-dropdown-stub>
`;
......@@ -33,7 +33,7 @@ exports[`Dashboard template matches the default snapshot 1`] = `
<div
class="mb-2 pr-2 d-flex d-sm-block"
>
<gl-dropdown-stub
<gl-deprecated-dropdown-stub
class="flex-grow-1"
data-qa-selector="environments_dropdown"
id="monitor-environments-dropdown"
......@@ -44,15 +44,15 @@ exports[`Dashboard template matches the default snapshot 1`] = `
<div
class="d-flex flex-column overflow-hidden"
>
<gl-dropdown-header-stub
<gl-deprecated-dropdown-header-stub
class="monitor-environment-dropdown-header text-center"
>
Environment
</gl-dropdown-header-stub>
</gl-deprecated-dropdown-header-stub>
<gl-dropdown-divider-stub />
<gl-deprecated-dropdown-divider-stub />
<gl-search-box-by-type-stub
class="m-2"
......@@ -72,7 +72,7 @@ exports[`Dashboard template matches the default snapshot 1`] = `
</div>
</div>
</gl-dropdown-stub>
</gl-deprecated-dropdown-stub>
</div>
<div
......
......@@ -9,10 +9,10 @@ exports[`Code Coverage when fetching data is successful matches the snapshot 1`]
<!---->
<gl-dropdown-stub
<gl-deprecated-dropdown-stub
text="rspec"
>
<gl-dropdown-item-stub
<gl-deprecated-dropdown-item-stub
value="rspec"
>
<div
......@@ -32,8 +32,8 @@ exports[`Code Coverage when fetching data is successful matches the snapshot 1`]
</span>
</div>
</gl-dropdown-item-stub>
<gl-dropdown-item-stub
</gl-deprecated-dropdown-item-stub>
<gl-deprecated-dropdown-item-stub
value="cypress"
>
<div
......@@ -49,8 +49,8 @@ exports[`Code Coverage when fetching data is successful matches the snapshot 1`]
</span>
</div>
</gl-dropdown-item-stub>
<gl-dropdown-item-stub
</gl-deprecated-dropdown-item-stub>
<gl-deprecated-dropdown-item-stub
value="karma"
>
<div
......@@ -66,8 +66,8 @@ exports[`Code Coverage when fetching data is successful matches the snapshot 1`]
</span>
</div>
</gl-dropdown-item-stub>
</gl-dropdown-stub>
</gl-deprecated-dropdown-item-stub>
</gl-deprecated-dropdown-stub>
</div>
<gl-area-chart-stub
......
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`SplitButton renders actionItems 1`] = `
<gl-dropdown-stub
<gl-deprecated-dropdown-stub
menu-class="dropdown-menu-selectable "
split="true"
text="professor"
variant="secondary"
>
<gl-dropdown-item-stub
<gl-deprecated-dropdown-item-stub
active="true"
active-class="is-active"
>
......@@ -18,10 +18,10 @@ exports[`SplitButton renders actionItems 1`] = `
<div>
very symphonic
</div>
</gl-dropdown-item-stub>
</gl-deprecated-dropdown-item-stub>
<gl-dropdown-divider-stub />
<gl-dropdown-item-stub
<gl-deprecated-dropdown-divider-stub />
<gl-deprecated-dropdown-item-stub
active-class="is-active"
>
<strong>
......@@ -31,8 +31,8 @@ exports[`SplitButton renders actionItems 1`] = `
<div>
warp drive
</div>
</gl-dropdown-item-stub>
</gl-deprecated-dropdown-item-stub>
<!---->
</gl-dropdown-stub>
</gl-deprecated-dropdown-stub>
`;
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