{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 0,
    "pending": 0,
    "failures": 1,
    "start": "2022-04-13T07:50:50.847Z",
    "end": "2022-04-13T07:51:05.542Z",
    "duration": 14695,
    "testsRegistered": 1,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "da93adf0-3335-4ccb-8017-775219c97c51",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "a5715c30-bb04-473b-a4a2-05b65f7d9137",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "ACCOUNT - CHANGE DEFAULT address FOR BOTH",
              "fullTitle": "Test ACCOUNT - CHANGE DEFAULT address FOR BOTH",
              "timedOut": null,
              "duration": 12654,
              "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_accountChangeDefaultAddress[\"default\"].loginFromHeader(cy, _websiteMonitoring[\"default\"], true); // RIATTIVA\n\n_global[\"default\"].enterAccountWithBasicCheck(cy, true);\n_global[\"default\"].clickOnAccountMenuSection(cy, 3, true);\ncy.get('.address--item-content.address--item-create > a').click({\n  force: true\n}); //compile the form to create the address\n_accountChangeDefaultAddress[\"default\"].createBasicAddress(cy, true);\ncy.get('.panel--actions.address--form-actions > input[type=\"submit\"]').click({\n  force: true\n});\n_global[\"default\"].selectNthTabHeaderMenu(cy, 2, true);\n_global[\"default\"].selectNthProductFromListing(cy, 1, true);\n_global[\"default\"].addProductToCart(cy, 4, false, true, true);\ncy.get('.address--lastname').should('contain', 'matteo');\ncy.get('.logo-main > a').first().click({\n  force: true\n});\n_global[\"default\"].enterAccountWithBasicCheck(cy, true);\n_global[\"default\"].clickOnAccountMenuSection(cy, 3, true);\ncy.get('.address--actions-set-defaults > form > button').eq(0).first().click({\n  force: true\n});\ncy.get('.address--actions-set-defaults > form > button').eq(1).first().click({\n  force: true\n}); // delete the address\n_global[\"default\"].deleteNthAddress(cy, 1, true);",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation--entry.entry--account > a`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation--entry.entry--account > a`, but never found it.\n    at Context.eval (https://kaminlicht.de/__cypress/tests?p=cypress/integration/shopware5/account-change-default-address.js:113:10)",
                "diff": null
              },
              "uuid": "7305fd19-3572-4f1f-b63c-05cb824c06c0",
              "parentUUID": "a5715c30-bb04-473b-a4a2-05b65f7d9137",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "7305fd19-3572-4f1f-b63c-05cb824c06c0"
          ],
          "pending": [],
          "skipped": [],
          "duration": 12654,
          "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/20/66/reports"
      },
      "version": "6.1.0"
    }
  }
}