test: Teacher and student can sign in

This commit is contained in:
Tibo De Peuter 2025-04-13 14:26:22 +02:00
parent 30ce800d0b
commit d53d1a018c
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
2 changed files with 43 additions and 0 deletions

View file

@ -0,0 +1,5 @@
import { test, expect } from './fixtures.js';
test('myTest', async ({ page }) => {
await expect(page).toHaveURL('/');
});