From 90f238bc8e38e25a50ae6b43f593dd7c7e9cf90b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Sun, 3 May 2026 04:14:32 +0800 Subject: [PATCH] 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.