Skip to content

Commit 573c060

Browse files
committed
changelog for 7167, and remove errant fit in test
1 parent 92a823f commit 573c060

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

draftlogs/7167_fix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Render scatterternary traces correctly if they have the `ids` attribute [[#7164](https://github.com/plotly/plotly.js/pull/7164)]

test/jasmine/tests/select_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2061,7 +2061,7 @@ describe('Test select box and lasso per trace:', function() {
20612061
}
20622062

20632063
[false, true].forEach(function(hasCssTransform) {
2064-
fit('should work on scatterternary traces, hasCssTransform: ' + hasCssTransform, function(done) {
2064+
it('should work on scatterternary traces, hasCssTransform: ' + hasCssTransform, function(done) {
20652065
var assertPoints = makeAssertPoints(['a', 'b', 'c']);
20662066
var assertSelectedPoints = makeAssertSelectedPoints();
20672067

0 commit comments

Comments
 (0)