@@ -519,16 +519,16 @@ describe('mapbox plots', function() {
519
519
// 'Unable to perform style diff: Unimplemented: setSprite.. Rebuilding the style from scratch.'
520
520
// https://github.com/mapbox/mapbox-gl-js/issues/6933
521
521
522
- assertLayout ( 'Mapbox Dark' ) ;
522
+ assertLayout ( 'Dark Matter without labels ' ) ;
523
523
524
524
Plotly . relayout ( gd , 'mapbox.style' , 'carto-positron' )
525
525
. then ( function ( ) {
526
- assertLayout ( 'Mapbox Light ' ) ;
526
+ assertLayout ( 'Positron ' ) ;
527
527
528
528
return Plotly . relayout ( gd , 'mapbox.style' , 'carto-darkmatter' ) ;
529
529
} )
530
530
. then ( function ( ) {
531
- assertLayout ( 'Mapbox Dark' ) ;
531
+ assertLayout ( 'Dark Matter ' ) ;
532
532
} )
533
533
. then ( done , done . fail ) ;
534
534
} , LONG_TIMEOUT_INTERVAL ) ;
@@ -1223,7 +1223,7 @@ describe('mapbox plots', function() {
1223
1223
. then ( function ( ) {
1224
1224
var s = d3SelectAll ( '.maplibregl-ctrl-attrib' ) ;
1225
1225
expect ( s . size ( ) ) . toBe ( 1 ) ;
1226
- expect ( s . text ( ) ) . toEqual ( '© Carto © OpenStreetMap contributors' ) ;
1226
+ expect ( s . text ( ) ) . toEqual ( '© CARTO, © OpenStreetMap contributors' ) ;
1227
1227
assertLinks ( s , [
1228
1228
'https://carto.com/' ,
1229
1229
'https://www.openstreetmap.org/copyright'
@@ -1284,7 +1284,7 @@ describe('mapbox plots', function() {
1284
1284
. then ( function ( ) {
1285
1285
var s = d3SelectAll ( '.maplibregl-ctrl-attrib' ) ;
1286
1286
expect ( s . size ( ) ) . toBe ( 1 ) ;
1287
- expect ( s . text ( ) ) . toEqual ( '© MapLibre © OpenStreetMap Improve this map ' ) ;
1287
+ expect ( s . text ( ) ) . toEqual ( '© CARTO, © OpenStreetMap contributors ' ) ;
1288
1288
assertLinks ( s , [
1289
1289
'https://www.openstreetmap.org/about/' ,
1290
1290
0 commit comments