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
bcc3516f
Commit
bcc3516f
authored
Jul 16, 2020
by
Lukas Eipert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update jest snapshots
This updates jest snapshots caused by the GitLab UI upgrade
parent
6964616f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
30 deletions
+11
-30
ee/spec/frontend/analytics/code_review_analytics/components/__snapshots__/merge_request_table_spec.js.snap
...components/__snapshots__/merge_request_table_spec.js.snap
+1
-0
ee/spec/frontend/geo_nodes/components/node_detail_sections/__snapshots__/node_details_section_main_spec.js.snap
...ions/__snapshots__/node_details_section_main_spec.js.snap
+1
-0
ee/spec/frontend/packages/details/components/__snapshots__/code_instruction_spec.js.snap
...ls/components/__snapshots__/code_instruction_spec.js.snap
+1
-0
spec/frontend/jira_import/components/__snapshots__/jira_import_form_spec.js.snap
...rt/components/__snapshots__/jira_import_form_spec.js.snap
+8
-30
No files found.
ee/spec/frontend/analytics/code_review_analytics/components/__snapshots__/merge_request_table_spec.js.snap
View file @
bcc3516f
...
...
@@ -126,6 +126,7 @@ exports[`MergeRequestTable component template matches the snapshot 1`] = `
>
<svg
class="mr-2 gl-icon s16"
data-testid="clock-icon"
>
<use
href="#clock"
...
...
ee/spec/frontend/geo_nodes/components/node_detail_sections/__snapshots__/node_details_section_main_spec.js.snap
View file @
bcc3516f
...
...
@@ -20,6 +20,7 @@ exports[`NodeDetailsSectionMain template node url section renders section correc
http://127.0.0.1:3001/
<svg
class="gl-ml-1 gl-icon s16"
data-testid="external-link-icon"
>
<use
href="#external-link"
...
...
ee/spec/frontend/packages/details/components/__snapshots__/code_instruction_spec.js.snap
View file @
bcc3516f
...
...
@@ -34,6 +34,7 @@ exports[`Package code instruction single line to match the default snapshot 1`]
<svg
class="gl-icon s16"
data-testid="copy-to-clipboard-icon"
>
<use
href="#copy-to-clipboard"
...
...
spec/frontend/jira_import/components/__snapshots__/jira_import_form_spec.js.snap
View file @
bcc3516f
...
...
@@ -66,6 +66,7 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
<svg
aria-label="Will be mapped to"
class="gl-icon s16"
data-testid="arrow-right-icon"
>
<use
href="#arrow-right"
...
...
@@ -98,6 +99,7 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
<svg
class="dropdown-chevron gl-icon s16"
data-testid="chevron-down-icon"
>
<use
href="#chevron-down"
...
...
@@ -116,6 +118,7 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
>
<svg
class="gl-search-box-by-type-search-icon gl-icon s16"
data-testid="search-icon"
>
<use
href="#search"
...
...
@@ -134,21 +137,7 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
>
<!---->
<button
aria-hidden="true"
class="gl-clear-icon-button gl-search-box-by-type-clear gl-clear-icon-button"
name="clear"
style="display: none;"
title="Clear"
>
<svg
class="gl-icon s16"
>
<use
href="#clear"
/>
</svg>
</button>
<!---->
</div>
</div>
...
...
@@ -188,6 +177,7 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
<svg
aria-label="Will be mapped to"
class="gl-icon s16"
data-testid="arrow-right-icon"
>
<use
href="#arrow-right"
...
...
@@ -220,6 +210,7 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
<svg
class="dropdown-chevron gl-icon s16"
data-testid="chevron-down-icon"
>
<use
href="#chevron-down"
...
...
@@ -238,6 +229,7 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
>
<svg
class="gl-search-box-by-type-search-icon gl-icon s16"
data-testid="search-icon"
>
<use
href="#search"
...
...
@@ -256,21 +248,7 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
>
<!---->
<button
aria-hidden="true"
class="gl-clear-icon-button gl-search-box-by-type-clear gl-clear-icon-button"
name="clear"
style="display: none;"
title="Clear"
>
<svg
class="gl-icon s16"
>
<use
href="#clear"
/>
</svg>
</button>
<!---->
</div>
</div>
...
...
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