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
0b16e930
Commit
0b16e930
authored
Apr 13, 2018
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken test
parent
127aa6fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
spec/javascripts/vue_shared/security_reports/grouped_security_reports_app_spec.js
...red/security_reports/grouped_security_reports_app_spec.js
+3
-3
No files found.
spec/javascripts/vue_shared/security_reports/grouped_security_reports_app_spec.js
View file @
0b16e930
...
...
@@ -213,7 +213,7 @@ describe('Grouped security reports app', () => {
it
(
'
render show all issues button for sast
'
,
done
=>
{
setTimeout
(()
=>
{
expect
(
vm
.
$el
.
querySelector
(
'
js-sast-issue-list .js-expand-full-list
'
)).
not
.
toBeNull
();
expect
(
vm
.
$el
.
querySelector
(
'
.
js-sast-issue-list .js-expand-full-list
'
)).
not
.
toBeNull
();
vm
.
$el
.
querySelector
(
'
.js-sast-issue-list .js-expand-full-list
'
).
click
();
vm
...
...
@@ -230,8 +230,8 @@ describe('Grouped security reports app', () => {
it
(
'
render show all issues button for dependency scanning
'
,
done
=>
{
setTimeout
(()
=>
{
expect
(
vm
.
$el
.
querySelector
(
'
js-dss-issue-list .js-expand-full-list
'
)).
not
.
toBeNull
();
vm
.
$el
.
querySelector
(
'
js-dss-issue-list .js-expand-full-list
'
).
click
();
expect
(
vm
.
$el
.
querySelector
(
'
.
js-dss-issue-list .js-expand-full-list
'
)).
not
.
toBeNull
();
vm
.
$el
.
querySelector
(
'
.
js-dss-issue-list .js-expand-full-list
'
).
click
();
vm
.
$nextTick
()
...
...
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