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`] = ` ...@@ -126,6 +126,7 @@ exports[`MergeRequestTable component template matches the snapshot 1`] = `
> >
<svg <svg
class="mr-2 gl-icon s16" class="mr-2 gl-icon s16"
data-testid="clock-icon"
> >
<use <use
href="#clock" href="#clock"
......
...@@ -20,6 +20,7 @@ exports[`NodeDetailsSectionMain template node url section renders section correc ...@@ -20,6 +20,7 @@ exports[`NodeDetailsSectionMain template node url section renders section correc
http://127.0.0.1:3001/ http://127.0.0.1:3001/
<svg <svg
class="gl-ml-1 gl-icon s16" class="gl-ml-1 gl-icon s16"
data-testid="external-link-icon"
> >
<use <use
href="#external-link" href="#external-link"
......
...@@ -34,6 +34,7 @@ exports[`Package code instruction single line to match the default snapshot 1`] ...@@ -34,6 +34,7 @@ exports[`Package code instruction single line to match the default snapshot 1`]
<svg <svg
class="gl-icon s16" class="gl-icon s16"
data-testid="copy-to-clipboard-icon"
> >
<use <use
href="#copy-to-clipboard" href="#copy-to-clipboard"
......
...@@ -66,6 +66,7 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] = ...@@ -66,6 +66,7 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
<svg <svg
aria-label="Will be mapped to" aria-label="Will be mapped to"
class="gl-icon s16" class="gl-icon s16"
data-testid="arrow-right-icon"
> >
<use <use
href="#arrow-right" href="#arrow-right"
...@@ -98,6 +99,7 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] = ...@@ -98,6 +99,7 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
<svg <svg
class="dropdown-chevron gl-icon s16" class="dropdown-chevron gl-icon s16"
data-testid="chevron-down-icon"
> >
<use <use
href="#chevron-down" href="#chevron-down"
...@@ -116,6 +118,7 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] = ...@@ -116,6 +118,7 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
> >
<svg <svg
class="gl-search-box-by-type-search-icon gl-icon s16" class="gl-search-box-by-type-search-icon gl-icon s16"
data-testid="search-icon"
> >
<use <use
href="#search" href="#search"
...@@ -134,21 +137,7 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] = ...@@ -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>
</div> </div>
...@@ -188,6 +177,7 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] = ...@@ -188,6 +177,7 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
<svg <svg
aria-label="Will be mapped to" aria-label="Will be mapped to"
class="gl-icon s16" class="gl-icon s16"
data-testid="arrow-right-icon"
> >
<use <use
href="#arrow-right" href="#arrow-right"
...@@ -220,6 +210,7 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] = ...@@ -220,6 +210,7 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
<svg <svg
class="dropdown-chevron gl-icon s16" class="dropdown-chevron gl-icon s16"
data-testid="chevron-down-icon"
> >
<use <use
href="#chevron-down" href="#chevron-down"
...@@ -238,6 +229,7 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] = ...@@ -238,6 +229,7 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
> >
<svg <svg
class="gl-search-box-by-type-search-icon gl-icon s16" class="gl-search-box-by-type-search-icon gl-icon s16"
data-testid="search-icon"
> >
<use <use
href="#search" href="#search"
...@@ -256,21 +248,7 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] = ...@@ -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>
</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