File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
app/code/Magento/Variable/Test/Mftf Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11
11
<actionGroup name =" CreateCustomVariableActionGroup" >
12
- <amOnPage url =" admin/admin/system_variable/new/" stepKey =" goToNewCustomVarialePage " />
12
+ <amOnPage url =" admin/admin/system_variable/new/" stepKey =" goToNewCustomVariablePage " />
13
13
<waitForPageLoad stepKey =" waitForPageLoad" />
14
14
<fillField selector =" {{CustomVariableSection.variableCode}}" userInput =" {{customVariable.code}}" stepKey =" fillVariableCode" />
15
15
<fillField selector =" {{CustomVariableSection.variableName}}" userInput =" {{customVariable.name}}" stepKey =" fillVariableName" />
18
18
<click selector =" {{CustomVariableSection.saveCustomVariable}}" stepKey =" clickSaveVariable" />
19
19
</actionGroup >
20
20
<actionGroup name =" DeleteCustomVariableActionGroup" >
21
- <amOnPage url =" admin/admin/system_variable/" stepKey =" goToVarialeGrid " />
21
+ <amOnPage url =" admin/admin/system_variable/" stepKey =" goToVariableGrid " />
22
22
<waitForPageLoad stepKey =" waitForPageLoad1" />
23
23
<click selector =" {{CustomVariableSection.GridCustomVariableCode(customVariable.code)}}" stepKey =" goToCustomVariableEditPage" />
24
24
<waitForPageLoad stepKey =" waitForPageLoad2" />
Original file line number Diff line number Diff line change 11
11
<entity name =" _defaultVariable" type =" cms_page" >
12
12
<data key =" city" > Austin </data >
13
13
</entity >
14
- <entity name =" customVariable" type =" cms_page " >
15
- <data key =" code" unique =" suffix" >variale -code</data >
14
+ <entity name =" customVariable" type =" variable " >
15
+ <data key =" code" unique =" suffix" >variable -code</data >
16
16
<data key =" name" >Test Variable</data >
17
17
<data key =" html" > Sample Variable </data >
18
18
<data key =" plain" >variable-plain-</data >
You can’t perform that action at this time.
0 commit comments