File tree 1 file changed +19
-17
lines changed
test/jasmine/bundle_tests
1 file changed +19
-17
lines changed Original file line number Diff line number Diff line change @@ -95,24 +95,26 @@ describe('Test MathJax v' + mathjaxVersion + ':', function() {
95
95
. then ( done , done . fail ) ;
96
96
} ) ;
97
97
98
- it ( 'should scoot x-axis title (with MathJax) below x-axis ticks' , function ( done ) {
99
- expect ( window . MathJax ) . toBeDefined ( ) ;
100
98
101
- testTitleScoot ( {
102
- data : [ {
103
- y : [ 1 , 2 , 1 ]
104
- } ] ,
105
- layout : {
106
- xaxis : { title : texTitle } ,
107
- width : 500 ,
108
- height : 500 ,
109
- margin : { t : 100 , b : 100 , l : 100 , r : 100 }
110
- }
111
- } , {
112
- xCategories : longCats
113
- } )
114
- . then ( done , done . fail ) ;
115
- } ) ;
99
+ // Firefox bug - see https://bugzilla.mozilla.org/show_bug.cgi?id=1350755
100
+ // it('should scoot x-axis title (with MathJax) below x-axis ticks', function(done) {
101
+ // expect(window.MathJax).toBeDefined();
102
+
103
+ // testTitleScoot({
104
+ // data: [{
105
+ // y: [1, 2, 1]
106
+ // }],
107
+ // layout: {
108
+ // xaxis: {title: texTitle},
109
+ // width: 500,
110
+ // height: 500,
111
+ // margin: {t: 100, b: 100, l: 100, r: 100}
112
+ // }
113
+ // }, {
114
+ // xCategories: longCats
115
+ // })
116
+ // .then(done, done.fail);
117
+ // });
116
118
117
119
it ( 'should scoot x-axis title below x-axis ticks (with MathJax)' , function ( done ) {
118
120
expect ( window . MathJax ) . toBeDefined ( ) ;
You can’t perform that action at this time.
0 commit comments