We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc1c8a commit 5dee4fcCopy full SHA for 5dee4fc
test/jasmine/tests/axes_test.js
@@ -1473,7 +1473,7 @@ describe('Test axes', function() {
1473
expect(gd._fullLayout.yaxis.autorange).toBe(false);
1474
expect(gd._fullLayout.yaxis.range).toBeCloseToArray([-0.07, 1.07]);
1475
1476
- Plotly.relayout(gd, 'xaxis.autorange', true);
+ return Plotly.relayout(gd, 'xaxis.autorange', true);
1477
}).then(function() {
1478
expect(gd._fullLayout.xaxis.autorange).toBe(true);
1479
expect(gd._fullLayout.xaxis.range).toBeCloseToArray([-0.07, 1.07]);
0 commit comments