repo: janusweb action: commit revision: path_from: revision_from: c3c594afb9d8443ac2931b1ba9290820d4afb6b6: path_to: revision_to:
commit c3c594afb9d8443ac2931b1ba9290820d4afb6b6 Author: James BaicoianuDate: Mon May 30 14:11:30 2016 -0700 Updates tests diff --git a/tests/janusweb.test.js b/tests/janusweb.test.js
--- a/tests/janusweb.test.js
+++ b/tests/janusweb.test.js
@@ -10,7 +10,6 @@ describe("JanusWeb", function() {
done();
}, 10000);
});
-/*
it("should initialize client", function(done) {
try {
elation.janusweb.init({homepage: 'http://www.janusvr.com/index.html', resolution: '640x480'}).then(function(newclient) {
@@ -36,6 +35,7 @@ describe("JanusWeb", function() {
done();
});
});
+/*
it('takes a screenshot', function(done) {
setTimeout(function() {
expect(canvas).toBeDefined();
-----END OF PAGE-----