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
d0dbfdb7
Commit
d0dbfdb7
authored
Feb 04, 2021
by
Paul Gascou-Vaillancourt
Committed by
Paul Gascou-Vaillancourt
Feb 04, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update snapshots
parent
5b46a89a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
14 deletions
+16
-14
ee/spec/frontend/on_demand_scans/components/profile_selector/__snapshots__/scanner_profile_selector_spec.js.snap
...ector/__snapshots__/scanner_profile_selector_spec.js.snap
+4
-4
ee/spec/frontend/on_demand_scans/components/profile_selector/__snapshots__/site_profile_selector_spec.js.snap
...selector/__snapshots__/site_profile_selector_spec.js.snap
+4
-4
spec/frontend/alerts_settings/components/__snapshots__/alerts_settings_form_spec.js.snap
...omponents/__snapshots__/alerts_settings_form_spec.js.snap
+4
-2
spec/frontend/clusters/components/__snapshots__/remove_cluster_confirmation_spec.js.snap
...ts/__snapshots__/remove_cluster_confirmation_spec.js.snap
+4
-4
No files found.
ee/spec/frontend/on_demand_scans/components/profile_selector/__snapshots__/scanner_profile_selector_spec.js.snap
View file @
d0dbfdb7
...
@@ -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"
...
...
ee/spec/frontend/on_demand_scans/components/profile_selector/__snapshots__/site_profile_selector_spec.js.snap
View file @
d0dbfdb7
...
@@ -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"
...
...
spec/frontend/alerts_settings/components/__snapshots__/alerts_settings_form_spec.js.snap
View file @
d0dbfdb7
...
@@ -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>
...
...
spec/frontend/clusters/components/__snapshots__/remove_cluster_confirmation_spec.js.snap
View file @
d0dbfdb7
...
@@ -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"
...
...
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