Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b5f5ff3d
Commit
b5f5ff3d
authored
Sep 17, 2021
by
Olena Horal-Koretska
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update failing snapshots
parent
6adc4a10
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
129 additions
and
10 deletions
+129
-10
ee/spec/frontend/analytics/cycle_analytics/components/__snapshots__/labels_selector_spec.js.snap
...ics/components/__snapshots__/labels_selector_spec.js.snap
+2
-2
ee/spec/frontend/analytics/productivity_analytics/components/__snapshots__/metric_chart_spec.js.snap
...lytics/components/__snapshots__/metric_chart_spec.js.snap
+3
-0
ee/spec/frontend/analytics/productivity_analytics/components/__snapshots__/mr_table_spec.js.snap
..._analytics/components/__snapshots__/mr_table_spec.js.snap
+3
-0
ee/spec/frontend/environments_dashboard/components/__snapshots__/project_header_spec.js.snap
...oard/components/__snapshots__/project_header_spec.js.snap
+3
-0
ee/spec/frontend/on_demand_scans/components/profile_selector/__snapshots__/scanner_profile_selector_spec.js.snap
...ector/__snapshots__/scanner_profile_selector_spec.js.snap
+17
-2
ee/spec/frontend/on_demand_scans/components/profile_selector/__snapshots__/site_profile_selector_spec.js.snap
...selector/__snapshots__/site_profile_selector_spec.js.snap
+17
-2
ee/spec/frontend/sidebar/components/__snapshots__/iteration_dropdown_spec.js.snap
.../components/__snapshots__/iteration_dropdown_spec.js.snap
+3
-0
spec/frontend/alerts_settings/components/__snapshots__/alerts_form_spec.js.snap
...ettings/components/__snapshots__/alerts_form_spec.js.snap
+3
-0
spec/frontend/clusters/components/__snapshots__/remove_cluster_confirmation_spec.js.snap
...ts/__snapshots__/remove_cluster_confirmation_spec.js.snap
+17
-1
spec/frontend/content_editor/components/__snapshots__/toolbar_link_button_spec.js.snap
...components/__snapshots__/toolbar_link_button_spec.js.snap
+9
-1
spec/frontend/design_management/components/upload/__snapshots__/design_version_dropdown_spec.js.snap
...upload/__snapshots__/design_version_dropdown_spec.js.snap
+6
-0
spec/frontend/jira_import/components/__snapshots__/jira_import_form_spec.js.snap
...rt/components/__snapshots__/jira_import_form_spec.js.snap
+34
-2
spec/frontend/monitoring/components/__snapshots__/dashboard_template_spec.js.snap
.../components/__snapshots__/dashboard_template_spec.js.snap
+3
-0
spec/frontend/pages/projects/graphs/__snapshots__/code_coverage_spec.js.snap
.../projects/graphs/__snapshots__/code_coverage_spec.js.snap
+3
-0
spec/frontend/vue_shared/components/__snapshots__/clone_dropdown_spec.js.snap
...ared/components/__snapshots__/clone_dropdown_spec.js.snap
+3
-0
spec/frontend/vue_shared/components/__snapshots__/split_button_spec.js.snap
...shared/components/__snapshots__/split_button_spec.js.snap
+3
-0
No files found.
ee/spec/frontend/analytics/cycle_analytics/components/__snapshots__/labels_selector_spec.js.snap
View file @
b5f5ff3d
// 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\\" clearalltext=\\"Clear all\\" 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=\\"\\"
showhighlighteditemstitle=\\"true\\" highlighteditemstitle=\\"Selected\\" highlighteditemstitleclass=\\"gl-px-5\\"
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\\" clearalltext=\\"Clear all\\" 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=\\"\\"
showhighlighteditemstitle=\\"true\\" highlighteditemstitle=\\"Selected\\" highlighteditemstitleclass=\\"gl-px-5\\"
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>
...
...
ee/spec/frontend/analytics/productivity_analytics/components/__snapshots__/metric_chart_spec.js.snap
View file @
b5f5ff3d
...
...
@@ -28,7 +28,10 @@ exports[`MetricChart component template when isLoading is false and chartData is
clearalltext="Clear all"
headertext=""
hideheaderborder="true"
highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5"
menu-class="w-100 mw-100"
showhighlighteditemstitle="true"
size="medium"
text="Please select a metric"
toggleclass="dropdown-menu-toggle w-100"
...
...
ee/spec/frontend/analytics/productivity_analytics/components/__snapshots__/mr_table_spec.js.snap
View file @
b5f5ff3d
...
...
@@ -42,7 +42,10 @@ exports[`MergeRequestTable component matches the snapshot 1`] = `
clearalltext="Clear all"
headertext=""
hideheaderborder="true"
highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5"
menu-class="w-100 mw-100"
showhighlighteditemstitle="true"
size="medium"
text="Time from first comment to last commit"
toggleclass="dropdown-menu-toggle w-100"
...
...
ee/spec/frontend/environments_dashboard/components/__snapshots__/project_header_spec.js.snap
View file @
b5f5ff3d
...
...
@@ -55,7 +55,10 @@ exports[`Project Header matches the snapshot 1`] = `
clearalltext="Clear all"
headertext=""
hideheaderborder="true"
highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5"
right="true"
showhighlighteditemstitle="true"
size="medium"
text=""
toggleclass="js-more-actions-toggle gl-display-flex gl-align-items-center gl-px-3! gl-bg-transparent gl-shadow-none!"
...
...
ee/spec/frontend/on_demand_scans/components/profile_selector/__snapshots__/scanner_profile_selector_spec.js.snap
View file @
b5f5ff3d
...
...
@@ -120,12 +120,27 @@ exports[`OnDemandScansScannerProfileSelector renders properly with profiles 1`]
</div>
</div>
<!---->
<div
class="gl-display-flex gl-flex-direction-row gl-justify-content-space-between gl-align-items-center gl-px-5"
>
<div
class="gl-display-flex"
>
<!---->
</div>
<div
class="gl-display-flex"
>
<!---->
</div>
</div>
<div
class="gl-new-dropdown-contents"
>
<!---->
<li
class="gl-new-dropdown-item"
role="presentation"
...
...
ee/spec/frontend/on_demand_scans/components/profile_selector/__snapshots__/site_profile_selector_spec.js.snap
View file @
b5f5ff3d
...
...
@@ -120,12 +120,27 @@ exports[`OnDemandScansSiteProfileSelector renders properly with profiles 1`] = `
</div>
</div>
<!---->
<div
class="gl-display-flex gl-flex-direction-row gl-justify-content-space-between gl-align-items-center gl-px-5"
>
<div
class="gl-display-flex"
>
<!---->
</div>
<div
class="gl-display-flex"
>
<!---->
</div>
</div>
<div
class="gl-new-dropdown-contents"
>
<!---->
<li
class="gl-new-dropdown-item"
role="presentation"
...
...
ee/spec/frontend/sidebar/components/__snapshots__/iteration_dropdown_spec.js.snap
View file @
b5f5ff3d
...
...
@@ -7,6 +7,9 @@ exports[`IterationDropdown default shows gl-dropdown 1`] = `
clearalltext="Clear all"
headertext=""
hideheaderborder="true"
highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5"
showhighlighteditemstitle="true"
size="medium"
text="Select iteration"
variant="default"
...
...
spec/frontend/alerts_settings/components/__snapshots__/alerts_form_spec.js.snap
View file @
b5f5ff3d
...
...
@@ -55,7 +55,10 @@ exports[`Alert integration settings form default state should match the default
data-qa-selector="incident_templates_dropdown"
headertext=""
hideheaderborder="true"
highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5"
id="alert-integration-settings-issue-template"
showhighlighteditemstitle="true"
size="medium"
text="selecte_tmpl"
variant="default"
...
...
spec/frontend/clusters/components/__snapshots__/remove_cluster_confirmation_spec.js.snap
View file @
b5f5ff3d
...
...
@@ -46,11 +46,27 @@ exports[`Remove cluster confirmation modal renders splitbutton with modal includ
>
<!---->
<!---->
<div
class="gl-display-flex gl-flex-direction-row gl-justify-content-space-between gl-align-items-center gl-px-5"
>
<div
class="gl-display-flex"
>
<!---->
</div>
<div
class="gl-display-flex"
>
<!---->
</div>
</div>
<div
class="gl-new-dropdown-contents"
>
<!---->
<li
class="gl-new-dropdown-item"
role="presentation"
...
...
spec/frontend/content_editor/components/__snapshots__/toolbar_link_button_spec.js.snap
View file @
b5f5ff3d
...
...
@@ -11,8 +11,16 @@ exports[`content_editor/components/toolbar_link_button renders dropdown componen
<ul role=\\"menu\\" tabindex=\\"-1\\" class=\\"dropdown-menu\\">
<div class=\\"gl-new-dropdown-inner\\">
<!---->
<!---->
<div class=\\"gl-display-flex gl-flex-direction-row gl-justify-content-space-between gl-align-items-center gl-px-5\\">
<div class=\\"gl-display-flex\\">
<!---->
</div>
<div class=\\"gl-display-flex\\">
<!---->
</div>
</div>
<div class=\\"gl-new-dropdown-contents\\">
<!---->
<li role=\\"presentation\\" class=\\"gl-px-3!\\">
<form tabindex=\\"-1\\" class=\\"b-dropdown-form gl-p-0\\">
<div placeholder=\\"Link URL\\">
...
...
spec/frontend/design_management/components/upload/__snapshots__/design_version_dropdown_spec.js.snap
View file @
b5f5ff3d
...
...
@@ -6,8 +6,11 @@ exports[`Design management design version dropdown component renders design vers
clearalltext="Clear all"
headertext=""
hideheaderborder="true"
highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5"
issueiid=""
projectpath=""
showhighlighteditemstitle="true"
size="small"
text="Showing latest version"
variant="default"
...
...
@@ -84,8 +87,11 @@ exports[`Design management design version dropdown component renders design vers
clearalltext="Clear all"
headertext=""
hideheaderborder="true"
highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5"
issueiid=""
projectpath=""
showhighlighteditemstitle="true"
size="small"
text="Showing latest version"
variant="default"
...
...
spec/frontend/jira_import/components/__snapshots__/jira_import_form_spec.js.snap
View file @
b5f5ff3d
...
...
@@ -127,11 +127,27 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
>
<!---->
<!---->
<div
class="gl-display-flex gl-flex-direction-row gl-justify-content-space-between gl-align-items-center gl-px-5"
>
<div
class="gl-display-flex"
>
<!---->
</div>
<div
class="gl-display-flex"
>
<!---->
</div>
</div>
<div
class="gl-new-dropdown-contents"
>
<!---->
<div
class="gl-search-box-by-type"
>
...
...
@@ -256,11 +272,27 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
>
<!---->
<!---->
<div
class="gl-display-flex gl-flex-direction-row gl-justify-content-space-between gl-align-items-center gl-px-5"
>
<div
class="gl-display-flex"
>
<!---->
</div>
<div
class="gl-display-flex"
>
<!---->
</div>
</div>
<div
class="gl-new-dropdown-contents"
>
<!---->
<div
class="gl-search-box-by-type"
>
...
...
spec/frontend/monitoring/components/__snapshots__/dashboard_template_spec.js.snap
View file @
b5f5ff3d
...
...
@@ -40,8 +40,11 @@ exports[`Dashboard template matches the default snapshot 1`] = `
data-qa-selector="environments_dropdown"
headertext=""
hideheaderborder="true"
highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5"
id="monitor-environments-dropdown"
menu-class="monitor-environment-dropdown-menu"
showhighlighteditemstitle="true"
size="medium"
text="production"
toggleclass="dropdown-menu-toggle"
...
...
spec/frontend/pages/projects/graphs/__snapshots__/code_coverage_spec.js.snap
View file @
b5f5ff3d
...
...
@@ -14,6 +14,9 @@ exports[`Code Coverage when fetching data is successful matches the snapshot 1`]
clearalltext="Clear all"
headertext=""
hideheaderborder="true"
highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5"
showhighlighteditemstitle="true"
size="medium"
text="rspec"
variant="default"
...
...
spec/frontend/vue_shared/components/__snapshots__/clone_dropdown_spec.js.snap
View file @
b5f5ff3d
...
...
@@ -6,7 +6,10 @@ exports[`Clone Dropdown Button rendering matches the snapshot 1`] = `
clearalltext="Clear all"
headertext=""
hideheaderborder="true"
highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5"
right="true"
showhighlighteditemstitle="true"
size="medium"
text="Clone"
variant="info"
...
...
spec/frontend/vue_shared/components/__snapshots__/split_button_spec.js.snap
View file @
b5f5ff3d
...
...
@@ -6,7 +6,10 @@ exports[`SplitButton renders actionItems 1`] = `
clearalltext="Clear all"
headertext=""
hideheaderborder="true"
highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5"
menu-class=""
showhighlighteditemstitle="true"
size="medium"
split="true"
text="professor"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment