File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ describe('Test Plots', function() {
329329
330330 it ( 'should resize the main svgs' , function ( ) {
331331 var mainSvgs = document . getElementsByClassName ( 'main-svg' ) ;
332- expect ( mainSvgs . length ) . toBe ( 2 ) ;
332+ expect ( mainSvgs . length ) . toBe ( 3 ) ;
333333
334334 for ( var i = 0 ; i < mainSvgs . length ; i ++ ) {
335335 var svg = mainSvgs [ i ] ;
@@ -343,7 +343,7 @@ describe('Test Plots', function() {
343343
344344 it ( 'should update the axis scales' , function ( ) {
345345 var mainSvgs = document . getElementsByClassName ( 'main-svg' ) ;
346- expect ( mainSvgs . length ) . toBe ( 2 ) ;
346+ expect ( mainSvgs . length ) . toBe ( 3 ) ;
347347
348348 var fullLayout = gd . _fullLayout ;
349349 var plotinfo = fullLayout . _plots . xy ;
@@ -357,7 +357,7 @@ describe('Test Plots', function() {
357357
358358 it ( 'should allow resizing by plot ID' , function ( done ) {
359359 var mainSvgs = document . getElementsByClassName ( 'main-svg' ) ;
360- expect ( mainSvgs . length ) . toBe ( 2 ) ;
360+ expect ( mainSvgs . length ) . toBe ( 3 ) ;
361361
362362 expect ( typeof gd . id ) . toBe ( 'string' ) ;
363363 expect ( gd . id ) . toBeTruthy ( ) ;
You can’t perform that action at this time.
0 commit comments