/** * User stories covered: Feature 10 — Admin bordered buttons * - On /admin/vendors, Edit and Delete buttons have visible borders (not plain text links) * - Same checks apply to /admin/users, /admin/vessels, /admin/accounts, /admin/products * * The fix replaced text-link style buttons with bordered buttons. We check that action * buttons in admin tables do NOT have link-only styling (no underline-only appearance) * and DO have a border or background CSS class. * * Selector strategy: Admin action buttons are rendered by EditVendorButton, ConfirmDeleteButton. * We look for