-
Notifications
You must be signed in to change notification settings - Fork 18
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
[17] Read API :: Web-Api tests :: Magento\GraphQl\Store\StoreSaveTest::testProductVisibleInNewStore #70
Comments
Hi @mslabko. Thank you for your report. Please, add a comment to assign the issue:
|
I tried to run this test and I am missing a fixture @mslabko @melnikovi root@app:/var/www/magento2ce/dev/tests/api-functional# ../../../vendor/bin/phpunit -c phpunit_rest.xml testsuite/Magento/GraphQl/Store/StoreSaveTest.php Error in fixture: "/var/www/magento2ce/dev/tests/integration/testsuite/Magento/Indexer/_files/reindex.php". === Memory Usage System Stats === root@app:/var/www/magento2ce/dev/tests/api-functional# |
@mslabko I was able to pass test for this one. For branch 2.4 there is missing this file dev/tests/integration/testsuite/Magento/Indexer/_files/reindex.php I got this file from this branch |
After discussed with @mslabko , we can close this issue, it is passing now tests |
In the scope of delivery #17 need to fix web-api tests Magento\GraphQl\Store\StoreSaveTest::testProductVisibleInNewStore
Needed branches:
Failed
Magento.GraphQl.Store.StoreSaveTest.testProductVisibleInNewStore (from Magento_GraphQl_Store_StoreSaveTest)
Failing for the past 2 builds (Since Failed#3359 )
Took 15 sec.
Stacktrace
Magento\GraphQl\Store\StoreSaveTest::testProductVisibleInNewStore
Category with name "Category 1" not found in store "new_store"
Failed asserting that actual size 0 matches expected size 1.
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Store/StoreSaveTest.php:106
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Store/StoreSaveTest.php:29
Dev notes:
The text was updated successfully, but these errors were encountered: