Reference in New Issue
Block a user
Delete Branch "fix/cookies-error-and-context-sleep"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
page.Context().Cookies()inplaywright.go:updateCookies()before iterating, preventing silent failures when cookie retrieval failstime.Sleep(5s)with context-awareselectusingtime.Afterinarchive.go:Archive(), allowing the wait to be cancelled promptly when the context is doneTest plan
go build ./...passesgo test ./...passesgo vet ./...passesCloses #7, #18
Parent: #31 (Phase 2, PR 6)
🤖 Generated with Claude Code