保存视觉审核与文档流迁移进度
This commit is contained in:
@@ -27,13 +27,13 @@ const run = async () => {
|
||||
try {
|
||||
await send('Page.enable'); await send('Runtime.enable')
|
||||
await open(send, '/pages/family/f04-article-list', '', '.module-page--list.module-state--ready')
|
||||
await open(send, '/pages/family/f06-article-editor', '', '.module-page--form.module-state--ready')
|
||||
await open(send, '/pages/records/r04-gift-editor', '', '.module-page--form.module-state--ready')
|
||||
await open(send, '/pages/family/f03-feed-detail', '', '.module-page--detail.module-state--ready')
|
||||
await open(send, '/pages/records/r08-growth-journal', '', '.module-page--timeline.module-state--ready')
|
||||
await open(send, '/pages/profile/m03-security-settings', '', '.module-page--settings.module-state--ready')
|
||||
await open(send, '/pages/family/f10-video-list', '', '.module-page--status.module-state--ready')
|
||||
await open(send, '/pages/family/f04-article-list', '?state=empty', '.module-state--empty')
|
||||
await open(send, '/pages/family/f06-article-editor', '?state=success', '.module-state--success')
|
||||
await open(send, '/pages/records/r04-gift-editor', '?state=success', '.module-state--success')
|
||||
await open(send, '/pages/profile/m03-security-settings', '?state=error', '.module-state--error')
|
||||
process.stdout.write('MODULE-PAGE-RUNTIME-SMOKE PASS\n')
|
||||
} finally { socket.close() }
|
||||
|
||||
Reference in New Issue
Block a user