Skip to content

Commit ed330b6

Browse files
ACQE-8576: Clone configurable product and verify the admin is able to save the product
- Removed product save actions and used action group
1 parent 90c572e commit ed330b6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,6 @@
255255
<click selector="{{AdminCreateProductConfigurationsPanel.next}}" stepKey="clickGenerateProducts"/>
256256
<waitForPageLoad stepKey="waitForProductsGeneration"/>
257257
<!-- Step 10: Click on Save button -->
258-
<waitForElementClickable selector="{{AdminProductFormActionSection.saveButton}}" stepKey="waitForSaveButton"/>
259-
<click selector="{{AdminProductFormActionSection.saveButton}}" stepKey="saveConfigurableProduct"/>
260-
<waitForPageLoad stepKey="waitForProductSave"/>
261-
<see selector="{{AdminProductMessagesSection.successMessage}}" userInput="You saved the product."
262-
stepKey="seeSuccessMessage"/>
258+
<actionGroup ref="SaveProductFormActionGroup" stepKey="saveConfigurableProduct"/>
263259
</test>
264260
</tests>

0 commit comments

Comments
 (0)