mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
fix: unarchive action doesn't update archive page (#23987)
This commit is contained in:
parent
a6c76e78d6
commit
2152f20b6c
2 changed files with 5 additions and 6 deletions
|
|
@ -607,8 +607,7 @@ test.describe('Timeline', () => {
|
|||
visibility: 'timeline',
|
||||
ids: [assetToArchive.id],
|
||||
});
|
||||
console.log('Skipping assertion - TODO - fix bug with not removing asset from timeline-manager after unarchive');
|
||||
// await expect(thumbnail.withAssetId(page, assetToArchive.id)).toHaveCount(0);
|
||||
await expect(thumbnailUtils.withAssetId(page, assetToArchive.id)).toHaveCount(0);
|
||||
await page.getByText('Photos', { exact: true }).click();
|
||||
await thumbnailUtils.expectInViewport(page, assetToArchive.id);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue