Skip to content

Commit d34a8b8

Browse files
committed
B2B-1967: [AWS Aurora] [MFTF]: Investigate CE Build Test Failures
- Fixing flaky color prod attribute test
1 parent 5bdc621 commit d34a8b8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/code/Magento/Swatches/Test/Mftf/Test/AdminCreateVisualSwatchTest.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@
3333
<click selector="{{AdminManageSwatchSection.nthDelete('3')}}" stepKey="deleteSwatch3"/>
3434
<waitForPageLoad stepKey="waitToClickSave"/>
3535
<click selector="{{AttributePropertiesSection.SaveAndEdit}}" stepKey="clickSaveAndEdit"/>
36+
<waitForPageLoad stepKey="waitForSave"/>
37+
38+
<!-- Change back to dropdown -->
39+
<selectOption selector="{{AdminNewAttributePanel.inputType}}" userInput="select" stepKey="selectDropdown"/>
40+
<waitForPageLoad stepKey="waitToClickSave2"/>
41+
<click selector="{{AttributePropertiesSection.SaveAndEdit}}" stepKey="clickSaveAndEdit2"/>
42+
<waitForPageLoad stepKey="waitForSave2"/>
3643
<!-- Logout -->
3744
<actionGroup ref="AdminLogoutActionGroup" stepKey="adminLogout"/>
3845
</after>

0 commit comments

Comments
 (0)