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

[Integration Tests] Catalog Bundle products tests are failed #80

Closed
vpodorozh opened this issue Feb 9, 2024 · 1 comment
Closed

[Integration Tests] Catalog Bundle products tests are failed #80

vpodorozh opened this issue Feb 9, 2024 · 1 comment

Comments

@vpodorozh
Copy link
Contributor

Description

Catalog Bundle products tests are failed.
ref:

1) Magento\Bundle\Model\ProductTest::testIsSalable with data set "selectionQty: 5 qty: 0 isInStock: 0 manageStock: 1 backorders: 0" (5, 0, 0, true, 0, false)
Failed asserting that true matches expected false.
.....
22) Magento\Bundle\Model\ProductTest::testIsSalable with data set "selectionQty: 15 qty: 10 isInStock: 1 manageStock: 1 backorders: 0" (15, 10, 1, true, 0, false)
Failed asserting that true matches expected false.
.....
1) Magento\Bundle\Model\Product\IsSaleableTest::testIsSaleableOnBundleWithNotEnoughQtyOfSelection
Bundle product supposed to be non saleable if there are not enough qty of selections on required options
Failed asserting that true is false.

/var/www/html/dev/tests/integration/testsuite/Magento/Bundle/Model/Product/IsSaleableTest.php:229

Expected behavior

tests are passed

Benefits

No response

Additional information

No response

Release note

No response

@vpodorozh
Copy link
Contributor Author

resolved in related PR

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

1 participant