diff --git a/test/image/baselines/geo_first.png b/test/image/baselines/geo_first.png index eafb5102326..d123ae58bfc 100644 Binary files a/test/image/baselines/geo_first.png and b/test/image/baselines/geo_first.png differ diff --git a/test/image/mocks/geo_first.json b/test/image/mocks/geo_first.json index 43672b72d49..fb2c2ac4e03 100644 --- a/test/image/mocks/geo_first.json +++ b/test/image/mocks/geo_first.json @@ -13,6 +13,8 @@ } ], "layout": { - "showframe": true + "showframe": true, + "width": 600, + "height": 440 } } diff --git a/test/jasmine/tests/geo_interact_test.js b/test/jasmine/tests/geo_interact_test.js index c68f3409aaa..e59f5b62ef6 100644 --- a/test/jasmine/tests/geo_interact_test.js +++ b/test/jasmine/tests/geo_interact_test.js @@ -21,7 +21,7 @@ describe('Test geo interactions', function() { describe('scattegeo hover labels', function() { beforeEach(function() { - mouseEvent('mouseover', 459, 246); + mouseEvent('mouseover', 300, 235); }); it('should show one hover text group', function() { @@ -43,7 +43,7 @@ describe('Test geo interactions', function() { describe('choropleth hover labels', function() { beforeEach(function() { - mouseEvent('mouseover', 628, 162); + mouseEvent('mouseover', 400, 160); }); it('should show one hover text group', function() {