Skip to content

Commit 7a1e8a8

Browse files
committed
MC-40061: Create automated test for: "Subscribe to stock price alert"
1 parent 245fc04 commit 7a1e8a8

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Alerts

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Alerts/StockTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ protected function setUp(): void
6060
* @param string|null $storeCode
6161
* @return void
6262
*/
63-
public function testGridCollectionWIthStoreId(string $sku, string $expectedEmail, ?string $storeCode = null): void
63+
public function testGridCollectionWithStoreId(string $sku, string $expectedEmail, ?string $storeCode = null): void
6464
{
6565
$productId = (int)$this->productRepository->get($sku)->getId();
6666
$storeId = $storeCode ? (int)$this->storeManager->getStore($storeCode)->getId() : null;

0 commit comments

Comments
 (0)