UAT: Phase 2 Commands Testing #84
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Objective
Validate Phase 2 features work correctly for real user workflows.
Scope
Phase 2 testing - Admin permissions, Soft delete, Pagination, Timezone, Link uniqueness, etc.
Test Commands
/bounty (pagination, sorting, filtering)
/bounty 10(custom limit)/bounty all(include expired >24h)/bounty all 10(combine flags)/show
/add (admin-only + link uniqueness)
/add text https://link.com april 15 14:30/edit (per-argument, -field clearing)
/edit 1 -link(clear link)/edit 1 -date(clear date)/edit 1 -link -date(clear both)/delete (soft delete, multi-ID)
/delete 1 2 3/recover (admin-only)
/recover- list recoverable bounties/recoveras non-admin (should fail)/recover 1- recover specific bounty/recover 1 2 3- recover multiple/recoverwith non-deleted ID (should fail)/admin (list, add, remove)
/admin- list admins (everyone can view)/admin add @usernameas admin/admin add @usernameas non-admin (should fail)/admin remove @usernameas admin/admin remove @usernameas non-admin (should fail)/timezone
/timezone- show current timezone/timezone Asia/Jakartaas admin (set timezone)/timezone UTCas non-admin (should fail)Permissions Matrix
Notes
Report issues with: command, scenario, expected behavior, actual behavior