Files
Cleanuparr/e2e/tests/_setup/malware-blocker.setup.ts

7 lines
206 B
TypeScript

import { test as setup } from '@playwright/test';
import { restartAppAndWait } from '../helpers/test-lifecycle';
setup('reset app for malware-blocker specs', async () => {
await restartAppAndWait();
});