mirror of
https://github.com/apache/superset.git
synced 2026-07-19 05:05:39 +00:00
fix(i18n): wrap untranslated frontend strings and add i18n lint rule (#37776)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -131,7 +131,7 @@ test('Should have remove button', async () => {
|
||||
test('Should have SortableDragger icon', async () => {
|
||||
const props = createProps();
|
||||
render(<CollectionControl {...props} />);
|
||||
expect(await screen.findByLabelText('drag')).toBeVisible();
|
||||
expect(await screen.findByLabelText('Drag to reorder')).toBeVisible();
|
||||
});
|
||||
|
||||
test('Should call Control component', async () => {
|
||||
|
||||
Reference in New Issue
Block a user