mirror of
https://github.com/immich-app/immich.git
synced 2026-03-23 18:49:37 +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 previousCount = parseInt((await count.textContent()) ?? '');
|
||||
const previousCount = Number.parseInt((await count.textContent()) ?? '');
|
||||
|
||||
await utils.putTextFile('untracked', `/data/upload/${admin.userId}/untracked1.png`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user