{
  "stats": {
    "suites": 1,
    "tests": 3,
    "passes": 0,
    "pending": 0,
    "failures": 3,
    "start": "2023-10-13T12:26:25.616Z",
    "end": "2023-10-13T12:28:20.659Z",
    "duration": 115043,
    "testsRegistered": 3,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "a8a2e78a-2929-498e-9f52-fc005b599659",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "7b51ff3d-524b-4685-a0a1-bc963b607599",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Remove Product from cart - Ajax cart - Desktop",
              "fullTitle": "Test Remove Product from cart - Ajax cart - Desktop",
              "timedOut": null,
              "duration": 36754,
              "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\"].closeCookiesBartek(cy);\n_global[\"default\"].selectNthTabHeaderMenu(cy, 1, true);\n_global2[\"default\"].selectNthProductFromListing(cy, 1, true);\n_global2[\"default\"].addProductToCart(cy, 0, false, false, true);\ncy.get('.cart-item-quantity > span').should('contain', '1'); //remove the product and performs assertions on quantity == 0\n_removeProductFromAjaxCart[\"default\"].removeProductFromAjaxCart(cy);",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.cart-item-quantity > span`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.cart-item-quantity > span`, but never found it.\n    at Context.eval (https://relaunch.bar-tek-tuning.com/__cypress/tests?p=cypress/integration/shopware6/bar-tek-tuning/remove-product-from-ajax-cart.js:32:42)",
                "diff": null
              },
              "uuid": "28990e94-42fd-4844-a60c-d8cf6c73f669",
              "parentUUID": "7b51ff3d-524b-4685-a0a1-bc963b607599",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Remove Product from cart - Ajax cart - Mobile",
              "fullTitle": "Test Remove Product from cart - Ajax cart - Mobile",
              "timedOut": null,
              "duration": 33882,
              "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\"].closeCookiesBartek(cy);\n_global[\"default\"].selectNthTabHeaderMenu(cy, 1, true);\n_global2[\"default\"].selectNthProductFromListing(cy, 1, true);\n_global2[\"default\"].addProductToCart(cy, 0, false, false, true);\ncy.get('.cart-item-quantity > span').should('contain', '1'); //remove the product and performs assertions on quantity == 0\n_removeProductFromAjaxCart[\"default\"].removeProductFromAjaxCart(cy);",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.cart-item-quantity > span`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.cart-item-quantity > span`, but never found it.\n    at Context.eval (https://relaunch.bar-tek-tuning.com/__cypress/tests?p=cypress/integration/shopware6/bar-tek-tuning/remove-product-from-ajax-cart.js:49:42)",
                "diff": null
              },
              "uuid": "2891774d-f2c6-48cb-b310-cfa383cd019b",
              "parentUUID": "7b51ff3d-524b-4685-a0a1-bc963b607599",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Remove Product from cart - Ajax cart - Tablet",
              "fullTitle": "Test Remove Product from cart - Ajax cart - Tablet",
              "timedOut": null,
              "duration": 41759,
              "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\"].closeCookiesBartek(cy);\n_global[\"default\"].selectNthTabHeaderMenu(cy, 1, true);\n_global2[\"default\"].selectNthProductFromListing(cy, 1, true);\n_global2[\"default\"].addProductToCart(cy, 0, false, false, true);\ncy.get('.cart-item-quantity > span').should('contain', '1'); //remove the product and performs assertions on quantity == 0\n_removeProductFromAjaxCart[\"default\"].removeProductFromAjaxCart(cy);",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.cart-item-quantity > span`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.cart-item-quantity > span`, but never found it.\n    at Context.eval (https://relaunch.bar-tek-tuning.com/__cypress/tests?p=cypress/integration/shopware6/bar-tek-tuning/remove-product-from-ajax-cart.js:66:42)",
                "diff": null
              },
              "uuid": "a3b007aa-e495-41f1-9329-f3b703370f29",
              "parentUUID": "7b51ff3d-524b-4685-a0a1-bc963b607599",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "28990e94-42fd-4844-a60c-d8cf6c73f669",
            "2891774d-f2c6-48cb-b310-cfa383cd019b",
            "a3b007aa-e495-41f1-9329-f3b703370f29"
          ],
          "pending": [],
          "skipped": [],
          "duration": 112395,
          "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/40/30/reports"
      },
      "version": "6.1.0"
    }
  }
}