In isolation, the Jasmine test
tests/js/spec/openbibl/tooltip tooltip events tooltip
hover event adds tooltip text
passes, but it fails when run as part of the entire test suite. After some debugging, it has been determined that the tooltip test will fail when only the following two test units are enabled in SpecRunner.js:
'tests/js/spec/openbibl/query'
'tests/js/spec/openbibl/tooltip'
This would lead me to believe that there is some issue with the loading of the Jasmine-jQuery fixtures for the tooltip test, or the loading of Saxon, or an issue with a cached fixture.
In isolation, the Jasmine test
passes, but it fails when run as part of the entire test suite. After some debugging, it has been determined that the tooltip test will fail when only the following two test units are enabled in SpecRunner.js:
This would lead me to believe that there is some issue with the loading of the Jasmine-jQuery fixtures for the tooltip test, or the loading of Saxon, or an issue with a cached fixture.