File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Customer/Test/Mftf/Test Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
</after >
30
30
31
31
<!-- Open New Customer Page -->
32
- <actionGroup ref =" AdminNavigateNewCustomerActionGroup" stepKey =" navigateToNewCustomerPage " />
32
+ <actionGroup ref =" AdminNavigateNewCustomerActionGroup" stepKey =" waitToCustomerPageLoad " />
33
33
<fillField userInput =" {{CustomerEntityOne.firstname}}" selector =" {{AdminCustomerAccountInformationSection.firstName}}" stepKey =" fillFirstName" />
34
34
<fillField userInput =" {{CustomerEntityOne.lastname}}" selector =" {{AdminCustomerAccountInformationSection.lastName}}" stepKey =" fillLastName" />
35
35
<fillField userInput =" {{CustomerEntityOne.email}}" selector =" {{AdminCustomerAccountInformationSection.email}}" stepKey =" fillEmail" />
Original file line number Diff line number Diff line change 29
29
</after >
30
30
31
31
<!-- Open New Customer Page -->
32
- <actionGroup ref =" AdminNavigateNewCustomerActionGroup" stepKey =" navigateToNewCustomerPage " />
32
+ <actionGroup ref =" AdminNavigateNewCustomerActionGroup" stepKey =" waitToCustomerPageLoad " />
33
33
<fillField userInput =" {{CustomerEntityOne.firstname}}" selector =" {{AdminCustomerAccountInformationSection.firstName}}" stepKey =" fillFirstName" />
34
34
<fillField userInput =" {{CustomerEntityOne.lastname}}" selector =" {{AdminCustomerAccountInformationSection.lastName}}" stepKey =" fillLastName" />
35
35
<fillField userInput =" {{CustomerEntityOne.email}}" selector =" {{AdminCustomerAccountInformationSection.email}}" stepKey =" fillEmail" />
You can’t perform that action at this time.
0 commit comments