feat: update user authentication cookies and implement service worker timeout for push subscription checks
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m34s

This commit is contained in:
2026-04-20 21:05:12 -04:00
parent 4ee5367742
commit f48845c1d0
5 changed files with 31 additions and 22 deletions

View File

@@ -1,3 +1,7 @@
export default async function seed(page: any): Promise<void> {
// no-op seed
}
import { test, expect } from '@playwright/test';
test.describe('Test group', () => {
test('seed', async ({ page }) => {
// generate code here.
});
});