chore: checkpoint turso and ai runtime work
This commit is contained in:
@@ -70,7 +70,7 @@ async function validateAuthEntry(baseUrl) {
|
||||
assert.match(authText, /name="account"[^>]*type="text"|type="text"[^>]*name="account"/);
|
||||
assert.match(authText, /data-auth-field="username" hidden/);
|
||||
assert.match(authText, /name="password"[^>]*type="password"|type="password"[^>]*name="password"/);
|
||||
assert.match(authText, /data-auth-mode="sqlite-session"/);
|
||||
assert.match(authText, /data-auth-mode="control-plane-session"/);
|
||||
assert.match(authText, /没有账号?注册/);
|
||||
assert.match(authText, /测试账号快速登录/);
|
||||
assert.doesNotMatch(authText, /隐私政策|使用\s*Google|使用\s*GitHub|第三方快捷/iu);
|
||||
|
||||
Reference in New Issue
Block a user