{
  "stats": {
    "suites": 1,
    "tests": 3,
    "passes": 2,
    "pending": 0,
    "failures": 1,
    "start": "2023-01-10T10:04:06.808Z",
    "end": "2023-01-10T10:05:04.535Z",
    "duration": 57727,
    "testsRegistered": 3,
    "passPercent": 66.66666666666666,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "0eec9035-96b2-474e-ac04-106e2bbb32fa",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "3767bef8-cd26-4cf1-a5fb-ae0d4aacb46d",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Remove Product from cart - Basket view - Desktop",
              "fullTitle": "Test Remove Product from cart - Basket view - Desktop",
              "timedOut": null,
              "duration": 11127,
              "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\"].closeCookieDaunenstep(cy);\n_global[\"default\"].selectNthTabHeaderMenu(cy, 2, true);\n_global[\"default\"].selectNthProductFromListing(cy, 1, true);\n_global2[\"default\"].addProductToCart(cy, 0, true, false, true); // checks the current quantity and then after having removed the product, checks that the cart is empty\n\n_removeProductFromBasketView[\"default\"].checkQuantityAndRemoveProduct(cy, 1);",
              "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/remove-product-from-basket-view.js:85:8)\n    at Context.eval (https://www.daunenstep.com/__cypress/tests?p=cypress/integration/shopware5/daunenstep/remove-product-from-basket-view.js:24:25)",
                "diff": null
              },
              "uuid": "4b634b40-ea20-47dd-b0b9-65d4ef58ac44",
              "parentUUID": "3767bef8-cd26-4cf1-a5fb-ae0d4aacb46d",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Remove Product from cart - Basket view - Mobile",
              "fullTitle": "Test Remove Product from cart - Basket view - Mobile",
              "timedOut": null,
              "duration": 20589,
              "state": "passed",
              "speed": "slow",
              "pass": true,
              "fail": false,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy, 'iphone');\n_global2[\"default\"].closeCookieDaunenstep(cy);\n_global[\"default\"].selectNthTabHeaderMenu(cy, 2, true);\n_global[\"default\"].selectNthProductFromListing(cy, 1, true);\n_global2[\"default\"].addProductToCart(cy, 0, true, false, true); // checks the current quantity and then after having removed the product, checks that the cart is empty\n\n_removeProductFromBasketView[\"default\"].checkQuantityAndRemoveProduct(cy, 1);",
              "err": {},
              "uuid": "c671b8f6-6d0b-462c-baf4-c18d30d9b571",
              "parentUUID": "3767bef8-cd26-4cf1-a5fb-ae0d4aacb46d",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Remove Product from cart - Basket view - Tablet",
              "fullTitle": "Test Remove Product from cart - Basket view - Tablet",
              "timedOut": null,
              "duration": 24015,
              "state": "passed",
              "speed": "slow",
              "pass": true,
              "fail": false,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy, 'tablet');\n_global2[\"default\"].closeCookieDaunenstep(cy);\n_global[\"default\"].selectNthTabHeaderMenu(cy, 2, true);\n_global[\"default\"].selectNthProductFromListing(cy, 1, true);\n_global2[\"default\"].addProductToCart(cy, 0, true, false, true); // checks the current quantity and then after having removed the product, checks that the cart is empty\n\n_removeProductFromBasketView[\"default\"].checkQuantityAndRemoveProduct(cy, 1);",
              "err": {},
              "uuid": "a5e885d6-a1ee-4c14-b5bb-78834f005323",
              "parentUUID": "3767bef8-cd26-4cf1-a5fb-ae0d4aacb46d",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [
            "c671b8f6-6d0b-462c-baf4-c18d30d9b571",
            "a5e885d6-a1ee-4c14-b5bb-78834f005323"
          ],
          "failures": [
            "4b634b40-ea20-47dd-b0b9-65d4ef58ac44"
          ],
          "pending": [],
          "skipped": [],
          "duration": 55731,
          "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/31/reports"
      },
      "version": "6.1.0"
    }
  }
}