File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/Magento/FunctionalTestingFramework Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 205
205
<item name =" /config/cest" xsi : type =" string" >name</item >
206
206
<item name =" /config/cest/test" xsi : type =" string" >name</item >
207
207
<item name =" /config/cest/test/actionGroup/argument" xsi : type =" string" >name</item >
208
- <item name =" /config/cest/test/createData/required-entity" xsi : type =" string" >persistedKey </item >
208
+ <item name =" /config/cest/test/createData/required-entity" xsi : type =" string" >createDataKey </item >
209
209
<item name="/config/cest/test/(acceptPopup|actionGroup|amOnPage|amOnUrl|appendField|assertArraySubset|attachFile|cancelPopup|checkOption|click|clickWithLeftButton|clickWithRightButton|closeTab|createData|deleteData|dontSee|dontSeeCheckboxIsChecked|dontSeeCookie|dontSeeCurrentUrlEquals|dontSeeCurrentUrlMatches|dontSeeElement|dontSeeElementInDOM|dontSeeInCurrentUrl|dontSeeInField|dontSeeInPageSource|dontSeeInSource|dontSeeInTitle|dontSeeLink|dontSeeOptionIsSelected|doubleClick|dragAndDrop|entity|executeJS|fillField|formatMoney|grabAttributeFrom|grabCookie|grabFromCurrentUrl|grabMultiple|grabPageSource|grabTextFrom|grabValueFrom|loadSessionSnapshot|loginAsAdmin|makeScreenshot|maximizeWindow|moveBack|moveForward|moveMouseOver|openNewTab|pauseExecution|performOn|pressKey|reloadPage|resetCookie|resizeWindow|scrollTo|searchAndMultiSelectOption|see|seeCheckboxIsChecked|seeCookie|seeCurrentUrlEquals|seeCurrentUrlMatches|seeElement|seeElementInDOM|seeInCurrentUrl|seeInField|seeInFormFields|seeInPageSource|seeInPopup|seeInSource|seeInTitle|seeLink|seeNumberOfElements|seeOptionIsSelected|selectOption|setCookie|switchToIFrame|switchToNextTab|switchToPreviousTab|switchToWindow|typeInPopup|uncheckOption|unselectOption|wait|waitForAjaxLoad|waitForElement|waitForElementChange|waitForElementNotVisible|waitForElementVisible|waitForJS|waitForLoadingMaskToDisappear|waitForPageLoad|waitForText)" xsi:type="string">mergeKey</item>
210
210
</argument >
211
211
<argument name =" fileName" xsi : type =" string" >*Cest.xml</argument >
221
221
<item name="/config/cest/after/(acceptPopup|actionGroup|amOnPage|amOnUrl|appendField|assertArraySubset|attachFile|cancelPopup|checkOption|click|clickWithLeftButton|clickWithRightButton|closeTab|createData|deleteData|dontSee|dontSeeCheckboxIsChecked|dontSeeCookie|dontSeeCurrentUrlEquals|dontSeeCurrentUrlMatches|dontSeeElement|dontSeeElementInDOM|dontSeeInCurrentUrl|dontSeeInField|dontSeeInPageSource|dontSeeInSource|dontSeeInTitle|dontSeeLink|dontSeeOptionIsSelected|doubleClick|dragAndDrop|entity|executeJS|fillField|formatMoney|grabAttributeFrom|grabCookie|grabFromCurrentUrl|grabMultiple|grabPageSource|grabTextFrom|grabValueFrom|loadSessionSnapshot|loginAsAdmin|makeScreenshot|maximizeWindow|moveBack|moveForward|moveMouseOver|openNewTab|pauseExecution|performOn|pressKey|reloadPage|resetCookie|resizeWindow|scrollTo|searchAndMultiSelectOption|see|seeCheckboxIsChecked|seeCookie|seeCurrentUrlEquals|seeCurrentUrlMatches|seeElement|seeElementInDOM|seeInCurrentUrl|seeInField|seeInFormFields|seeInPageSource|seeInPopup|seeInSource|seeInTitle|seeLink|seeNumberOfElements|seeOptionIsSelected|selectOption|setCookie|switchToIFrame|switchToNextTab|switchToPreviousTab|switchToWindow|typeInPopup|uncheckOption|unselectOption|wait|waitForAjaxLoad|waitForElement|waitForElementChange|waitForElementNotVisible|waitForElementVisible|waitForJS|waitForLoadingMaskToDisappear|waitForPageLoad|waitForText)" xsi:type="string">mergeKey</item>
222
222
<item name =" /config/cest/test" xsi : type =" string" >name</item >
223
223
<item name =" /config/cest" xsi : type =" string" >name</item >
224
- <item name =" /config/cest/test/createData/required-entity" xsi : type =" string" >persistedKey </item >
225
- <item name =" /config/cest/before/createData/required-entity" xsi : type =" string" >persistedKey </item >
226
- <item name =" /config/cest/after/createData/required-entity" xsi : type =" string" >persistedKey </item >
224
+ <item name =" /config/cest/test/createData/required-entity" xsi : type =" string" >createDataKey </item >
225
+ <item name =" /config/cest/before/createData/required-entity" xsi : type =" string" >createDataKey </item >
226
+ <item name =" /config/cest/after/createData/required-entity" xsi : type =" string" >createDataKey </item >
227
227
<item name =" /config/cest/test/actionGroup/argument" xsi : type =" string" >name</item >
228
228
</argument >
229
229
<argument name =" numericArrays" xsi : type =" array" >
Original file line number Diff line number Diff line change 379
379
<xs : complexType name =" requiredEntityType" >
380
380
<xs : simpleContent >
381
381
<xs : extension base =" xs:string" >
382
- <xs : attribute type =" xs:string" name =" persistedKey " use =" required" />
382
+ <xs : attribute type =" xs:string" name =" createDataKey " use =" required" />
383
383
<xs : attribute type =" xs:boolean" name =" remove" default =" false" />
384
384
<xs : attribute type =" xs:string" name =" before" />
385
385
<xs : attribute type =" xs:string" name =" after" />
Original file line number Diff line number Diff line change 18
18
class TestGenerator
19
19
{
20
20
21
- const REQUIRED_ENTITY_REFERENCE = 'persistedKey ' ;
21
+ const REQUIRED_ENTITY_REFERENCE = 'createDataKey ' ;
22
22
23
23
/**
24
24
* Path to the export dir.
You can’t perform that action at this time.
0 commit comments