@@ -109,7 +109,7 @@ describe('image smart layout defaults', function() {
109109
110110    afterEach ( destroyGraphDiv ) ; 
111111
112-     it ( 'should reverse yaxis if only  images are present' ,  function ( )  { 
112+     it ( 'should reverse yaxis if images are present' ,  function ( )  { 
113113        gd  =  { } ; 
114114        gd . data  =  [ { type : 'image' ,  z : [ [ [ 255 ,  0 ,  0 ] ] ] } ] ; 
115115        supplyAllDefaults ( gd ) ; 
@@ -131,7 +131,7 @@ describe('image smart layout defaults', function() {
131131        expect ( gd . _fullLayout . yaxis . autorange ) . toBe ( false ) ; 
132132    } ) ; 
133133
134-     it ( 'should set scaleanchor to make square pixels if only  images are present' ,  function ( )  { 
134+     it ( 'should set scaleanchor to make square pixels if images are present' ,  function ( )  { 
135135        gd  =  { } ; 
136136        gd . data  =  [ { type : 'image' ,  z : [ [ [ 255 ,  0 ,  0 ] ] ] } ] ; 
137137        supplyAllDefaults ( gd ) ; 
@@ -152,7 +152,7 @@ describe('image smart layout defaults', function() {
152152        expect ( gd . _fullLayout . yaxis . scaleanchor ) . toBe ( undefined ) ; 
153153    } ) ; 
154154
155-     it ( 'should constrain axes to domain if only  images are present' ,  function ( )  { 
155+     it ( 'should constrain axes to domain if images are present' ,  function ( )  { 
156156        gd  =  { } ; 
157157        gd . data  =  [ { type : 'image' ,  z : [ [ [ 255 ,  0 ,  0 ] ] ] } ] ; 
158158        supplyAllDefaults ( gd ) ; 
0 commit comments