Skip to content

Commit c839b4c

Browse files
committed
fixup has-no-webgl-support logs
1 parent 6e748ef commit c839b4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jasmine/tests/mapbox_test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ describe('mapbox defaults', function() {
146146
describe('mapbox credentials', function() {
147147
'use strict';
148148

149-
if(!hasWebGLSupport('scattermapbox hover')) return;
149+
if(!hasWebGLSupport('mapbox credentials')) return;
150150

151151
var dummyToken = 'asfdsa124331wersdsa1321q3';
152152
var gd;
@@ -195,7 +195,7 @@ describe('mapbox credentials', function() {
195195
describe('mapbox plots', function() {
196196
'use strict';
197197

198-
if(!hasWebGLSupport('scattermapbox hover')) return;
198+
if(!hasWebGLSupport('mapbox plots')) return;
199199

200200
var mock = require('@mocks/mapbox_0.json'),
201201
gd;

0 commit comments

Comments
 (0)