Skip to content

Commit 4329e49

Browse files
committed
adjust test
1 parent db225cd commit 4329e49

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/jasmine/tests/select_test.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -1863,10 +1863,7 @@ describe('Test select box and lasso per trace:', function() {
18631863

18641864
fig.layout.dragmode = 'select';
18651865

1866-
delete fig.layout.mapbox.eastbound;
1867-
delete fig.layout.mapbox.westbound;
1868-
delete fig.layout.mapbox.southbound;
1869-
delete fig.layout.mapbox.northbound;
1866+
delete fig.layout.mapbox.bounds;
18701867

18711868
fig.config = {
18721869
mapboxAccessToken: require('@build/credentials.json').MAPBOX_ACCESS_TOKEN

0 commit comments

Comments
 (0)