补强平台订单快捷筛选负向护栏

This commit is contained in:
萝卜
2026-03-19 02:05:34 +08:00
parent 3e210c6140
commit 95daa179fa

View File

@@ -30,6 +30,7 @@ class AdminPlatformOrderIndexQuickFiltersReceiptAndRefundStatusShouldHaveDataRol
$this->assertStringContainsString('data-role="po-quickfilter-receipt-has"', $html); $this->assertStringContainsString('data-role="po-quickfilter-receipt-has"', $html);
$this->assertStringContainsString('data-role="po-quickfilter-paid-no-receipt"', $html); $this->assertStringContainsString('data-role="po-quickfilter-paid-no-receipt"', $html);
$this->assertStringNotContainsString('data-role="po-quickfilter-receipt-none"', $html);
$this->assertStringContainsString('data-role="po-quickfilter-refund-has"', $html); $this->assertStringContainsString('data-role="po-quickfilter-refund-has"', $html);
$this->assertStringContainsString('data-role="po-quickfilter-refund-none"', $html); $this->assertStringContainsString('data-role="po-quickfilter-refund-none"', $html);