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() {
14461446 } ) ;
14471447
14481448 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 ) {
14501450 var gd = createGraphDiv ( ) ;
14511451
14521452 function _assert ( centerLon , centerLat , zoom ) {
@@ -1478,7 +1478,7 @@ describe('ModeBar', function() {
14781478 . then ( function ( ) {
14791479 _assert ( 30 , 10 , 10 ) ;
14801480
1481- var button = selectButton ( gd . _fullLayout . _modeBar , 'resetViewMapbox ' ) ;
1481+ var button = selectButton ( gd . _fullLayout . _modeBar , 'resetViewMap ' ) ;
14821482
14831483 button . isActive ( false ) ;
14841484 button . click ( false ) ;
You can’t perform that action at this time.
0 commit comments