{
  "stats": {
    "suites": 1,
    "tests": 3,
    "passes": 0,
    "pending": 0,
    "failures": 3,
    "start": "2025-04-07T14:40:58.768Z",
    "end": "2025-04-07T14:42:08.244Z",
    "duration": 69476,
    "testsRegistered": 3,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "cfbe4d88-4620-4b48-9c66-b578007798fd",
      "title": "",
      "fullFile": "cypress/e2e/shopware6/change-password.js",
      "file": "cypress/e2e/shopware6/change-password.js",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "a29a40e3-4732-45ba-af76-c675731de4c8",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Change password - Desktop",
              "fullTitle": "Test Change password - Desktop",
              "timedOut": null,
              "duration": 23715,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring.default.visitDomain(cy);\n_websiteMonitoring.default.setViewport(cy);\n_global.default.loginFromHeader(cy, _websiteMonitoring.default, true);\n_global.default.enterAccountWithBasicCheck(cy, true);\n_global.default.clickOnAccountMenuSection(cy, 2, true);\ncy.get('a.account-profile-change').eq(1).click({\n  force: true\n});\n//save new username\nlet oldPwd = _websiteMonitoring.default.getConfigValue('password');\nlet newPwd = _websiteMonitoring.default.getConfigValue('newPassword');\n_changePassword.default.changePassword(cy, oldPwd, newPwd, true);\n_global.default.logoutUser(cy, true);\n_global.default.loginFromHeader(cy, _websiteMonitoring.default, true, \"newPassword\");\n//RESET\n_global.default.clickOnAccountMenuSection(cy, 2, true);\ncy.get('a.account-profile-change').eq(1).click({\n  force: true\n});\n_changePassword.default.changePassword(cy, newPwd, oldPwd, true);\n_global.default.clickOnAccountMenuSection(cy, 1, true);\ncy.get('.card-header').contains('Service');",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `div.card-header`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `div.card-header`, but never found it.\n    at Object.enterAccountWithBasicCheck (webpack://cypress-website-monitoring/./cypress/steps/shopware6/global.js:88:11)\n    at Context.eval (webpack://cypress-website-monitoring/./cypress/e2e/shopware6/change-password.js:16:15)",
                "diff": null
              },
              "uuid": "c2c88d74-bcfc-4a35-9d61-49b4205537eb",
              "parentUUID": "a29a40e3-4732-45ba-af76-c675731de4c8",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Change password - Mobile",
              "fullTitle": "Test Change password - Mobile",
              "timedOut": null,
              "duration": 20137,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring.default.visitDomain(cy);\n_websiteMonitoring.default.setViewport(cy, 'iphone');\n_global.default.loginFromHeader(cy, _websiteMonitoring.default, true);\n_global.default.enterAccountWithBasicCheck(cy, true);\n_global.default.clickOnAccountMenuSection(cy, 2, true);\ncy.get('a.account-profile-change').eq(1).click({\n  force: true\n});\n//save new username\nlet oldPwd = _websiteMonitoring.default.getConfigValue('password');\nlet newPwd = _websiteMonitoring.default.getConfigValue('newPassword');\n_changePassword.default.changePassword(cy, oldPwd, newPwd, true);\n_global.default.logoutUser(cy, true);\n_global.default.loginFromHeader(cy, _websiteMonitoring.default, true, \"newPassword\");\n//RESET\n_global.default.clickOnAccountMenuSection(cy, 2, true);\ncy.get('a.account-profile-change').eq(1).click({\n  force: true\n});\n_changePassword.default.changePassword(cy, newPwd, oldPwd, true);\n_global.default.clickOnAccountMenuSection(cy, 1, true);\ncy.get('.card-header').contains('Service');",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `div.card-header`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `div.card-header`, but never found it.\n    at Object.enterAccountWithBasicCheck (webpack://cypress-website-monitoring/./cypress/steps/shopware6/global.js:88:11)\n    at Context.eval (webpack://cypress-website-monitoring/./cypress/e2e/shopware6/change-password.js:43:15)",
                "diff": null
              },
              "uuid": "16e17a78-1b2e-46d6-87b9-8fd697e5ce87",
              "parentUUID": "a29a40e3-4732-45ba-af76-c675731de4c8",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Change password - Tablet",
              "fullTitle": "Test Change password - Tablet",
              "timedOut": null,
              "duration": 22761,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring.default.visitDomain(cy);\n_websiteMonitoring.default.setViewport(cy, 'tablet');\n_global.default.loginFromHeader(cy, _websiteMonitoring.default, true);\n_global.default.enterAccountWithBasicCheck(cy, true);\n_global.default.clickOnAccountMenuSection(cy, 2, true);\ncy.get('a.account-profile-change').eq(1).click({\n  force: true\n});\n//save new username\nlet oldPwd = _websiteMonitoring.default.getConfigValue('password');\nlet newPwd = _websiteMonitoring.default.getConfigValue('newPassword');\n_changePassword.default.changePassword(cy, oldPwd, newPwd, true);\n_global.default.logoutUser(cy, true);\n_global.default.loginFromHeader(cy, _websiteMonitoring.default, true, \"newPassword\");\n//RESET\n_global.default.clickOnAccountMenuSection(cy, 2, true);\ncy.get('a.account-profile-change').eq(1).click({\n  force: true\n});\n_changePassword.default.changePassword(cy, newPwd, oldPwd, true);\n_global.default.clickOnAccountMenuSection(cy, 1, true);\ncy.get('.card-header').contains('Service');",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `div.card-header`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `div.card-header`, but never found it.\n    at Object.enterAccountWithBasicCheck (webpack://cypress-website-monitoring/./cypress/steps/shopware6/global.js:88:11)\n    at Context.eval (webpack://cypress-website-monitoring/./cypress/e2e/shopware6/change-password.js:70:15)",
                "diff": null
              },
              "uuid": "6d2e6951-ccfc-41e1-a30c-16b399d2d7a7",
              "parentUUID": "a29a40e3-4732-45ba-af76-c675731de4c8",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "c2c88d74-bcfc-4a35-9d61-49b4205537eb",
            "16e17a78-1b2e-46d6-87b9-8fd697e5ce87",
            "6d2e6951-ccfc-41e1-a30c-16b399d2d7a7"
          ],
          "pending": [],
          "skipped": [],
          "duration": 66613,
          "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.3"
    },
    "marge": {
      "options": {
        "reportDir": "cypress/results/44/9/reports",
        "overwrite": true,
        "html": true,
        "json": true
      },
      "version": "6.2.0"
    }
  }
}