Files
Cleanuparr/e2e/tests/_setup/notifications.setup.ts

7 lines
204 B
TypeScript

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