Skip to content

Commit 9b68ac4

Browse files
JhalakMathurshashikant.kumar
authored andcommitted
Code Fixes for Failures
1 parent 64aadad commit 9b68ac4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Config/Test/Mftf/Test/DateFiltersInCustomInstanceTimeZoneTest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
<actionGroup ref="AdminSaveConfigActionGroup" stepKey="saveConfiguration"/>
3535
<!-- Delete customer -->
3636
<actionGroup ref="AdminDeleteCustomerActionGroup" stepKey="deleteCustomer">
37-
<argument name="customerEmail" value="CustomerEntityOne.email"/>
37+
<argument name="customerEmail" value="Simple_US_Customer.email"/>
3838
</actionGroup>
3939
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutAsAdmin"/>
4040
</after>
4141
<!-- Create Customer -->
4242
<actionGroup ref="SignUpNewUserFromStorefrontActionGroup" stepKey="signUpNewUser">
43-
<argument name="Customer" value="CustomerEntityOne"/>
43+
<argument name="Customer" value="Simple_US_Customer"/>
4444
</actionGroup>
4545
<!--Login to Admin-->
4646
<actionGroup ref="AdminLoginActionGroup" stepKey="adminLogin"/>
@@ -63,7 +63,7 @@
6363
<actionGroup ref="AdminGridFilterApplyActionGroup" stepKey="applyFilter"/>
6464
<!--Customer *A* is present in the grid-->
6565
<actionGroup ref="AdminAssertCustomerInCustomersGrid" stepKey="assertCustomer1InGrid">
66-
<argument name="text" value="{{CustomerEntityOne.email}}"/>
66+
<argument name="text" value="{{Simple_US_Customer.email}}"/>
6767
<argument name="row" value="1"/>
6868
</actionGroup>
6969
</test>

0 commit comments

Comments
 (0)