diff --git a/tests/Feature/AdminPlatformOrderIndexNoReceiptFixLinkShouldPointToAddPaymentReceiptPanelTest.php b/tests/Feature/AdminPlatformOrderIndexNoReceiptFixLinkShouldPointToAddPaymentReceiptPanelTest.php index f75dc64..7113730 100644 --- a/tests/Feature/AdminPlatformOrderIndexNoReceiptFixLinkShouldPointToAddPaymentReceiptPanelTest.php +++ b/tests/Feature/AdminPlatformOrderIndexNoReceiptFixLinkShouldPointToAddPaymentReceiptPanelTest.php @@ -46,8 +46,8 @@ class AdminPlatformOrderIndexNoReceiptFixLinkShouldPointToAddPaymentReceiptPanel $html = (string) $res->getContent(); - // 无回执行应提供“去补回执”入口,且锚点必须为 #add-payment-receipt(避免误跳到其它 section)。 - $this->assertStringContainsString('无回执', $html); + // 已付无回执行应提供“去补回执”入口,且锚点必须为 #add-payment-receipt(避免误跳到其它 section)。 + $this->assertStringContainsString('已付无回执', $html); $this->assertStringContainsString('/admin/platform-orders/' . $order->id, $html); $this->assertStringContainsString('#add-payment-receipt', $html); }