完成50%

This commit is contained in:
2026-07-23 08:23:59 +08:00
parent 9b0ad62df4
commit f1edc6b533
218 changed files with 24318 additions and 5514 deletions
+2 -1
View File
@@ -47,7 +47,7 @@ const waitFor = async (send, expression, message) => {
const run = async () => {
const { socket, send } = await connect()
const url = `${origin}/?f10RuntimeAudit=${Date.now()}#/pages/family/f10-video-list`
const url = `${origin}/?f10RuntimeAudit=${Date.now()}#/pages/family/f10-video-list?genealogyId=1001`
try {
await send('Page.enable')
@@ -63,6 +63,7 @@ const run = async () => {
await send('Runtime.evaluate', { expression: "document.querySelector('.video-return-action')?.click()" })
await waitFor(send, "location.hash.startsWith('#/pages/family/f01-family-feed')", 'F10 did not return to F01')
await waitFor(send, "location.hash.includes('genealogyId=1001')", 'F10 dropped the genealogy identity on return')
await waitFor(send, "Boolean(document.querySelector('.feed-state--list'))", 'F01 did not render after F10 return')
process.stdout.write('F10-VIDEO-STATUS-RUNTIME-SMOKE PASS\n')