File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -533,12 +533,13 @@ describe('mapbox plots', function() {
533
533
. then ( done , done . fail ) ;
534
534
} , LONG_TIMEOUT_INTERVAL ) ;
535
535
536
- it ( '@gl should be able to add, update and remove layers' , function ( done ) {
536
+ fit ( '@gl should be able to add, update and remove layers' , function ( done ) {
537
537
var mockWithLayers = require ( '../../image/mocks/mapbox_layers' ) ;
538
538
539
539
var layer0 = Lib . extendDeep ( { } , mockWithLayers . layout . mapbox . layers [ 0 ] ) ;
540
- var layer1 = Lib . extendDeep ( { } , mockWithLayers . layout . mapbox . layers [ 1 ] ) ;
541
-
540
+ var layer1 = Lib . extendDeep ( { } , mockWithLayers . layout . mapbox . layers [ 0 ] ) ;
541
+ layer1 . type = 'line' ;
542
+
542
543
var mapUpdate = {
543
544
'mapbox.zoom' : mockWithLayers . layout . mapbox . zoom ,
544
545
'mapbox.center.lon' : mockWithLayers . layout . mapbox . center . lon ,
You can’t perform that action at this time.
0 commit comments