mirror of
https://github.com/immich-app/immich.git
synced 2025-06-16 21:38:28 +02:00
fix(web): download from shared album link (#7227)
* fix(web): download in album shared link * chore: e2e test
This commit is contained in:
parent
7158706296
commit
7f5459f050
4 changed files with 66 additions and 8 deletions
e2e/src/web/specs
|
@ -45,8 +45,8 @@ test.describe('Registration', () => {
|
|||
});
|
||||
|
||||
test('user registration', async ({ context, page }) => {
|
||||
const loginResponse = await apiUtils.adminSetup();
|
||||
await webUtils.setAuthCookies(context, loginResponse);
|
||||
const admin = await apiUtils.adminSetup();
|
||||
await webUtils.setAuthCookies(context, admin.accessToken);
|
||||
|
||||
// create user
|
||||
await page.goto('/admin/user-management');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue