mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-05-26 23:26:15 +00:00
Embed font hoping that this will make the visual tests reproducible
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import {expect, test} from '@playwright/test';
|
||||
import {blockTracking} from './helpers';
|
||||
import {setupHermeticEnvironment} from './helpers';
|
||||
|
||||
test.describe('Intro page', () => {
|
||||
test.beforeEach(async ({page, context}) => {
|
||||
await blockTracking(context);
|
||||
await setupHermeticEnvironment(context);
|
||||
await page.goto('/');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user