mirror of
https://github.com/immich-app/immich.git
synced 2025-12-21 17:25:35 +03:00
fix: various typos (grouped in to separate commits) (#18177)
This commit is contained in:
@@ -41,7 +41,7 @@ describe('Thumbnail component', () => {
|
||||
expect(container).not.toBeNull();
|
||||
expect(container!.getAttribute('tabindex')).toBe('0');
|
||||
|
||||
// Guarding against inserting extra tabbable elments in future in <Thumbnail/>
|
||||
// Guarding against inserting extra tabbable elements in future in <Thumbnail/>
|
||||
const tabbables = getTabbable(container!);
|
||||
expect(tabbables.length).toBe(0);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user