mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-05-26 23:26:15 +00:00
Add screenshot tests
This commit is contained in:
@@ -4,7 +4,7 @@ import {setupGedcomRoute} from './helpers';
|
||||
test.describe('Chart view', () => {
|
||||
test.beforeEach(async ({page, context}) => {
|
||||
await setupGedcomRoute(context);
|
||||
await page.goto('/#/view?url=https%3A%2F%2Fexample.org%2Ffamily.ged');
|
||||
await page.goto('/#/view?url=https://example.org/family.ged');
|
||||
});
|
||||
|
||||
test('loads data from URL', async ({page}) => {
|
||||
|
||||
Reference in New Issue
Block a user