Skip to content

Commit

Permalink
adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
archmoj committed Oct 12, 2022
1 parent db225cd commit 4329e49
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/jasmine/tests/select_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1863,10 +1863,7 @@ describe('Test select box and lasso per trace:', function() {

fig.layout.dragmode = 'select';

delete fig.layout.mapbox.eastbound;
delete fig.layout.mapbox.westbound;
delete fig.layout.mapbox.southbound;
delete fig.layout.mapbox.northbound;
delete fig.layout.mapbox.bounds;

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

0 comments on commit 4329e49

Please sign in to comment.