We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c263019 commit b71b790Copy full SHA for b71b790
app/code/Magento/Sales/Test/Mftf/Test/AdminCreateOrderWithConfigurableProductPressKeyEnterTest.xml
@@ -9,6 +9,13 @@
9
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11
<test name="AdminCreateOrderWithConfigurableProductPressKeyEnterTest">
12
+ <annotations>
13
+ <title value="Create Order in Admin with configurable product"/>
14
+ <description value="Create order with configurable product."/>
15
+ <features value="Sales"/>
16
+ <severity value="MAJOR"/>
17
+ <group value="Sales"/>
18
+ </annotations>
19
<before>
20
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
21
<createData entity="_defaultCategory" stepKey="createCategory"/>
0 commit comments