test: Teacher and student can sign in
This commit is contained in:
parent
30ce800d0b
commit
d53d1a018c
2 changed files with 43 additions and 0 deletions
5
frontend/e2e/basic-learning.spec.ts
Normal file
5
frontend/e2e/basic-learning.spec.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { test, expect } from './fixtures.js';
|
||||
|
||||
test('myTest', async ({ page }) => {
|
||||
await expect(page).toHaveURL('/');
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue