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
2556e40e
Commit
2556e40e
authored
Aug 06, 2021
by
Daniel Ziegenberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove test for internal detail of ItemDueDate component
parent
1ab16014
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
spec/frontend/vue_shared/components/issue/related_issuable_item_spec.js
...vue_shared/components/issue/related_issuable_item_spec.js
+0
-17
No files found.
spec/frontend/vue_shared/components/issue/related_issuable_item_spec.js
View file @
2556e40e
...
...
@@ -144,23 +144,6 @@ describe('RelatedIssuableItem', () => {
expect
(
wrapper
.
find
(
IssueDueDate
).
props
(
'
closed
'
)).
toBe
(
true
);
});
it
(
'
should not contain the `.text-danger` css class for overdue issue that is closed
'
,
async
()
=>
{
mountComponent
({
props
:
{
...
props
,
closedAt
:
'
2018-12-01T00:00:00.00Z
'
,
},
});
await
wrapper
.
vm
.
$nextTick
();
expect
(
wrapper
.
find
(
IssueDueDate
).
find
(
'
.board-card-info-icon
'
).
classes
(
'
text-danger
'
)).
toBe
(
false
,
);
expect
(
wrapper
.
find
(
IssueDueDate
).
find
(
'
.board-card-info-text
'
).
classes
(
'
text-danger
'
)).
toBe
(
false
,
);
});
});
describe
(
'
token assignees
'
,
()
=>
{
...
...
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