{
  "stats": {
    "suites": 1,
    "tests": 3,
    "passes": 0,
    "pending": 0,
    "failures": 3,
    "start": "2023-01-10T10:13:10.726Z",
    "end": "2023-01-10T10:13:47.972Z",
    "duration": 37246,
    "testsRegistered": 3,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "62693f12-dd89-4a80-a1ef-1209252c620a",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "95a58520-31c0-49a6-be2a-d38faf438b04",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Log in as a user in the home page and visualize the cart sidebar - Desktop",
              "fullTitle": "Test Log in as a user in the home page and visualize the cart sidebar - Desktop",
              "timedOut": null,
              "duration": 10915,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy);\nvar baseurl = _websiteMonitoring[\"default\"].readEnvVariable('url');\n_global[\"default\"].closeCookieDaunenstep(cy);\n_global[\"default\"].loginFromHeader(cy, _websiteMonitoring[\"default\"], true);\ncy.visit(baseurl);\n_emptyShoppingCartSidebar[\"default\"].assertEmptyCartSidebar(cy, true);\ncy.get(\".js--overlay\").click({\n  force: true\n});\ncy.wait(1000);\n_emptyShoppingCartSidebar[\"default\"].assertEmptyCartSidebar(cy, true);",
              "err": {
                "message": "CypressError: Timed out retrying after 4050ms: `cy.click()` failed because this element:\n\n`<a href=\"#\" class=\"cookie-permission--accept-button btn is--large is--center\">Alle ak...</a>`\n\nis being covered by another element:\n\n`<div class=\"_1apdn8a\">...</div>`\n\nFix this problem, or use {force: true} to disable error checking.\n\nhttps://on.cypress.io/element-cannot-be-interacted-with",
                "estack": "CypressError: Timed out retrying after 4050ms: `cy.click()` failed because this element:\n\n`<a href=\"#\" class=\"cookie-permission--accept-button btn is--large is--center\">Alle ak...</a>`\n\nis being covered by another element:\n\n`<div class=\"_1apdn8a\">...</div>`\n\nFix this problem, or use {force: true} to disable error checking.\n\nhttps://on.cypress.io/element-cannot-be-interacted-with\n    at $Cy.ensureDescendents (https://www.daunenstep.com/__cypress/runner/cypress_runner.js:164036:78)\n    at ensureDescendents (https://www.daunenstep.com/__cypress/runner/cypress_runner.js:150250:8)\n    at ensureDescendentsAndScroll (https://www.daunenstep.com/__cypress/runner/cypress_runner.js:150257:14)\n    at ensureElIsNotCovered (https://www.daunenstep.com/__cypress/runner/cypress_runner.js:150389:5)\n    at runAllChecks (https://www.daunenstep.com/__cypress/runner/cypress_runner.js:150579:52)\n    at retryActionability (https://www.daunenstep.com/__cypress/runner/cypress_runner.js:150603:16)\n    at tryCatcher (https://www.daunenstep.com/__cypress/runner/cypress_runner.js:13022:23)\n    at Function.Promise.attempt.Promise.try (https://www.daunenstep.com/__cypress/runner/cypress_runner.js:10296:29)\n    at whenStable (https://www.daunenstep.com/__cypress/runner/cypress_runner.js:168760:63)\n    at https://www.daunenstep.com/__cypress/runner/cypress_runner.js:168257:14\n    at tryCatcher (https://www.daunenstep.com/__cypress/runner/cypress_runner.js:13022:23)\n    at Promise._settlePromiseFromHandler (https://www.daunenstep.com/__cypress/runner/cypress_runner.js:10957:31)\n    at Promise._settlePromise (https://www.daunenstep.com/__cypress/runner/cypress_runner.js:11014:18)\n    at Promise._settlePromise0 (https://www.daunenstep.com/__cypress/runner/cypress_runner.js:11059:10)\n    at Promise._settlePromises (https://www.daunenstep.com/__cypress/runner/cypress_runner.js:11139:18)\n    at Promise._fulfill (https://www.daunenstep.com/__cypress/runner/cypress_runner.js:11083:18)\nFrom Your Spec Code:\n    at Object.closeCookieDaunenstep (https://www.daunenstep.com/__cypress/tests?p=cypress/integration/shopware5/daunenstep/empty-shopping-cart-sidebar.js:131:8)\n    at Context.eval (https://www.daunenstep.com/__cypress/tests?p=cypress/integration/shopware5/daunenstep/empty-shopping-cart-sidebar.js:25:24)",
                "diff": null
              },
              "uuid": "5865cdce-a13f-4072-8786-9b9b6a773ea3",
              "parentUUID": "95a58520-31c0-49a6-be2a-d38faf438b04",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Log in as a user in the home page and visualize the cart sidebar - Mobile",
              "fullTitle": "Test Log in as a user in the home page and visualize the cart sidebar - Mobile",
              "timedOut": null,
              "duration": 12796,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy, 'iphone');\nvar baseurl = _websiteMonitoring[\"default\"].readEnvVariable('url');\n_global[\"default\"].closeCookieDaunenstep(cy);\n_global[\"default\"].loginFromHeader(cy, _websiteMonitoring[\"default\"], true);\ncy.visit(baseurl);\n_emptyShoppingCartSidebar[\"default\"].assertEmptyCartSidebar(cy, true);\ncy.get(\".js--overlay\").click({\n  force: true\n});\ncy.wait(1000);\n_emptyShoppingCartSidebar[\"default\"].assertEmptyCartSidebar(cy, true);",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.register--login-email > input`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.register--login-email > input`, but never found it.\n    at Context.eval (https://www.daunenstep.com/__cypress/tests?p=cypress/integration/shopware5/daunenstep/empty-shopping-cart-sidebar.js:298:10)",
                "diff": null
              },
              "uuid": "fea92663-d840-4888-b398-54c113e9ce94",
              "parentUUID": "95a58520-31c0-49a6-be2a-d38faf438b04",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Log in as a user in the home page and visualize the cart sidebar - Tablet",
              "fullTitle": "Test Log in as a user in the home page and visualize the cart sidebar - Tablet",
              "timedOut": null,
              "duration": 11858,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy, 'tablet');\nvar baseurl = _websiteMonitoring[\"default\"].readEnvVariable('url');\n_global[\"default\"].closeCookieDaunenstep(cy);\n_global[\"default\"].loginFromHeader(cy, _websiteMonitoring[\"default\"], true);\ncy.visit(baseurl);\n_emptyShoppingCartSidebar[\"default\"].assertEmptyCartSidebar(cy, true);\ncy.get(\".js--overlay\").click({\n  force: true\n});\ncy.wait(1000);\n_emptyShoppingCartSidebar[\"default\"].assertEmptyCartSidebar(cy, true);",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.register--login-email > input`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.register--login-email > input`, but never found it.\n    at Context.eval (https://www.daunenstep.com/__cypress/tests?p=cypress/integration/shopware5/daunenstep/empty-shopping-cart-sidebar.js:298:10)",
                "diff": null
              },
              "uuid": "4a74e96f-521a-473c-bde4-dc8f404f2058",
              "parentUUID": "95a58520-31c0-49a6-be2a-d38faf438b04",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "5865cdce-a13f-4072-8786-9b9b6a773ea3",
            "fea92663-d840-4888-b398-54c113e9ce94",
            "4a74e96f-521a-473c-bde4-dc8f404f2058"
          ],
          "pending": [],
          "skipped": [],
          "duration": 35569,
          "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/9/130/reports"
      },
      "version": "6.1.0"
    }
  }
}