We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d6fa0 commit 60dc36cCopy full SHA for 60dc36c
dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/SearchTest.php
@@ -75,7 +75,7 @@ public function testExecuteEnabledAndDisabledProducts() : void
75
$this->dispatch('backend/catalog/product/search');
76
$responseBody = $this->getResponse()->getBody();
77
$jsonResponse = json_decode($responseBody, true);
78
- $this->assertEquals(7, $jsonResponse['total']);
79
- $this->assertCount(7, $jsonResponse['options']);
+ $this->assertEquals(6, $jsonResponse['total']);
+ $this->assertCount(6, $jsonResponse['options']);
80
}
81
0 commit comments