chore: retrigger CI with role dialog fix
loginAsTeacher now uses waitFor({ state: 'visible', timeout: 15_000 }) instead of waitForTimeout(3000) + isVisible() to handle slower CI environments.
This commit is contained in:
loginAsTeacher now uses waitFor({ state: 'visible', timeout: 15_000 }) instead of waitForTimeout(3000) + isVisible() to handle slower CI environments.