Commit bcc3516f authored by Lukas Eipert's avatar Lukas Eipert

Update jest snapshots

This updates jest snapshots caused by the GitLab UI upgrade
parent 6964616f
......@@ -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"
......
......@@ -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"
......
......@@ -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"
......
......@@ -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>
......
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