Skip to content

Commit e24948e

Browse files
author
Nikita Fomin
committed
MAGETWO-97023: Change quote expiration date with non US time format locale
1 parent 5f446e3 commit e24948e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Backend/Test/Mftf/ActionGroup/AdminAccountActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1111
<actionGroup name="AdminAccountSetInterfaceLocaleActionGroup">
1212
<arguments>
13-
<argument name="localeName" type="string"/>
13+
<argument name="localeName" defaultValue="en_US" type="string"/>
1414
</arguments>
1515
<!-- Navigate to admin System Account Page-->
1616
<amOnPage url="{{AdminSystemAccountPage.url}}" stepKey="openAdminSystemAccountPage"/>

0 commit comments

Comments
 (0)