feat: add HEIC image support for iPhone uploads
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
import { test, expect } from '@playwright/test';
|
||||
|
||||
test('has title and login form', async ({ page }) => {
|
||||
await page.goto('/');
|
||||
|
||||
// Expect a title "to contain" a substring.
|
||||
await expect(page.locator('h1')).toContainText('WHISKYVAULT');
|
||||
|
||||
// Expect login form to be visible
|
||||
await expect(page.getByPlaceholder('name@beispiel.de')).toBeVisible();
|
||||
await expect(page.getByRole('button', { name: 'Einloggen' })).toBeVisible();
|
||||
});
|
||||
Reference in New Issue
Block a user