mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
fix(plugin-chart-table): Invalid d3Formatter on String column (#23515)
This commit is contained in:
@@ -97,6 +97,7 @@ describe('plugin-chart-table', () => {
|
||||
// should successful rerender with new props
|
||||
const cells = tree.find('td');
|
||||
expect(tree.find('th').eq(1).text()).toEqual('Sum of Num');
|
||||
expect(cells.eq(0).text()).toEqual('Michael');
|
||||
expect(cells.eq(2).text()).toEqual('12.346%');
|
||||
expect(cells.eq(4).text()).toEqual('2.47k');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user