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
2d843478
Commit
2d843478
authored
Aug 13, 2020
by
Vitaly Slobodin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare tag_field_new_spec for Jest 26
parent
42f472da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
spec/frontend/releases/components/tag_field_new_spec.js
spec/frontend/releases/components/tag_field_new_spec.js
+2
-2
No files found.
spec/frontend/releases/components/tag_field_new_spec.js
View file @
2d843478
...
...
@@ -55,7 +55,7 @@ describe('releases/components/tag_field_new', () => {
describe
(
'
"Tag name" field
'
,
()
=>
{
describe
(
'
rendering and behavior
'
,
()
=>
{
beforeEach
(
createComponent
);
beforeEach
(
()
=>
createComponent
()
);
it
(
'
renders a label
'
,
()
=>
{
expect
(
findTagNameFormGroup
().
attributes
().
label
).
toBe
(
'
Tag name
'
);
...
...
@@ -124,7 +124,7 @@ describe('releases/components/tag_field_new', () => {
});
describe
(
'
"Create from" field
'
,
()
=>
{
beforeEach
(
createComponent
);
beforeEach
(
()
=>
createComponent
()
);
it
(
'
renders a label
'
,
()
=>
{
expect
(
findCreateFromFormGroup
().
attributes
().
label
).
toBe
(
'
Create from
'
);
...
...
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