Commit d0dbfdb7 authored by Paul Gascou-Vaillancourt's avatar Paul Gascou-Vaillancourt Committed by Paul Gascou-Vaillancourt

Update snapshots

parent 5b46a89a
...@@ -132,8 +132,8 @@ exports[`OnDemandScansScannerProfileSelector renders properly with profiles 1`] ...@@ -132,8 +132,8 @@ exports[`OnDemandScansScannerProfileSelector renders properly with profiles 1`]
> >
<svg <svg
aria-hidden="true" aria-hidden="true"
class="gl-icon s16 gl-new-dropdown-item-check-icon" class="gl-icon s16 gl-new-dropdown-item-check-icon gl-mt-3 gl-align-self-start"
data-testid="mobile-issue-close-icon" data-testid="dropdown-item-checkbox"
> >
<use <use
href="#mobile-issue-close" href="#mobile-issue-close"
...@@ -172,8 +172,8 @@ exports[`OnDemandScansScannerProfileSelector renders properly with profiles 1`] ...@@ -172,8 +172,8 @@ exports[`OnDemandScansScannerProfileSelector renders properly with profiles 1`]
> >
<svg <svg
aria-hidden="true" aria-hidden="true"
class="gl-icon s16 gl-new-dropdown-item-check-icon gl-visibility-hidden" class="gl-icon s16 gl-new-dropdown-item-check-icon gl-visibility-hidden gl-mt-3 gl-align-self-start"
data-testid="mobile-issue-close-icon" data-testid="dropdown-item-checkbox"
> >
<use <use
href="#mobile-issue-close" href="#mobile-issue-close"
......
...@@ -132,8 +132,8 @@ exports[`OnDemandScansSiteProfileSelector renders properly with profiles 1`] = ` ...@@ -132,8 +132,8 @@ exports[`OnDemandScansSiteProfileSelector renders properly with profiles 1`] = `
> >
<svg <svg
aria-hidden="true" aria-hidden="true"
class="gl-icon s16 gl-new-dropdown-item-check-icon" class="gl-icon s16 gl-new-dropdown-item-check-icon gl-mt-3 gl-align-self-start"
data-testid="mobile-issue-close-icon" data-testid="dropdown-item-checkbox"
> >
<use <use
href="#mobile-issue-close" href="#mobile-issue-close"
...@@ -172,8 +172,8 @@ exports[`OnDemandScansSiteProfileSelector renders properly with profiles 1`] = ` ...@@ -172,8 +172,8 @@ exports[`OnDemandScansSiteProfileSelector renders properly with profiles 1`] = `
> >
<svg <svg
aria-hidden="true" aria-hidden="true"
class="gl-icon s16 gl-new-dropdown-item-check-icon gl-visibility-hidden" class="gl-icon s16 gl-new-dropdown-item-check-icon gl-visibility-hidden gl-mt-3 gl-align-self-start"
data-testid="mobile-issue-close-icon" data-testid="dropdown-item-checkbox"
> >
<use <use
href="#mobile-issue-close" href="#mobile-issue-close"
......
...@@ -127,11 +127,12 @@ exports[`AlertsSettingsFormNew with default values renders the initial template ...@@ -127,11 +127,12 @@ exports[`AlertsSettingsFormNew with default values renders the initial template
<label <label
class="gl-display-flex gl-flex-direction-column gl-mb-0 gl-w-max-content gl-my-4 gl-font-weight-normal" class="gl-display-flex gl-flex-direction-column gl-mb-0 gl-w-max-content gl-my-4 gl-font-weight-normal"
> >
<div <span
class="gl-toggle-wrapper" class="gl-toggle-wrapper"
> >
<span <span
class="gl-toggle-label" class="gl-toggle-label"
data-testid="toggle-label"
> >
Active Active
</span> </span>
...@@ -141,6 +142,7 @@ exports[`AlertsSettingsFormNew with default values renders the initial template ...@@ -141,6 +142,7 @@ exports[`AlertsSettingsFormNew with default values renders the initial template
<button <button
aria-label="Active" aria-label="Active"
class="gl-toggle" class="gl-toggle"
role="switch"
type="button" type="button"
> >
<span <span
...@@ -157,7 +159,7 @@ exports[`AlertsSettingsFormNew with default values renders the initial template ...@@ -157,7 +159,7 @@ exports[`AlertsSettingsFormNew with default values renders the initial template
</svg> </svg>
</span> </span>
</button> </button>
</div> </span>
<!----> <!---->
</label> </label>
......
...@@ -60,8 +60,8 @@ exports[`Remove cluster confirmation modal renders splitbutton with modal includ ...@@ -60,8 +60,8 @@ exports[`Remove cluster confirmation modal renders splitbutton with modal includ
> >
<svg <svg
aria-hidden="true" aria-hidden="true"
class="gl-icon s16 gl-new-dropdown-item-check-icon" class="gl-icon s16 gl-new-dropdown-item-check-icon gl-mt-3 gl-align-self-start"
data-testid="mobile-issue-close-icon" data-testid="dropdown-item-checkbox"
> >
<use <use
href="#mobile-issue-close" href="#mobile-issue-close"
...@@ -115,8 +115,8 @@ exports[`Remove cluster confirmation modal renders splitbutton with modal includ ...@@ -115,8 +115,8 @@ exports[`Remove cluster confirmation modal renders splitbutton with modal includ
> >
<svg <svg
aria-hidden="true" aria-hidden="true"
class="gl-icon s16 gl-new-dropdown-item-check-icon gl-visibility-hidden" class="gl-icon s16 gl-new-dropdown-item-check-icon gl-visibility-hidden gl-mt-3 gl-align-self-start"
data-testid="mobile-issue-close-icon" data-testid="dropdown-item-checkbox"
> >
<use <use
href="#mobile-issue-close" href="#mobile-issue-close"
......
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