Skip to content

Commit 85f838c

Browse files
committed
adjust test
1 parent 4b95bbd commit 85f838c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/jasmine/tests/select_test.js

+6
Original file line numberDiff line numberDiff line change
@@ -1862,6 +1862,12 @@ describe('Test select box and lasso per trace:', function() {
18621862
fig.data[0].lat.push(null);
18631863

18641864
fig.layout.dragmode = 'select';
1865+
1866+
delete fig.layout.mapbox.eastbound;
1867+
delete fig.layout.mapbox.westbound;
1868+
delete fig.layout.mapbox.southbound;
1869+
delete fig.layout.mapbox.northbound;
1870+
18651871
fig.config = {
18661872
mapboxAccessToken: require('@build/credentials.json').MAPBOX_ACCESS_TOKEN
18671873
};

0 commit comments

Comments
 (0)