已付无回执
|
去补回执
diff --git a/tests/Feature/AdminDashboardRecentPlatformOrdersNoReceiptHintShouldIncludePaidAmountTooltipTest.php b/tests/Feature/AdminDashboardRecentPlatformOrdersNoReceiptHintShouldIncludePaidAmountTooltipTest.php
index 9936649..ecc6964 100644
--- a/tests/Feature/AdminDashboardRecentPlatformOrdersNoReceiptHintShouldIncludePaidAmountTooltipTest.php
+++ b/tests/Feature/AdminDashboardRecentPlatformOrdersNoReceiptHintShouldIncludePaidAmountTooltipTest.php
@@ -47,8 +47,8 @@ class AdminDashboardRecentPlatformOrdersNoReceiptHintShouldIncludePaidAmountTool
$res = $this->get('/admin');
$res->assertOk();
- // 无回执提示应包含已付金额 tooltip,帮助运营快速判断风险金额级别
+ // 已付无回执提示应包含已付金额 tooltip,帮助运营快速判断风险金额级别
$res->assertSee('data-role="recent-order-no-receipt-hint"', false);
- $res->assertSee('title="已付 ¥9.00|无回执证据"', false);
+ $res->assertSee('title="已付 ¥9.00|已付无回执证据"', false);
}
}