Skip to content

Commit 0762028

Browse files
avattam06rganin
authored andcommitted
B2B-2109: [AWS S3] Test Failed to verify customer with file attribute is created
- Added bug fixes
1 parent 44fdbd4 commit 0762028

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCustomerSaveAndContinueActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<annotations>
1414
<description>Clicks on 'Save and Continue' on the Customer creation/edit page.</description>
1515
</annotations>
16-
16+
<scrollToTopOfPage stepKey="scrollToTopOfPage"/>
1717
<click selector="{{AdminCustomerMainActionsSection.saveAndContinue}}" stepKey="saveAndContinue"/>
1818
</actionGroup>
1919
</actionGroups>

app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerSaveActionGroup.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
<scrollToTopOfPage stepKey="scrollToTopOfThePage"/>
1616
<click selector="{{StorefrontCustomerAccountInformationSection.saveButton}}" stepKey="saveCustomerOnStoreFront"/>
1717
<waitForElementVisible selector="{{StorefrontMessagesSection.success}}" stepKey="waitForSuccessMessageVisible"/>
18+
<waitForPageLoad stepKey="waitForPageLoad"/>
1819
<see selector="{{StorefrontMessagesSection.success}}" userInput="You saved the account information." stepKey="verifySuccessMessage"/>
20+
<waitForPageLoad stepKey="waitForPageLoad2"/>
1921
</actionGroup>
2022
</actionGroups>

0 commit comments

Comments
 (0)