@@ -534,7 +534,7 @@ describe('mapbox plots', function() {
534
534
} , LONG_TIMEOUT_INTERVAL ) ;
535
535
536
536
// TODO: mockWithLayers.layout.mapbox.layers array only has 1 entry
537
- xit ( '@gl should be able to add, update and remove layers' , function ( done ) {
537
+ it ( '@gl should be able to add, update and remove layers' , function ( done ) {
538
538
var mockWithLayers = require ( '../../image/mocks/mapbox_layers' ) ;
539
539
540
540
var layer0 = Lib . extendDeep ( { } , mockWithLayers . layout . mapbox . layers [ 0 ] ) ;
@@ -819,7 +819,7 @@ describe('mapbox plots', function() {
819
819
. then ( done , done . fail ) ;
820
820
} , LONG_TIMEOUT_INTERVAL ) ;
821
821
822
- xit ( '@gl should not wedge graph after reacting to invalid layer' , function ( done ) {
822
+ it ( '@gl should not wedge graph after reacting to invalid layer' , function ( done ) {
823
823
Plotly . react ( gd , [ { type : 'scattermapbox' } ] , {
824
824
mapbox : {
825
825
layers : [ { source : 'invalid' } ]
@@ -1014,7 +1014,7 @@ describe('mapbox plots', function() {
1014
1014
. then ( done , done . fail ) ;
1015
1015
} , LONG_TIMEOUT_INTERVAL ) ;
1016
1016
1017
- xit ( '@gl should not attempt to rehover over exiting subplots' , function ( done ) {
1017
+ it ( '@gl should not attempt to rehover over exiting subplots' , function ( done ) {
1018
1018
spyOn ( Fx , 'hover' ) . and . callThrough ( ) ;
1019
1019
1020
1020
function countHoverLabels ( ) {
@@ -1726,7 +1726,7 @@ describe('test mapbox trace/layout *below* interactions', function() {
1726
1726
. then ( done , done . fail ) ;
1727
1727
} , 8 * jasmine . DEFAULT_TIMEOUT_INTERVAL ) ;
1728
1728
1729
- xit ( '@gl should be warn when *below* value does not correspond to a layer on the map' , function ( done ) {
1729
+ it ( '@gl should be warn when *below* value does not correspond to a layer on the map' , function ( done ) {
1730
1730
spyOn ( Lib , 'warn' ) ;
1731
1731
1732
1732
var notGonnaWork = 'not-gonna-work' ;
0 commit comments