Skip to content

Commit 7d5df7c

Browse files
Manoranjan.PrakashManoranjan.Prakash
authored andcommitted
ACQE-4425: [Test case Automation]OnlyXleftNotDisplayedForSimpleProductWithMangeStockAsNoOnTestStockAndMainWebsitesTest
code review implementation - removed the unwanted spaces
1 parent 8f8c253 commit 7d5df7c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/OnlyXleftNotDisplayedForSimpleProductWithMangeStockAsNoOnTestStockAndMainWebsitesTest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<actionGroup ref="AdminLoginActionGroup" stepKey="LoginAsAdmin"/>
2323

2424
<!-- Disable all sources and delete any pre-existing stocks -->
25-
<actionGroup ref="DisableAllSourcesActionGroup" stepKey="DisableAllsources"/>
25+
<actionGroup ref="DisableAllSourcesActionGroup" stepKey="DisableAllSources"/>
2626
<actionGroup ref="AssignWebsiteToStockActionGroup" stepKey="assignMainWebsiteToDefaultStock">
2727
<argument name="stockName" value="{{_defaultStock.name}}"/>
2828
<argument name="websiteName" value="{{_defaultWebsite.name}}"/>
@@ -121,6 +121,5 @@
121121
<argument name="productUrl" value="$createProduct.custom_attributes[url_key]$"/>
122122
</actionGroup>
123123
<dontSee selector=".availability.only" userInput="Only 2 left" stepKey="ShouldNotSeeCurrentProductQuantity"/>
124-
125124
</test>
126125
</tests>

app/code/Magento/ConfigurableProduct/Test/Mftf/Section/AdminProductFormConfigurationsSection/AdminProductFormConfigurationsSection.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,5 @@
6060
<element name="searchBySource" type="input" selector="//div[contains(@data-bind,'inventory_source_listing.inventory_source_listing')]/div[2]//input[@placeholder='Search by keyword']"/>
6161
<element name="clickSearch" type="button" selector="//div[contains(@data-bind,'inventory_source_listing.inventory_source_listing')]/div[2]//button[@aria-label='Search']"/>
6262
<element name="btnDoneAdvancedInventory" type="button" selector="//aside[@class='modal-slide product_form_product_form_advanced_inventory_modal _show']//button[@class='action-primary']//span[text()='Done']/.." />
63-
6463
</section>
6564
</sections>

0 commit comments

Comments
 (0)