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