File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1446,7 +1446,7 @@ describe('ModeBar', function() {
1446
1446
} ) ;
1447
1447
1448
1448
describe ( 'map handlers' , function ( ) {
1449
- it ( '@gl button *resetViewMapbox * should reset the map view attribute to their default' , function ( done ) {
1449
+ it ( '@gl button *resetViewMap * should reset the map view attribute to their default' , function ( done ) {
1450
1450
var gd = createGraphDiv ( ) ;
1451
1451
1452
1452
function _assert ( centerLon , centerLat , zoom ) {
@@ -1478,7 +1478,7 @@ describe('ModeBar', function() {
1478
1478
. then ( function ( ) {
1479
1479
_assert ( 30 , 10 , 10 ) ;
1480
1480
1481
- var button = selectButton ( gd . _fullLayout . _modeBar , 'resetViewMapbox ' ) ;
1481
+ var button = selectButton ( gd . _fullLayout . _modeBar , 'resetViewMap ' ) ;
1482
1482
1483
1483
button . isActive ( false ) ;
1484
1484
button . click ( false ) ;
You can’t perform that action at this time.
0 commit comments