advance 1-8 post-mvp execution batches
This commit is contained in:
@@ -112,7 +112,8 @@ async function validateGateway(baseUrl) {
|
||||
assert.match(auth.headers.get("content-type") || "", /text\/html/);
|
||||
assert.equal(auth.headers.get("x-mnote-legacy-upstream"), null, "/auth 不应再代理 3100");
|
||||
assert.match(authText, /data-mnote-shell="auth"/);
|
||||
assert.match(authText, /邮箱登录/);
|
||||
assert.match(authText, /账号登录/);
|
||||
assert.match(authText, /邮箱或用户名/);
|
||||
assert.match(authText, /测试账号快速登录/);
|
||||
assert.doesNotMatch(authText, /隐私政策|使用\s*Google|使用\s*GitHub|第三方快捷/iu);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user