Angela Fowler created CB-7785:
---------------------------------
Summary: device-orientation spec 1 and 4 failing async callback
timeout
Key: CB-7785
URL: https://issues.apache.org/jira/browse/CB-7785
Project: Apache Cordova
Issue Type: Bug
Components: mobile-spec, Windows 8
Affects Versions: 3.6.3
Environment: Visual Studio emulator and RT device
Reporter: Angela Fowler
Assignee: Jesse MacFadyen
Priority: Minor
compass.spec.1 and compass.spec.2 failing
it("compass.spec.1 should exist", function () {
// console.log("In spec 1");
expect(navigator.compass).toBeDefined();
});
The error comes from the timeoutable function of jasmine.js
onException(new Error('Timeout - Async callback was not invoked
within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.'));
Also the log statement in spec 1 causes the log to be displayed which obscures
the test results.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]