Skip to content
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

Fix Functional Test Magento\Sales\Test\TestCase\CreateOrderBackendPartOneTest::test with data set "CreateOrderBackendTestVariation1_0" #1190

Closed
p-bystritsky opened this issue May 17, 2018 · 2 comments
Assignees
Milestone

Comments

@p-bystritsky
Copy link
Contributor

p-bystritsky commented May 17, 2018

Preconditions

  1. Magento 2

Steps to reproduce

  1. Run Functional Test Magento\Sales\Test\TestCase\CreateOrderBackendPartOneTest::test with data set "CreateOrderBackendTestVariation1_0"

Expected result

  1. Test should pass successfully.

Actual result

  1. Form data not equals to passed from fixture:
    quantity_and_stock_status:
    • qty: "63" instead of "62"
      Failed asserting that false is true.

Note

In Magento without MSI products are deducted from Stock immediately after Order is placed, but in Magento with MSI only after Order is shipped / invoiced.

@p-bystritsky p-bystritsky added this to the MSI Part I milestone May 17, 2018
@p-bystritsky
Copy link
Contributor Author

Should be fixed in #1164

@ishakhsuvarov
Copy link
Contributor

Fixed in magento/magento2#16153

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants