mirror of
https://github.com/immich-app/immich.git
synced 2026-02-15 05:18:37 +03:00
test: ensure directory we write to exists first
This commit is contained in:
@@ -28,6 +28,7 @@ test.describe('Integrity', () => {
|
||||
|
||||
const previousCount = Number.parseInt((await count.textContent()) ?? '');
|
||||
|
||||
await utils.mkFolder(`/data/upload/${admin.userId}`);
|
||||
await utils.putTextFile('untracked', `/data/upload/${admin.userId}/untracked1.png`);
|
||||
|
||||
const checkButton = page.getByText('Integrity Report').locator('..').getByRole('button', { name: 'Check All' });
|
||||
|
||||
Reference in New Issue
Block a user