diff --git a/tests/Feature/AdminPlatformOrderIndexQuickFiltersReceiptAndRefundStatusShouldHaveDataRoleTest.php b/tests/Feature/AdminPlatformOrderIndexQuickFiltersReceiptAndRefundStatusShouldHaveDataRoleTest.php index 204edec..e893d73 100644 --- a/tests/Feature/AdminPlatformOrderIndexQuickFiltersReceiptAndRefundStatusShouldHaveDataRoleTest.php +++ b/tests/Feature/AdminPlatformOrderIndexQuickFiltersReceiptAndRefundStatusShouldHaveDataRoleTest.php @@ -30,6 +30,7 @@ class AdminPlatformOrderIndexQuickFiltersReceiptAndRefundStatusShouldHaveDataRol $this->assertStringContainsString('data-role="po-quickfilter-receipt-has"', $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-none"', $html);