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() {
329
329
330
330
it ( 'should resize the main svgs' , function ( ) {
331
331
var mainSvgs = document . getElementsByClassName ( 'main-svg' ) ;
332
- expect ( mainSvgs . length ) . toBe ( 2 ) ;
332
+ expect ( mainSvgs . length ) . toBe ( 3 ) ;
333
333
334
334
for ( var i = 0 ; i < mainSvgs . length ; i ++ ) {
335
335
var svg = mainSvgs [ i ] ;
@@ -343,7 +343,7 @@ describe('Test Plots', function() {
343
343
344
344
it ( 'should update the axis scales' , function ( ) {
345
345
var mainSvgs = document . getElementsByClassName ( 'main-svg' ) ;
346
- expect ( mainSvgs . length ) . toBe ( 2 ) ;
346
+ expect ( mainSvgs . length ) . toBe ( 3 ) ;
347
347
348
348
var fullLayout = gd . _fullLayout ;
349
349
var plotinfo = fullLayout . _plots . xy ;
@@ -357,7 +357,7 @@ describe('Test Plots', function() {
357
357
358
358
it ( 'should allow resizing by plot ID' , function ( done ) {
359
359
var mainSvgs = document . getElementsByClassName ( 'main-svg' ) ;
360
- expect ( mainSvgs . length ) . toBe ( 2 ) ;
360
+ expect ( mainSvgs . length ) . toBe ( 3 ) ;
361
361
362
362
expect ( typeof gd . id ) . toBe ( 'string' ) ;
363
363
expect ( gd . id ) . toBeTruthy ( ) ;
You can’t perform that action at this time.
0 commit comments