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
d27cd0e7
Commit
d27cd0e7
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
Use .element for snapshot test
parent
5c5650e9
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
351 additions
and
45 deletions
+351
-45
spec/frontend/alerts_settings/components/__snapshots__/alerts_settings_form_spec.js.snap
...omponents/__snapshots__/alerts_settings_form_spec.js.snap
+350
-44
spec/frontend/alerts_settings/components/alerts_settings_form_spec.js
...d/alerts_settings/components/alerts_settings_form_spec.js
+1
-1
No files found.
spec/frontend/alerts_settings/components/__snapshots__/alerts_settings_form_spec.js.snap
View file @
d27cd0e7
This diff is collapsed.
Click to expand it.
spec/frontend/alerts_settings/components/alerts_settings_form_spec.js
View file @
d27cd0e7
...
@@ -81,7 +81,7 @@ describe('AlertsSettingsFormNew', () => {
...
@@ -81,7 +81,7 @@ describe('AlertsSettingsFormNew', () => {
});
});
it
(
'
renders the initial template
'
,
()
=>
{
it
(
'
renders the initial template
'
,
()
=>
{
expect
(
wrapper
.
html
()
).
toMatchSnapshot
();
expect
(
wrapper
.
element
).
toMatchSnapshot
();
});
});
it
(
'
render the initial form with only an integration type dropdown
'
,
()
=>
{
it
(
'
render the initial form with only an integration type dropdown
'
,
()
=>
{
...
...
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