mirror of
https://github.com/apache/superset.git
synced 2026-06-01 13:49:21 +00:00
fix(matrixify): Rename Tag from 'Matrixify' to 'Matrixified' (#37402)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -395,7 +395,7 @@ describe('ExploreChartHeader', () => {
|
||||
});
|
||||
render(<ExploreHeader {...props} />, { useRedux: true });
|
||||
|
||||
const matrixifyTag = await screen.findByText('Matrixify');
|
||||
const matrixifyTag = await screen.findByText('Matrixified');
|
||||
expect(matrixifyTag).toBeInTheDocument();
|
||||
});
|
||||
|
||||
@@ -408,7 +408,7 @@ describe('ExploreChartHeader', () => {
|
||||
render(<ExploreHeader {...props} />, { useRedux: true });
|
||||
|
||||
await waitFor(() => {
|
||||
expect(screen.queryByText('Matrixify')).not.toBeInTheDocument();
|
||||
expect(screen.queryByText('Matrixified')).not.toBeInTheDocument();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user