mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
chore: e2e lint
This commit is contained in:
@@ -26,7 +26,7 @@ test.describe('Integrity', () => {
|
|||||||
|
|
||||||
const count = page.getByText('Untracked Files').locator('..').locator('..').locator('div').nth(1);
|
const count = page.getByText('Untracked Files').locator('..').locator('..').locator('div').nth(1);
|
||||||
|
|
||||||
const previousCount = parseInt((await count.textContent()) ?? '');
|
const previousCount = Number.parseInt((await count.textContent()) ?? '');
|
||||||
|
|
||||||
await utils.putTextFile('untracked', `/data/upload/${admin.userId}/untracked1.png`);
|
await utils.putTextFile('untracked', `/data/upload/${admin.userId}/untracked1.png`);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user