Skip to content

Commit 5dee4fc

Browse files
Update test/jasmine/tests/axes_test.js
Co-authored-by: Alex Johnson <[email protected]>
1 parent ddc1c8a commit 5dee4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/axes_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1473,7 +1473,7 @@ describe('Test axes', function() {
14731473
expect(gd._fullLayout.yaxis.autorange).toBe(false);
14741474
expect(gd._fullLayout.yaxis.range).toBeCloseToArray([-0.07, 1.07]);
14751475

1476-
Plotly.relayout(gd, 'xaxis.autorange', true);
1476+
return Plotly.relayout(gd, 'xaxis.autorange', true);
14771477
}).then(function() {
14781478
expect(gd._fullLayout.xaxis.autorange).toBe(true);
14791479
expect(gd._fullLayout.xaxis.range).toBeCloseToArray([-0.07, 1.07]);

0 commit comments

Comments
 (0)