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
54c938ec
Commit
54c938ec
authored
Mar 02, 2021
by
Justin Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove if wrapper check
parent
6f31efaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
ee/spec/frontend/integrations/jira/issues_show/components/sidebar/issue_due_date_spec.js
...ira/issues_show/components/sidebar/issue_due_date_spec.js
+2
-4
No files found.
ee/spec/frontend/integrations/jira/issues_show/components/sidebar/issue_due_date_spec.js
View file @
54c938ec
...
@@ -17,10 +17,8 @@ describe('IssueDueDate', () => {
...
@@ -17,10 +17,8 @@ describe('IssueDueDate', () => {
};
};
afterEach
(()
=>
{
afterEach
(()
=>
{
if
(
wrapper
)
{
wrapper
.
destroy
();
wrapper
.
destroy
();
wrapper
=
null
;
wrapper
=
null
;
}
});
});
const
findDueDateCollapsed
=
()
=>
wrapper
.
findByTestId
(
'
due-date-collapsed
'
);
const
findDueDateCollapsed
=
()
=>
wrapper
.
findByTestId
(
'
due-date-collapsed
'
);
...
...
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