advance 1-8 post-mvp execution batches

This commit is contained in:
lix-2026
2026-05-21 23:53:39 +08:00
parent 3ebcbff728
commit fdb20300e9
67 changed files with 4378 additions and 275 deletions
+4 -2
View File
@@ -65,8 +65,10 @@ async function validateAuthEntry(baseUrl) {
assert.equal(auth.headers.get("x-mnote-legacy-upstream"), null, "/auth 不应代理到 3100");
assert.match(authText, /data-mnote-shell="auth"/);
assert.match(authText, /data-testid="mnote-auth-page"/);
assert.match(authText, /邮箱登录/);
assert.match(authText, /name="email"[^>]*type="email"|type="email"[^>]*name="email"/);
assert.match(authText, /账号登录/);
assert.match(authText, /邮箱或用户名/);
assert.match(authText, /name="account"[^>]*type="text"|type="text"[^>]*name="account"/);
assert.doesNotMatch(authText, /name="username"/);
assert.match(authText, /name="password"[^>]*type="password"|type="password"[^>]*name="password"/);
assert.match(authText, /data-auth-mode="convex-password"/);
assert.match(authText, /没有账号?注册/);