{
  "stats": {
    "suites": 1,
    "tests": 3,
    "passes": 0,
    "pending": 0,
    "failures": 3,
    "start": "2025-04-07T13:25:48.811Z",
    "end": "2025-04-07T13:26:27.003Z",
    "duration": 38192,
    "testsRegistered": 3,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "c1b66eaf-3783-4422-b0e8-71cebb74209a",
      "title": "",
      "fullFile": "cypress/e2e/shopware6/delete-address.js",
      "file": "cypress/e2e/shopware6/delete-address.js",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "23a35033-86df-4c9a-9e6e-82f47dc8e1bb",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Delete address - Desktop",
              "fullTitle": "Test Delete address - Desktop",
              "timedOut": null,
              "duration": 12843,
              "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, 3, true);\ncy.get('.address-action-create > a').click({\n  force: true\n});\n//compile the form to create the address\n_global.default.createBasicAddress(cy, true);\ncy.get('button.address-form-submit[type=\"submit\"]').click({\n  force: true\n});\ncy.wait(1000);\ncy.get(\".alert-success\").should('exist').and('be.visible');\n_global.default.deleteNthAddress(cy, 1, true);\n_global.default.containsElementWithText(\"L'indirizzo è stato cancellato\", \"Adresse erfolgreich gelöscht.\", \"Address has been deleted.\");",
              "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/delete-address.js:15:15)",
                "diff": null
              },
              "uuid": "939c0403-8674-418c-8e33-ac770c023ee9",
              "parentUUID": "23a35033-86df-4c9a-9e6e-82f47dc8e1bb",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Delete address - Mobile",
              "fullTitle": "Test Delete address - Mobile",
              "timedOut": null,
              "duration": 11605,
              "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, 3, true);\ncy.get('.address-action-create > a').click({\n  force: true\n});\n//compile the form to create the address\n_global.default.createBasicAddress(cy, true);\ncy.get('button.address-form-submit[type=\"submit\"]').click({\n  force: true\n});\ncy.wait(1000);\ncy.get(\".alert-success\").should('exist').and('be.visible');\n_global.default.deleteNthAddress(cy, 1, true);\n_global.default.containsElementWithText(\"L'indirizzo è stato cancellato\", \"Adresse erfolgreich gelöscht.\", \"Address has been deleted.\");",
              "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/delete-address.js:42:15)",
                "diff": null
              },
              "uuid": "b00bcf83-2c35-43d1-bd74-461a0b244af7",
              "parentUUID": "23a35033-86df-4c9a-9e6e-82f47dc8e1bb",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Delete address - Tablet",
              "fullTitle": "Test Delete address - Tablet",
              "timedOut": null,
              "duration": 10941,
              "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, 3, true);\ncy.get('.address-action-create > a').click({\n  force: true\n});\n//compile the form to create the address\n_global.default.createBasicAddress(cy, true);\ncy.get('button.address-form-submit[type=\"submit\"]').click({\n  force: true\n});\ncy.wait(1000);\ncy.get(\".alert-success\").should('exist').and('be.visible');\n_global.default.deleteNthAddress(cy, 1, true);\n_global.default.containsElementWithText(\"L'indirizzo è stato cancellato\", \"Adresse erfolgreich gelöscht.\", \"Address has been deleted.\");",
              "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/delete-address.js:69:15)",
                "diff": null
              },
              "uuid": "5502d3ed-7edd-4602-8eea-1c32050150cd",
              "parentUUID": "23a35033-86df-4c9a-9e6e-82f47dc8e1bb",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "939c0403-8674-418c-8e33-ac770c023ee9",
            "b00bcf83-2c35-43d1-bd74-461a0b244af7",
            "5502d3ed-7edd-4602-8eea-1c32050150cd"
          ],
          "pending": [],
          "skipped": [],
          "duration": 35389,
          "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/46/13/reports",
        "overwrite": true,
        "html": true,
        "json": true
      },
      "version": "6.2.0"
    }
  }
}