{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 0,
    "pending": 0,
    "failures": 1,
    "start": "2022-04-12T10:52:40.175Z",
    "end": "2022-04-12T10:53:01.545Z",
    "duration": 21370,
    "testsRegistered": 1,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "a042d070-0573-475c-a234-c9606a74b693",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "2c18d5d6-fbc8-47d5-8728-7b655bad9d81",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Checkout - CHANGE invoice address ",
              "fullTitle": "Test Checkout - CHANGE invoice address ",
              "timedOut": null,
              "duration": 19511,
              "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}); // make it global - found it in checkout as logged out\n_changeCheckoutBillingAddress[\"default\"].loginCheckoutPage(cy, _websiteMonitoring[\"default\"], true);\n_changeCheckoutBillingAddress[\"default\"].addBillingAddress(cy, _websiteMonitoring[\"default\"], true);\ncy.get('.billing--panel > .address--firstname').should('contain', 'fede'); // reset / delete address\ncy.get('.information--panel-address .panel .panel--actions > a').first().click({\n  force: true\n});\ncy.get('.address-manager--selection-form > button').first().click({\n  force: true\n});\n_websiteMonitoring[\"default\"].visitDomain(cy);\n_global[\"default\"].enterAccountWithBasicCheck(cy, true);\n_global[\"default\"].clickOnAccountMenuSection(cy, 3, true);\n_global[\"default\"].deleteNthAddress(cy, 1, 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/change-checkout-billing-address.js:30:8)",
                "diff": null
              },
              "uuid": "4af2de63-2278-4e35-b512-e8f5629a4ad0",
              "parentUUID": "2c18d5d6-fbc8-47d5-8728-7b655bad9d81",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "4af2de63-2278-4e35-b512-e8f5629a4ad0"
          ],
          "pending": [],
          "skipped": [],
          "duration": 19511,
          "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/49/reports"
      },
      "version": "6.1.0"
    }
  }
}