Skip to content
Snippets Groups Projects
Commit 24683f64 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

additional test for getOverlay by id

parent 34284f1c
No related branches found
No related tags found
1 merge request!5Frontend refactor
......@@ -136,5 +136,13 @@ describe('ServerConnector', function() {
assert.ok(url);
});
});
it('getOverlayById', function() {
return ServerConnector.getOverlayById(90, "sample").then(function(overlay) {
assert.ok(overlay);
});
});
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment