Commit bff3a296 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'gitlab-renovate-forks/gitlab-renovate/gitlab-uisvg' into 'master'

Gitlab renovate forks/gitlab renovate/gitlab uisvg

See merge request gitlab-org/gitlab!62315
parents 3443f46b 2771ca82
......@@ -219,7 +219,7 @@ RSpec.describe 'Admin::AuditLogs', :js do
click_link type
click_link name
find('button[type="button"]:not([name="clear"])').click
find('button[type="button"]:not([name="clear"]):not([aria-label="Close"]').click
end
wait_for_requests
......
......@@ -142,6 +142,7 @@ exports[`MergeRequestTable component template matches the snapshot 1`] = `
aria-hidden="true"
class="mr-2 gl-icon s16"
data-testid="clock-icon"
role="img"
>
<use
href="#clock"
......
......@@ -18,6 +18,7 @@ exports[`PathNavigation displays correctly loading is false matches the snapshot
aria-hidden="true"
class="gl-icon s32"
data-testid="chevron-left-icon"
role="img"
>
<use
href="#chevron-left"
......@@ -40,6 +41,7 @@ exports[`PathNavigation displays correctly loading is false matches the snapshot
aria-hidden="true"
class="gl-mr-2 gl-icon s16"
data-testid="gl-path-item-icon"
role="img"
>
<use
href="#home"
......@@ -407,6 +409,7 @@ exports[`PathNavigation displays correctly loading is false matches the snapshot
aria-hidden="true"
class="gl-icon s32"
data-testid="chevron-right-icon"
role="img"
>
<use
href="#chevron-right"
......
......@@ -106,6 +106,7 @@ exports[`Environment Header renders name and link to app matches the snapshot 1`
aria-hidden="true"
class="fgray gl-icon s16"
data-testid="external-link-icon"
role="img"
>
<use
href="#external-link"
......
......@@ -22,6 +22,7 @@ exports[`NodeDetailsSectionMain template node url section renders section correc
aria-hidden="true"
class="gl-ml-1 gl-icon s16"
data-testid="external-link-icon"
role="img"
>
<use
href="#external-link"
......
......@@ -68,6 +68,7 @@ exports[`OnDemandScansScannerProfileSelector renders properly with profiles 1`]
aria-hidden="true"
class="gl-button-icon dropdown-chevron gl-icon s16"
data-testid="chevron-down-icon"
role="img"
>
<use
href="#chevron-down"
......@@ -94,6 +95,7 @@ exports[`OnDemandScansScannerProfileSelector renders properly with profiles 1`]
aria-hidden="true"
class="gl-search-box-by-type-search-icon gl-icon s16"
data-testid="search-icon"
role="img"
>
<use
href="#search"
......@@ -134,6 +136,7 @@ exports[`OnDemandScansScannerProfileSelector renders properly with profiles 1`]
aria-hidden="true"
class="gl-icon s16 gl-new-dropdown-item-check-icon gl-mt-3 gl-align-self-start"
data-testid="dropdown-item-checkbox"
role="img"
>
<use
href="#mobile-issue-close"
......@@ -174,6 +177,7 @@ exports[`OnDemandScansScannerProfileSelector renders properly with profiles 1`]
aria-hidden="true"
class="gl-icon s16 gl-new-dropdown-item-check-icon gl-visibility-hidden gl-mt-3 gl-align-self-start"
data-testid="dropdown-item-checkbox"
role="img"
>
<use
href="#mobile-issue-close"
......@@ -302,6 +306,7 @@ exports[`OnDemandScansScannerProfileSelector renders properly with profiles 1`]
aria-hidden="true"
class="gl-button-icon gl-icon s16"
data-testid="pencil-icon"
role="img"
>
<use
href="#pencil"
......
......@@ -68,6 +68,7 @@ exports[`OnDemandScansSiteProfileSelector renders properly with profiles 1`] = `
aria-hidden="true"
class="gl-button-icon dropdown-chevron gl-icon s16"
data-testid="chevron-down-icon"
role="img"
>
<use
href="#chevron-down"
......@@ -94,6 +95,7 @@ exports[`OnDemandScansSiteProfileSelector renders properly with profiles 1`] = `
aria-hidden="true"
class="gl-search-box-by-type-search-icon gl-icon s16"
data-testid="search-icon"
role="img"
>
<use
href="#search"
......@@ -134,6 +136,7 @@ exports[`OnDemandScansSiteProfileSelector renders properly with profiles 1`] = `
aria-hidden="true"
class="gl-icon s16 gl-new-dropdown-item-check-icon gl-mt-3 gl-align-self-start"
data-testid="dropdown-item-checkbox"
role="img"
>
<use
href="#mobile-issue-close"
......@@ -174,6 +177,7 @@ exports[`OnDemandScansSiteProfileSelector renders properly with profiles 1`] = `
aria-hidden="true"
class="gl-icon s16 gl-new-dropdown-item-check-icon gl-visibility-hidden gl-mt-3 gl-align-self-start"
data-testid="dropdown-item-checkbox"
role="img"
>
<use
href="#mobile-issue-close"
......@@ -302,6 +306,7 @@ exports[`OnDemandScansSiteProfileSelector renders properly with profiles 1`] = `
aria-hidden="true"
class="gl-button-icon gl-icon s16"
data-testid="pencil-icon"
role="img"
>
<use
href="#pencil"
......
......@@ -35,6 +35,7 @@ exports[`RotationsListSectionComponent when the timeframe includes today renders
aria-hidden="true"
class="gl-button-icon gl-icon s16"
data-testid="pencil-icon"
role="img"
>
<use
href="#pencil"
......@@ -56,6 +57,7 @@ exports[`RotationsListSectionComponent when the timeframe includes today renders
aria-hidden="true"
class="gl-button-icon gl-icon s16"
data-testid="remove-icon"
role="img"
>
<use
href="#remove"
......
......@@ -44,6 +44,7 @@ exports[`UnscannedProjects component header matches the snapshot when the "helpP
aria-hidden="true"
class="align-top gl-icon s12"
data-testid="question-icon"
role="img"
>
<use
href="#question"
......
......@@ -11,6 +11,7 @@ exports[`Event Item with action buttons renders the action buttons 1`] = `
aria-hidden="true"
class="gl-icon s16"
data-testid="plus-icon"
role="img"
>
<use
href="#plus"
......@@ -92,6 +93,7 @@ exports[`Event Item with action buttons renders the action buttons 1`] = `
aria-hidden="true"
class="gl-button-icon gl-icon s16"
data-testid="pencil-icon"
role="img"
>
<use
href="#pencil"
......@@ -112,6 +114,7 @@ exports[`Event Item with action buttons renders the action buttons 1`] = `
aria-hidden="true"
class="gl-button-icon gl-icon s16"
data-testid="remove-icon"
role="img"
>
<use
href="#remove"
......
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`BoardBlockedIcon on mouseenter on blocked icon with more than three blocking issues matches the snapshot 1`] = `
"<div class=\\"gl-display-inline\\"><svg data-testid=\\"issue-blocked-icon\\" aria-hidden=\\"true\\" class=\\"issue-blocked-icon gl-mr-2 gl-cursor-pointer gl-icon s16\\" id=\\"blocked-icon-uniqueId\\">
"<div class=\\"gl-display-inline\\"><svg data-testid=\\"issue-blocked-icon\\" role=\\"img\\" aria-hidden=\\"true\\" class=\\"issue-blocked-icon gl-mr-2 gl-cursor-pointer gl-icon s16\\" id=\\"blocked-icon-uniqueId\\">
<use href=\\"#issue-block\\"></use>
</svg>
<div class=\\"gl-popover\\">
......
......@@ -62,6 +62,7 @@ exports[`Remove cluster confirmation modal renders splitbutton with modal includ
aria-hidden="true"
class="gl-icon s16 gl-new-dropdown-item-check-icon gl-mt-3 gl-align-self-start"
data-testid="dropdown-item-checkbox"
role="img"
>
<use
href="#mobile-issue-close"
......@@ -117,6 +118,7 @@ exports[`Remove cluster confirmation modal renders splitbutton with modal includ
aria-hidden="true"
class="gl-icon s16 gl-new-dropdown-item-check-icon gl-visibility-hidden gl-mt-3 gl-align-self-start"
data-testid="dropdown-item-checkbox"
role="img"
>
<use
href="#mobile-issue-close"
......
......@@ -73,6 +73,7 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
aria-label="Will be mapped to"
class="gl-icon s16"
data-testid="arrow-right-icon"
role="img"
>
<use
href="#arrow-right"
......@@ -109,6 +110,7 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
aria-hidden="true"
class="gl-button-icon dropdown-chevron gl-icon s16"
data-testid="chevron-down-icon"
role="img"
>
<use
href="#chevron-down"
......@@ -135,6 +137,7 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
aria-hidden="true"
class="gl-search-box-by-type-search-icon gl-icon s16"
data-testid="search-icon"
role="img"
>
<use
href="#search"
......@@ -198,6 +201,7 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
aria-label="Will be mapped to"
class="gl-icon s16"
data-testid="arrow-right-icon"
role="img"
>
<use
href="#arrow-right"
......@@ -234,6 +238,7 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
aria-hidden="true"
class="gl-button-icon dropdown-chevron gl-icon s16"
data-testid="chevron-down-icon"
role="img"
>
<use
href="#chevron-down"
......@@ -260,6 +265,7 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
aria-hidden="true"
class="gl-search-box-by-type-search-icon gl-icon s16"
data-testid="search-icon"
role="img"
>
<use
href="#search"
......
......@@ -92,6 +92,7 @@ exports[`Learn GitLab Design A renders correctly 1`] = `
aria-hidden="true"
class="gl-icon s16"
data-testid="completed-icon"
role="img"
>
<use
href="#check-circle-filled"
......@@ -114,6 +115,7 @@ exports[`Learn GitLab Design A renders correctly 1`] = `
aria-hidden="true"
class="gl-icon s16"
data-testid="completed-icon"
role="img"
>
<use
href="#check-circle-filled"
......
......@@ -81,6 +81,7 @@ exports[`Learn GitLab Design B renders correctly 1`] = `
aria-hidden="true"
class="gl-text-green-500 gl-icon s16"
data-testid="completed-icon"
role="img"
>
<use
href="#check-circle-filled"
......@@ -142,6 +143,7 @@ exports[`Learn GitLab Design B renders correctly 1`] = `
aria-hidden="true"
class="gl-text-green-500 gl-icon s16"
data-testid="completed-icon"
role="img"
>
<use
href="#check-circle-filled"
......
......@@ -26,6 +26,7 @@ exports[`Registry Breadcrumb when is not rootRoute renders 1`] = `
aria-hidden="true"
class="gl-icon s8"
data-testid="angle-right-icon"
role="img"
>
<use
href="#angle-right"
......
......@@ -238,6 +238,7 @@ exports[`vue_shared/components/awards_list default matches snapshot 1`] = `
aria-hidden="true"
class="gl-icon s16"
data-testid="slight-smile-icon"
role="img"
>
<use
href="#slight-smile"
......@@ -252,6 +253,7 @@ exports[`vue_shared/components/awards_list default matches snapshot 1`] = `
aria-hidden="true"
class="gl-icon s16"
data-testid="smiley-icon"
role="img"
>
<use
href="#smiley"
......@@ -266,6 +268,7 @@ exports[`vue_shared/components/awards_list default matches snapshot 1`] = `
aria-hidden="true"
class="gl-icon s16"
data-testid="smile-icon"
role="img"
>
<use
href="#smile"
......
......@@ -14,6 +14,7 @@ exports[`Expand button on click when short text is provided renders button after
aria-hidden="true"
class="gl-button-icon gl-icon s16"
data-testid="ellipsis_h-icon"
role="img"
>
<use
href="#ellipsis_h"
......@@ -43,6 +44,7 @@ exports[`Expand button on click when short text is provided renders button after
aria-hidden="true"
class="gl-button-icon gl-icon s16"
data-testid="ellipsis_h-icon"
role="img"
>
<use
href="#ellipsis_h"
......@@ -67,6 +69,7 @@ exports[`Expand button when short text is provided renders button before text 1`
aria-hidden="true"
class="gl-button-icon gl-icon s16"
data-testid="ellipsis_h-icon"
role="img"
>
<use
href="#ellipsis_h"
......@@ -96,6 +99,7 @@ exports[`Expand button when short text is provided renders button before text 1`
aria-hidden="true"
class="gl-button-icon gl-icon s16"
data-testid="ellipsis_h-icon"
role="img"
>
<use
href="#ellipsis_h"
......
......@@ -59,6 +59,7 @@ exports[`Package code instruction single line to match the default snapshot 1`]
aria-hidden="true"
class="gl-button-icon gl-icon s16"
data-testid="copy-to-clipboard-icon"
role="img"
>
<use
href="#copy-to-clipboard"
......
......@@ -908,10 +908,10 @@
resolved "https://registry.yarnpkg.com/@gitlab/tributejs/-/tributejs-1.0.0.tgz#672befa222aeffc83e7d799b0500a7a4418e59b8"
integrity sha512-nmKw1+hB6MHvlmPz63yPwVs1qQkycHwsKgxpEbzmky16Y6mL4EJMk3w1b8QlOAF/AIAzjCERPhe/R4MJiohbZw==
"@gitlab/ui@29.28.0":
version "29.28.0"
resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-29.28.0.tgz#3444f6d26114f503d78b85fca67b5cc340a4a667"
integrity sha512-7jHqbnEy3P5J/G0/b+Nu+iw8XSOyTWLvyOEtNdFpBras1RxCE3C4AnPyGT7jei+WafTQN2Vzxz8VIgAxZ6PPvg==
"@gitlab/ui@29.29.2":
version "29.29.2"
resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-29.29.2.tgz#2e48879c78c013d24d30091a79341af1709c7e52"
integrity sha512-WHlOyiFL3iSgaB7F08qyMijMFulFLOXrOaJXDsQob+mum9TASgSsGWos/bWLNY48nK+udMKTjlq/I8zBHmPctw==
dependencies:
"@babel/standalone" "^7.0.0"
"@gitlab/vue-toasted" "^1.3.0"
......
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