Add screenshot tests

This commit is contained in:
Przemek Więch
2026-05-08 20:24:28 +02:00
parent ac26e6c3cb
commit 29ae67427a
23 changed files with 456 additions and 17 deletions

View File

@@ -7,7 +7,7 @@ test.describe('Search functionality', () => {
});
test('Search works', async ({page}) => {
await page.goto('/#/view?url=https%3A%2F%2Fexample.org%2Ffamily.ged');
await page.goto('/#/view?url=https://example.org/family.ged');
await expect(page.locator('#content')).not.toContainText('Chike');
const searchInput = page.getByPlaceholder('Search for people');