Skip to content

Commit 81b821e

Browse files
ACQE-8003: [MTFT Test] DateFiltersInCustomInstanceTimeZoneTest
- Updated copyright and removed BIC comments
1 parent ea5cd58 commit 81b821e

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
6-
*/
3+
/**
4+
* Copyright 2023 Adobe
5+
* All Rights Reserved.
6+
*/
77
-->
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -25,7 +25,6 @@
2525
<!--Set needed Timezone-->
2626
<selectOption userInput="New Zealand Standard Time (Antarctica/McMurdo)" selector="{{LocaleOptionsSection.timeZoneDropdown}}" stepKey="selectOption1"/>
2727
<actionGroup ref="AdminSaveConfigActionGroup" stepKey="saveConfiguration"/>
28-
<comment userInput="BIC workaround" stepKey="waitForConfigurationPageSave"/>
2928
<!-- Wait for configuration to be applied-->
3029
<waitForPageLoad stepKey="waitForConfigurationSave"/>
3130
<!-- Clear cache to ensure timezone change takes effect-->
@@ -45,7 +44,6 @@
4544
</actionGroup>
4645
<!-- Logout customer from storefront (if logged in) -->
4746
<actionGroup ref="StorefrontCustomerLogoutActionGroup" stepKey="logoutCustomer"/>
48-
<comment userInput="BIC workaround" stepKey="seeIfCustomerIsDeleted"/>
4947
<!-- Delete customer -->
5048
<actionGroup ref="AdminDeleteCustomerActionGroup" stepKey="deleteCustomer">
5149
<argument name="customerEmail" value="Simple_US_Customer.email"/>
@@ -57,7 +55,6 @@
5755
<actionGroup ref="SignUpNewUserFromStorefrontActionGroup" stepKey="signUpNewUser">
5856
<argument name="Customer" value="Simple_US_Customer"/>
5957
</actionGroup>
60-
<comment userInput="BIC workaround" stepKey="waitForCustomerToBeCreated"/>
6158
<!--Go to *Customers > All Customers* page-->
6259
<amOnPage url="{{AdminCustomerPage.url}}" stepKey="GoToCustomerPage"/>
6360
<waitForPageLoad stepKey="waitForCustomersPage2"/>

0 commit comments

Comments
 (0)