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 205205 <item name =" /config/cest" xsi : type =" string" >name</item >
206206 <item name =" /config/cest/test" xsi : type =" string" >name</item >
207207 <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 >
209209 <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>
210210 </argument >
211211 <argument name =" fileName" xsi : type =" string" >*Cest.xml</argument >
221221 <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>
222222 <item name =" /config/cest/test" xsi : type =" string" >name</item >
223223 <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 >
227227 <item name =" /config/cest/test/actionGroup/argument" xsi : type =" string" >name</item >
228228 </argument >
229229 <argument name =" numericArrays" xsi : type =" array" >
Original file line number Diff line number Diff line change 379379 <xs : complexType name =" requiredEntityType" >
380380 <xs : simpleContent >
381381 <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" />
383383 <xs : attribute type =" xs:boolean" name =" remove" default =" false" />
384384 <xs : attribute type =" xs:string" name =" before" />
385385 <xs : attribute type =" xs:string" name =" after" />
Original file line number Diff line number Diff line change 1818class TestGenerator
1919{
2020
21- const REQUIRED_ENTITY_REFERENCE = 'persistedKey ' ;
21+ const REQUIRED_ENTITY_REFERENCE = 'createDataKey ' ;
2222
2323 /**
2424 * Path to the export dir.
You can’t perform that action at this time.
0 commit comments