-
Notifications
You must be signed in to change notification settings - Fork 132
Non-API operations fixes #377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Fix operation method receive
@ameysar thank you for your contribution! We'll be reviewing the code changes and tracking its progress internally. We'll keep this PR updated with the appropriate labels to let you know the status of the code review. |
src/Magento/FunctionalTestingFramework/DataGenerator/Persist/Curl/AdminExecutor.php
Outdated
Show resolved
Hide resolved
src/Magento/FunctionalTestingFramework/DataGenerator/Persist/Curl/FrontendExecutor.php
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ameysar The other codes look good, please address the area with comments. Thank you!
@jilu1 all comments are fixed. Please proceed with CR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comment about using 0 as default index.
...gento/FunctionalTestingFramework/DataGenerator/Handlers/OperationDefinitionObjectHandler.php
Outdated
Show resolved
Hide resolved
src/Magento/FunctionalTestingFramework/DataGenerator/Persist/Curl/AdminExecutor.php
Outdated
Show resolved
Hide resolved
src/Magento/FunctionalTestingFramework/DataGenerator/Persist/Curl/FrontendExecutor.php
Outdated
Show resolved
Hide resolved
@jilu1 please proceed with CR |
src/Magento/FunctionalTestingFramework/DataGenerator/Persist/Curl/FrontendExecutor.php
Show resolved
Hide resolved
src/Magento/FunctionalTestingFramework/DataGenerator/Persist/Curl/AdminExecutor.php
Show resolved
Hide resolved
[DevDoc]MQE-1729: Added document for PR #377
remove-abandoned-packages : Removing abandoned packages
Description
Steps to reproduce
/catalog_rule/promo_catalog/save/back/edit
and addreturnRegex="~\/id\/(\d+?)\/~"
<operation name="DeleteCatalogRule" dataType="catalogRule" type="delete" auth="adminFormKey" url="/catalog_rule/promo_catalog/delete/id/{return}" method="POST" successRegex="/messages-message-success/"> </operation>
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd"> <test name="CreateCatalogRuleApiTest"> <createData entity="_defaultCatalogRule" stepKey="createCatalogRule"/> <deleteData createDataKey="createCatalogRule" stepKey="deleteCatalogRule"/> </test> </tests>
Expected result
Test passed successfully
Actual result
Test failed
Notice
Contribution checklist