{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 0,
    "pending": 0,
    "failures": 1,
    "start": "2022-04-12T10:43:14.745Z",
    "end": "2022-04-12T10:43:36.087Z",
    "duration": 21342,
    "testsRegistered": 1,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "22f00cea-5cd2-4f85-b7ea-d0d2adfd205c",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "90ba60c8-0b0e-4468-943e-b61461ae0787",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Checkout - Change shipping method",
              "fullTitle": "Test Checkout - Change shipping method",
              "timedOut": null,
              "duration": 19282,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "//set desktop\n_websiteMonitoring[\"default\"].setViewport(cy);\n_websiteMonitoring[\"default\"].visitDomain(cy);\n_global[\"default\"].selectNthTabHeaderMenu(cy, 2, true);\n_global[\"default\"].selectNthProductFromListing(cy, 1, true);\n_global[\"default\"].addProductToCart(cy, 4, true, false, true);\ncy.get('.table--actions .main--actions > a').first().click({\n  force: true\n});\n_checkoutChangeShippingMethod[\"default\"].loginCheckoutPage(cy, _websiteMonitoring[\"default\"], true); // change method + reset old method\n\nvar chooseShipping = '2';\n_checkoutChangeShippingMethod[\"default\"].changeShippingMethod(cy, chooseShipping, _websiteMonitoring[\"default\"], true);",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.table--actions .main--actions > a`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.table--actions .main--actions > a`, but never found it.\n    at Context.eval (https://italiatella.com/__cypress/tests?p=cypress/integration/shopware5/checkout-change-shipping-method.js:30:8)",
                "diff": null
              },
              "uuid": "cf52df93-9866-466e-9ff9-9410bb0ccd0b",
              "parentUUID": "90ba60c8-0b0e-4468-943e-b61461ae0787",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "cf52df93-9866-466e-9ff9-9410bb0ccd0b"
          ],
          "pending": [],
          "skipped": [],
          "duration": 19282,
          "root": false,
          "rootEmpty": false,
          "_timeout": 2000
        }
      ],
      "passes": [],
      "failures": [],
      "pending": [],
      "skipped": [],
      "duration": 0,
      "root": true,
      "rootEmpty": true,
      "_timeout": 2000
    }
  ],
  "meta": {
    "mocha": {
      "version": "7.0.1"
    },
    "mochawesome": {
      "options": {
        "quiet": false,
        "reportFilename": "mochawesome",
        "saveHtml": true,
        "saveJson": true,
        "consoleReporter": "spec",
        "useInlineDiffs": false,
        "code": true
      },
      "version": "7.1.0"
    },
    "marge": {
      "options": {
        "reportDir": "cypress/results/19/53/reports"
      },
      "version": "6.1.0"
    }
  }
}