From a8b8883f907cc3fa83238db0599cd533a18be49c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Thu, 19 Mar 2026 05:27:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=BC=BA=E6=91=98=E8=A6=81=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E7=BB=84=E4=BB=B6=E5=8F=8C=E5=B1=9E=E6=80=A7=E5=85=BC?= =?UTF-8?q?=E5=AE=B9=E6=8A=A4=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...LinkShouldKeepDataRoleAndAriaLabelTest.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/Feature/AdminPlatformOrderSummaryTextLinkShouldKeepDataRoleAndAriaLabelTest.php diff --git a/tests/Feature/AdminPlatformOrderSummaryTextLinkShouldKeepDataRoleAndAriaLabelTest.php b/tests/Feature/AdminPlatformOrderSummaryTextLinkShouldKeepDataRoleAndAriaLabelTest.php new file mode 100644 index 0000000..aa1d16e --- /dev/null +++ b/tests/Feature/AdminPlatformOrderSummaryTextLinkShouldKeepDataRoleAndAriaLabelTest.php @@ -0,0 +1,19 @@ +assertStringContainsString('data-role="{{ $role ??', $partial); + $this->assertStringContainsString('aria-label="{{ $ariaLabel }}"', $partial); + } +}