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
5f5b62d0
Commit
5f5b62d0
authored
Oct 29, 2020
by
Paul Gascou-Vaillancourt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update on-demand scans profile selector snapshots
parent
280aec13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
18 deletions
+12
-18
ee/spec/frontend/on_demand_scans/components/profile_selector/__snapshots__/site_profile_selector_spec.js.snap
...selector/__snapshots__/site_profile_selector_spec.js.snap
+12
-18
No files found.
ee/spec/frontend/on_demand_scans/components/profile_selector/__snapshots__/site_profile_selector_spec.js.snap
View file @
5f5b62d0
...
...
@@ -2,13 +2,12 @@
exports[`OnDemandScansSiteProfileSelector renders properly with profiles 1`] = `
<div
class="card"
class="
gl-
card"
data-foo="bar"
value="gid://gitlab/DastSiteProfile/1"
>
<!---->
<div
class="card-header"
class="
gl-
card-header"
>
<div
class="row"
...
...
@@ -46,12 +45,11 @@ exports[`OnDemandScansSiteProfileSelector renders properly with profiles 1`] = `
</div>
</div>
</div>
<div
class="card-body"
class="
gl-
card-body"
>
<!---->
<!---->
<fieldset
class="form-group gl-form-group"
>
...
...
@@ -222,21 +220,19 @@ exports[`OnDemandScansSiteProfileSelector renders properly with profiles 1`] = `
<!---->
</div>
</fieldset>
</div>
<!---->
<!---->
</div>
`;
exports[`OnDemandScansSiteProfileSelector renders properly without profiles 1`] = `
<div
class="card"
class="
gl-
card"
data-foo="bar"
>
<!---->
<div
class="card-header"
class="
gl-
card-header"
>
<div
class="row"
...
...
@@ -275,12 +271,11 @@ exports[`OnDemandScansSiteProfileSelector renders properly without profiles 1`]
</div>
</div>
</div>
<div
class="card-body"
class="
gl-
card-body"
>
<!---->
<!---->
<p
class="gl-text-gray-700"
>
...
...
@@ -302,9 +297,8 @@ exports[`OnDemandScansSiteProfileSelector renders properly without profiles 1`]
Create a new site profile
</span>
</a>
</div>
<!---->
<!---->
</div>
`;
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