From 27765b33d202df0ec121f5c4c18f28bfbbd760f5 Mon Sep 17 00:00:00 2001 From: hamed <15238-genius.ha@users.noreply.drupalcode.org> Date: Mon, 13 Jul 2026 23:49:04 +0330 Subject: [PATCH] =?UTF-8?q?test(ui):=20update=20StatusBadge=20expectation?= =?UTF-8?q?=20to=20the=20new=20design=20label=20(=D9=82=D8=B7=D8=B9=DB=8C?= =?UTF-8?q?=20=D8=B4=D8=AF=D9=87)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- assets/admin/components/ui/ui.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/admin/components/ui/ui.test.tsx b/assets/admin/components/ui/ui.test.tsx index a6e82b11..9b4538ce 100644 --- a/assets/admin/components/ui/ui.test.tsx +++ b/assets/admin/components/ui/ui.test.tsx @@ -39,7 +39,7 @@ describe('Pagination', () => { describe('StatusBadge', () => { it.each([ - ['appointment', 'confirmed', 'تأیید شده'], + ['appointment', 'confirmed', 'قطعی شده'], ['appointment', 'no_show', 'غیبت'], ['payment', 'success', 'موفق'], ['sms', 'approved', 'تأیید شده'],