Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
41517275
Commit
41517275
authored
Feb 12, 2018
by
Piotr Gawron
Browse files
fix on unittests after merge
parent
e74cd689
Pipeline
#3355
passed with stage
in 57 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend-js/package-lock.json
View file @
41517275
...
...
@@ -821,6 +821,11 @@
"randombytes"
:
"2.0.5"
}
},
"cssfilter"
:
{
"version"
:
"0.0.10"
,
"resolved"
:
"https://registry.npmjs.org/cssfilter/-/cssfilter-0.0.10.tgz"
,
"integrity"
:
"sha1-xtJnJjKi5cg+AT5oZKQs6N79IK4="
},
"cssom"
:
{
"version"
:
"0.3.2"
,
"resolved"
:
"https://registry.npmjs.org/cssom/-/cssom-0.3.2.tgz"
,
...
...
@@ -3437,6 +3442,15 @@
"integrity"
:
"sha1-TYuPHszTQZqjYgYb7O9RXh5VljU="
,
"dev"
:
true
},
"xss"
:
{
"version"
:
"0.3.7"
,
"resolved"
:
"https://registry.npmjs.org/xss/-/xss-0.3.7.tgz"
,
"integrity"
:
"sha512-jq7Wo30jFf4hHBG6GIIbdmY/COjd9M7MA5Jz+jt822qePKsFXtDUYqNTDRMJo51vvuh0VEZCtFiuRDonFZWL1g=="
,
"requires"
:
{
"commander"
:
"2.11.0"
,
"cssfilter"
:
"0.0.10"
}
},
"xtend"
:
{
"version"
:
"4.0.1"
,
"resolved"
:
"https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz"
,
...
...
frontend-js/src/test/js/map/CustomMap-test.js
View file @
41517275
...
...
@@ -229,6 +229,8 @@ describe('CustomMap', function () {
}).
then
(
function
()
{
//after opening submap nothing should change
assert
.
equal
(
1
,
filledSubmap
.
selectedLayoutOverlays
[
overlayId
].
length
);
}).
finally
(
function
(){
return
customMap
.
destroy
();
});
});
...
...
frontend-js/testFiles/apiCalls/projects/complex_model_with_images/models/all/bioEntities.search/query=some_query&token=MOCK_TOKEN_ID&
→
frontend-js/testFiles/apiCalls/projects/complex_model_with_images/models/all/bioEntities.search/
count=100&
query=some_query&token=MOCK_TOKEN_ID&
View file @
41517275
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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