Skip to content

Commit 0ac4312

Browse files
committed
MAGETWO-64923: Duplicate products not showing on the frontend
- Updated automated test script
1 parent c0a5f2b commit 0ac4312

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminConfigurableProductActionGroup.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -122,18 +122,6 @@
122122
<click selector="{{AdminCreateProductConfigurationsPanel.next}}" stepKey="clickOnNextButton3"/>
123123
<click selector="{{AdminCreateProductConfigurationsPanel.next}}" stepKey="clickOnNextButton4"/>
124124
</actionGroup>
125-
<actionGroup name="AdminCreateAttributeForConfigurableProduct">
126-
<arguments>
127-
<argument name="attributeName" type="string"/>
128-
</arguments>
129-
<click selector="{{AdminCreateProductConfigurationsPanel.createNewAttribute}}" stepKey="clickOnNewAttribute"/>
130-
<waitForPageLoad stepKey="waitForIFrame"/>
131-
<switchToIFrame selector="{{AdminNewAttributePanel.newAttributeIFrame}}" stepKey="switchToNewAttributeIFrame"/>
132-
<fillField selector="{{AdminNewAttributePanel.defaultLabel}}" userInput="{{attributeName}}" stepKey="fillDefaultLabel"/>
133-
<click selector="{{AdminNewAttributePanel.saveAttribute}}" stepKey="clickOnNewAttributePanel"/>
134-
<waitForPageLoad stepKey="waitForSaveAttribute"/>
135-
<switchToIFrame stepKey="switchOutOfIFrame"/>
136-
</actionGroup>
137125
<actionGroup name="createOptionsForAttribute">
138126
<arguments>
139127
<argument name="attributeName" type="string" defaultValue="{{productAttributeColor.default_label}}"/>

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/StorefrontVisibilityOfDuplicateProductTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<title value="Visibility of duplicate product on the Storefront"/>
1414
<description value="Check visibility of duplicate product on the Storefront"/>
1515
<severity value="AVERAGE"/>
16-
<testCaseId value="MAGETWO-99396"/>
16+
<testCaseId value="MC-17226"/>
1717
<useCaseId value="MAGETWO-64923"/>
1818
<group value="ConfigurableProduct"/>
1919
</annotations>

0 commit comments

Comments
 (0)