{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 0,
    "pending": 0,
    "failures": 1,
    "start": "2022-04-13T07:48:14.204Z",
    "end": "2022-04-13T07:48:28.409Z",
    "duration": 14205,
    "testsRegistered": 1,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "b53d1557-09d2-4679-aa27-bb3222eae125",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "5a7bc2eb-765d-4b19-bd39-5331113e46b7",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Change password",
              "fullTitle": "Test Change password",
              "timedOut": null,
              "duration": 12497,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy); //set desktop\n\n_websiteMonitoring[\"default\"].setViewport(cy);\n_global[\"default\"].loginFromHeader(cy, _websiteMonitoring[\"default\"], true);\n_global[\"default\"].enterAccountWithBasicCheck(cy, true); //change account section\n\n_global[\"default\"].clickOnAccountMenuSection(cy, 2, true); //save new username\n\nvar oldPwd = _websiteMonitoring[\"default\"].getConfigValue('login', 'password');\nvar newPwd = _websiteMonitoring[\"default\"].getConfigValue('login', 'newPassword');\n_changePassword[\"default\"].changePassword(cy, oldPwd, newPwd, true);\n_global[\"default\"].logoutUser(cy, true);\n_global[\"default\"].loginFromHeader(cy, _websiteMonitoring[\"default\"], true, \"newPassword\"); //RESET\n//change account section\n\n_global[\"default\"].clickOnAccountMenuSection(cy, 2, true); //save new username\n\n_changePassword[\"default\"].changePassword(cy, newPwd, oldPwd, true); //change account section\n\n_global[\"default\"].clickOnAccountMenuSection(cy, 1, true);\ncy.get('.account--welcome > h1').contains('fede');",
              "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/change-password.js:140:10)",
                "diff": null
              },
              "uuid": "136db2af-8720-4b77-8ea5-0fb404fd2d71",
              "parentUUID": "5a7bc2eb-765d-4b19-bd39-5331113e46b7",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "136db2af-8720-4b77-8ea5-0fb404fd2d71"
          ],
          "pending": [],
          "skipped": [],
          "duration": 12497,
          "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/9/reports"
      },
      "version": "6.1.0"
    }
  }
}