| test | seconds | history |
|---|
Magento.GraphQl.App.GraphQlCheckoutMutationsStateTest::testPlaceOrderdetailsdeterministic 3.759s @magentoDataFixture Magento/GraphQl/Catalog/_files/simple_product.php @magentoDataFixture Magento/GraphQl/Quote/_files/guest/create_empty_cart.php @magentoDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php @magentoDataFixture Magento/GraphQl/Quote/_files/set_new_shipping_address.php @magentoDataFixture Magento/GraphQl/Quote/_files/set_new_billing_address.php @magentoDataFixture Magento/GraphQl/Quote/_files/set_flatrate_shipping_method.php @magentoDataFixture Magento/GraphQl/Quote/_files/set_checkmo_payment_method.php @magentoDataFixture Magento/GraphQl/Quote/_files/guest/set_guest_email.php Magento\GraphQl\App\GraphQlCheckoutMutationsStateTest::testPlaceOrder
1 objects changed state since constructed. Details: array (
'Magento\\Elasticsearch\\Model\\Adapter\\BatchDataMapper\\ProductDataMapper' =>
array (
'objectClassBefore' => 'Magento\\Elasticsearch\\Model\\Adapter\\BatchDataMapper\\ProductDataMapper',
'properties' =>
array (
'attributeOptionsCache' =>
array (
1 =>
array (
'before' => NULL,
'after' =>
array (
74 =>
array (
),
97 =>
array (
0 =>
array (
'value' => 1,
'label' => 'Magento\\Framework\\Phrase',
),
1 =>
array (
'value' => 2,
'label' => 'Magento\\Framework\\Phrase',
),
),
136 =>
array (
0 =>
array (
'value' => '0',
'label' => 'Magento\\Framework\\Phrase',
),
1 =>
array (
'value' => '2',
'label' => 'Taxable Goods',
),
),
73 =>
array (
),
121 =>
array (
),
),
),
),
),
'objectIdBefore' => 126515,
),
)
Failed asserting that an array is empty.
/srv/mageos-testing/mageos-master/dev/tests/integration/testsuite/Magento/GraphQl/App/State/GraphQlStateDiff.php:206
/srv/mageos-testing/mageos-master/dev/tests/integration/testsuite/Magento/GraphQl/App/State/GraphQlStateDiff.php:147
/srv/mageos-testing/mageos-master/dev/tests/integration/testsuite/Magento/GraphQl/App/GraphQlCheckoutMutationsStateTest.php:326/srv/mageos-testing/mageos-master/dev/tests/integration/testsuite/Magento/GraphQl/App/GraphQlCheckoutMutationsStateTest.php:320–344 <?php
* @magentoDataFixture Magento/GraphQl/Quote/_files/guest/set_guest_email.php
*/
public function testPlaceOrder(): void
{
$cartId = $this->graphQlStateDiff->getCartIdHash('test_quote');
$query = $this->getPlaceOrderQuery();
$this->graphQlStateDiff->testState(
$query,
['cartId' => $cartId],
[],
[],
'placeOrder',
'"data":{"placeOrder":',
$this
);
}
private function getBillingAddressQuery(): string
{
return <<<'QUERY'
mutation($cartId: String!) {
setBillingAddressOnCart(
input: {
cart_id: $cartId
billing_address: {
| 3.76 | |
| Magento.GraphQl.App.GraphQlCheckoutMutationsStateTest::testAddBundleProductToCart | 4.30 | |
| Magento.GraphQl.App.GraphQlCheckoutMutationsStateTest::testAddConfigurableProductToCart | 6.32 | |
| Magento.GraphQl.App.GraphQlCheckoutMutationsStateTest::testAddCouponToCart | 4.19 | |
| Magento.GraphQl.App.GraphQlCheckoutMutationsStateTest::testAddDownloadableProductToCart | 3.23 | |
| Magento.GraphQl.App.GraphQlCheckoutMutationsStateTest::testAddSimpleProductToCart | 3.25 | |
| Magento.GraphQl.App.GraphQlCheckoutMutationsStateTest::testAddVirtualProductToCart | 1.47 | |
| Magento.GraphQl.App.GraphQlCheckoutMutationsStateTest::testCreateEmptyCart | 2.08 | |
| Magento.GraphQl.App.GraphQlCheckoutMutationsStateTest::testSetBillingAddressOnCart | 1.92 | |
| Magento.GraphQl.App.GraphQlCheckoutMutationsStateTest::testSetPaymentMethodOnCart | 2.78 | |
| Magento.GraphQl.App.GraphQlCheckoutMutationsStateTest::testSetShippingAddressOnCart | 3.08 | |
| Magento.GraphQl.App.GraphQlCheckoutMutationsStateTest::testSetShippingMethodsOnCart | 1.90 | |
| Magento.GraphQl.App.GraphQlCustomerMutationsTest::testChangePassword | 3.62 | |
| Magento.GraphQl.App.GraphQlCustomerMutationsTest::testCreateCustomerAddress | 1.66 | |
| Magento.GraphQl.App.GraphQlCustomerMutationsTest::testCustomerState with data set "Create Customer" | 2.89 | |
| Magento.GraphQl.App.GraphQlCustomerMutationsTest::testCustomerState with data set "Generate Customer Token" | 1.34 | |
| Magento.GraphQl.App.GraphQlCustomerMutationsTest::testCustomerState with data set "Get Customer" | 1.37 | |
| Magento.GraphQl.App.GraphQlCustomerMutationsTest::testCustomerState with data set "Update Customer Address" | 1.64 | |
| Magento.GraphQl.App.GraphQlCustomerMutationsTest::testCustomerState with data set "Update Customer Email" | 4.69 | |
| Magento.GraphQl.App.GraphQlCustomerMutationsTest::testCustomerState with data set "Update Customer" | 2.07 | |
| Magento.GraphQl.App.GraphQlCustomerMutationsTest::testGraphQlPasswordResetSecurityLimiting | 2.04 | |
| Magento.GraphQl.App.GraphQlCustomerMutationsTest::testMergeCarts | 4.12 | |
| Magento.GraphQl.App.GraphQlCustomerMutationsTest::testRequestPasswordResetEmail | 1.85 | |
| Magento.GraphQl.App.GraphQlCustomerMutationsTest::testResetPassword | 2.16 | |
| Magento.GraphQl.App.GraphQlStateTest::testCartState with data set "Get Cart" | 4.57 | |
| Magento.GraphQl.App.GraphQlStateTest::testState with data set "Get Categories by name" | 31.54 | |
| Magento.GraphQl.App.GraphQlStateTest::testState with data set "Get List of Products by category_id" | 45.74 | |
| Magento.GraphQl.App.GraphQlStateTest::testState with data set "Get Navigation Menu by category_id" | 47.22 | |
| Magento.GraphQl.App.GraphQlStateTest::testState with data set "Get Product Search by product_name" | 56.17 | |
| Magento.GraphQl.App.GraphQlStateTest::testState with data set "Get Products by name" | 41.09 | |
| Magento.GraphQl.App.GraphQlStateTest::testState with data set "Get Simple Product Details by name" | 35.47 | |
| Magento.GraphQl.App.GraphQlStateTest::testState with data set "Get Url Info by url_key" | 39.19 | |
| Magento.GraphQl.App.GraphQlStateTest::testState with data set "Get available Stores" | 31.02 | |
| Magento.GraphQl.App.GraphQlStateTest::testState with data set "Get store config" | 32.23 | |
| Magento.GraphQl.Controller.GraphQlControllerTest::testDispatch | 3.15 | |
| Magento.GraphQl.Controller.GraphQlControllerTest::testDispatchGetWithInvalidQuery | 2.07 | |
| Magento.GraphQl.Controller.GraphQlControllerTest::testDispatchGetWithMutation | 2.30 | |
| Magento.GraphQl.Controller.GraphQlControllerTest::testDispatchGetWithParameterizedVariables | 1.53 | |
| Magento.GraphQl.Controller.GraphQlControllerTest::testDispatchGetWithoutQuery | 1.78 | |
| Magento.GraphQl.Controller.GraphQlControllerTest::testDispatchOptions | 1.60 | |
| Magento.GraphQl.Controller.GraphQlControllerTest::testDispatchPostWithInvalidJson | 2.24 | |
| Magento.GraphQl.Controller.GraphQlControllerTest::testDispatchPostWithWrongContentType | 1.93 | |
| Magento.GraphQl.Controller.GraphQlControllerTest::testDispatchPostWithoutQuery | 2.68 | |
| Magento.GraphQl.Controller.GraphQlControllerTest::testDispatchWithGet | 1.74 | |
| Magento.GraphQl.Controller.GraphQlControllerTest::testError | 2.30 | |
| Magento.GraphQl.Controller.HttpRequestValidator.HttpVerbValidatorTest::testValidate with data set #0 | 0.04 | |
| Magento.GraphQl.Controller.HttpRequestValidator.HttpVerbValidatorTest::testValidate with data set #1 | 0.05 | |
| Magento.GraphQl.GraphQlIntrospectionTest::testIntrospectionQuery | 0.05 | |
| Magento.GraphQl.GraphQlIntrospectionTest::testIntrospectsIncludeTheDeprecatedParameter | 0.05 | |
| Magento.GraphQl.GraphQlIntrospectionTest::testIntrospectsInputObjectWithNonNullInputField | 0.04 | |
| Magento.GraphQl.Helper.Query.Logger.LogDataTest::testGetQueryInformation with data set #0 | 0.10 | |
| Magento.GraphQl.Helper.Query.Logger.LogDataTest::testGetQueryInformation with data set #1 | 0.10 | |
| Magento.GraphQl.Helper.Query.Logger.LogDataTest::testGetQueryInformation with data set #2 | 0.10 | |
| Magento.GraphQl.Helper.Query.Logger.LogDataTest::testGetQueryInformation with data set #3 | 0.10 | |
| Magento.GraphQl.Helper.Query.Logger.LogDataTest::testGetQueryInformation with data set #4 | 0.17 | |
| Magento.GraphQl.Helper.Query.Logger.LogDataTest::testGetQueryInformation with data set #5 | 0.14 | |
| Magento.GraphQl.Helper.Query.Logger.LogDataTest::testGetQueryInformation with data set #6 | 0.13 | |
| Magento.GraphQl.Quote.BackpressureTest::testConfigured with data set "customer" | 0.04 | |
| Magento.GraphQl.Quote.BackpressureTest::testConfigured with data set "guest" | 0.04 | |