{
  "stats": {
    "suites": 1,
    "tests": 3,
    "passes": 0,
    "pending": 0,
    "failures": 3,
    "start": "2023-05-17T17:32:44.295Z",
    "end": "2023-05-17T17:33:31.529Z",
    "duration": 47234,
    "testsRegistered": 3,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "bb3e6244-266c-4bdd-8f42-c0a356dbbbee",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "7ac35116-b09e-4d66-9782-f75b552b2d9d",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Change password - Desktop",
              "fullTitle": "Test Change password - Desktop",
              "timedOut": null,
              "duration": 13450,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy);\n_global2[\"default\"].closeCookiesDynafit(cy); //save new username\n\nvar mail = _websiteMonitoring[\"default\"].getConfigValue('username');\nvar oldPwd = _websiteMonitoring[\"default\"].getConfigValue('complexPassword');\nvar newPwd = _websiteMonitoring[\"default\"].getConfigValue('complexNewPassword');\n_global2[\"default\"].loginFromHeader(cy, mail, oldPwd, 'gyufy tyut');\n_global2[\"default\"].clickOnAccountMenuSection(cy, true);\n_global[\"default\"].clickOnAccountMenuSection(cy, 2, true);\n_changePassword[\"default\"].changePassword(cy, oldPwd, newPwd, true);\n_global2[\"default\"].logoutUser(cy, true);\n_global2[\"default\"].loginFromHeader(cy, mail, newPwd, 'gyufy tyut');\n_global2[\"default\"].clickOnAccountMenuSection(cy, true);\n_global[\"default\"].clickOnAccountMenuSection(cy, 2, true); //save new username\n\n_changePassword[\"default\"].changePassword(cy, newPwd, oldPwd, true);\ncy.get('.profile--firstname .profile--field').should('have.value', 'Service');",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.header--entry.entry--account > a`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.header--entry.entry--account > a`, but never found it.\n    at Object.clickOnAccountMenuSection (https://www.dynafit.com/__cypress/tests?p=cypress/integration/shopware5/oberalp-dynafit/change-password.js:652:8)\n    at Context.eval (https://www.dynafit.com/__cypress/tests?p=cypress/integration/shopware5/oberalp-dynafit/change-password.js:35:25)",
                "diff": null
              },
              "uuid": "25cb8b24-7ebc-45cb-a13d-5bd9f5fd118d",
              "parentUUID": "7ac35116-b09e-4d66-9782-f75b552b2d9d",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Change password - Mobile",
              "fullTitle": "Test Change password - Mobile",
              "timedOut": null,
              "duration": 16514,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy, 'iphone');\n_global2[\"default\"].closeCookiesDynafit(cy); //save new username\n\nvar mail = _websiteMonitoring[\"default\"].getConfigValue('username');\nvar oldPwd = _websiteMonitoring[\"default\"].getConfigValue('complexPassword');\nvar newPwd = _websiteMonitoring[\"default\"].getConfigValue('complexNewPassword');\n_global2[\"default\"].loginFromHeaderMobile(cy, mail, oldPwd, 'gyufy tyut');\n_global2[\"default\"].clickOnAccountMenuSection(cy, true); //change account section\n\n_global[\"default\"].clickOnAccountMenuSection(cy, 2, true);\n_changePassword[\"default\"].changePassword(cy, oldPwd, newPwd, true);\n_global2[\"default\"].logoutUser(cy, true);\n_global2[\"default\"].loginFromHeaderMobile(cy, mail, newPwd, 'gyufy tyut');\n_global2[\"default\"].clickOnAccountMenuSection(cy, true);\n_global[\"default\"].clickOnAccountMenuSection(cy, 2, true); //save new username\n\n_changePassword[\"default\"].changePassword(cy, newPwd, oldPwd, true);\ncy.get('.profile--firstname .profile--field').should('have.value', 'Service');",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.header--entry.entry--account > a`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.header--entry.entry--account > a`, but never found it.\n    at Object.clickOnAccountMenuSection (https://www.dynafit.com/__cypress/tests?p=cypress/integration/shopware5/oberalp-dynafit/change-password.js:652:8)\n    at Context.eval (https://www.dynafit.com/__cypress/tests?p=cypress/integration/shopware5/oberalp-dynafit/change-password.js:70:25)",
                "diff": null
              },
              "uuid": "7387168d-5ee2-4e64-beb9-a313ed3c44a6",
              "parentUUID": "7ac35116-b09e-4d66-9782-f75b552b2d9d",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Change password - Tablet",
              "fullTitle": "Test Change password - Tablet",
              "timedOut": null,
              "duration": 15338,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy, 'tablet');\n_global2[\"default\"].closeCookiesDynafit(cy); //save new username\n\nvar mail = _websiteMonitoring[\"default\"].getConfigValue('username');\nvar oldPwd = _websiteMonitoring[\"default\"].getConfigValue('complexPassword');\nvar newPwd = _websiteMonitoring[\"default\"].getConfigValue('complexNewPassword');\n_global2[\"default\"].loginFromHeaderMobile(cy, mail, oldPwd, 'gyufy tyut');\n_global2[\"default\"].clickOnAccountMenuSection(cy, true);\n_global[\"default\"].clickOnAccountMenuSection(cy, 2, true);\n_changePassword[\"default\"].changePassword(cy, oldPwd, newPwd, true);\n_global2[\"default\"].logoutUser(cy, true);\n_global2[\"default\"].loginFromHeaderMobile(cy, mail, newPwd, 'gyufy tyut');\n_global2[\"default\"].clickOnAccountMenuSection(cy, true);\n_global[\"default\"].clickOnAccountMenuSection(cy, 2, true); //save new username\n\n_changePassword[\"default\"].changePassword(cy, newPwd, oldPwd, true);\ncy.get('.profile--firstname .profile--field').should('have.value', 'Service');",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.header--entry.entry--account > a`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.header--entry.entry--account > a`, but never found it.\n    at Object.clickOnAccountMenuSection (https://www.dynafit.com/__cypress/tests?p=cypress/integration/shopware5/oberalp-dynafit/change-password.js:652:8)\n    at Context.eval (https://www.dynafit.com/__cypress/tests?p=cypress/integration/shopware5/oberalp-dynafit/change-password.js:106:25)",
                "diff": null
              },
              "uuid": "d46ea23d-d7c8-4026-8d86-0fd470199ce2",
              "parentUUID": "7ac35116-b09e-4d66-9782-f75b552b2d9d",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "25cb8b24-7ebc-45cb-a13d-5bd9f5fd118d",
            "7387168d-5ee2-4e64-beb9-a313ed3c44a6",
            "d46ea23d-d7c8-4026-8d86-0fd470199ce2"
          ],
          "pending": [],
          "skipped": [],
          "duration": 45302,
          "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/2/9/reports"
      },
      "version": "6.1.0"
    }
  }
}