mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-05-06 16:36:45 -03:00
fix(download-history): use title for downloaded tooltip
This commit is contained in:
@@ -127,7 +127,7 @@ describe('DownloadManager version history badges', () => {
|
||||
expect(items).toHaveLength(2);
|
||||
|
||||
expect(items[0].querySelector('.downloaded-badge')?.textContent).toContain('Downloaded');
|
||||
expect(items[0].querySelector('.downloaded-info')?.textContent).toContain(
|
||||
expect(items[0].querySelector('.downloaded-badge')?.getAttribute('title')).toContain(
|
||||
'Previously downloaded, but it is not currently in your library.'
|
||||
);
|
||||
expect(items[0].querySelector('.local-badge')).toBeNull();
|
||||
|
||||
Reference in New Issue
Block a user