修改完成

This commit is contained in:
2026-07-21 07:53:03 +08:00
parent 01d246c47b
commit ff60119277
172 changed files with 7982 additions and 2999 deletions
+5 -1
View File
@@ -71,7 +71,11 @@ const run = async () => {
await waitFor(send, "!document.querySelector('.album-preview')", 'F08 preview did not close')
await send('Runtime.evaluate', { expression: "document.querySelector('.album-upload-action')?.click()" })
await waitFor(send, "Boolean(document.querySelector('.app-toast'))", 'F08 upload notice did not render')
await waitFor(
send,
"location.href.includes('/pages/family/f09-media-upload?albumId=reunion')",
'F08 upload action did not carry the current album into F09'
)
await navigate('/pages/family/f08-album-detail?state=empty', '.album-state--empty')
assert.strictEqual(await valueOf(send, "document.querySelectorAll('.album-photo-tile').length"), 0, 'F08 empty state must not render photos')