{
  "stats": {
    "suites": 1,
    "tests": 3,
    "passes": 0,
    "pending": 0,
    "failures": 3,
    "start": "2025-02-17T09:10:41.328Z",
    "end": "2025-02-17T09:11:03.286Z",
    "duration": 21958,
    "testsRegistered": 3,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "5607962a-e109-4262-b24e-b916c6957ce1",
      "title": "",
      "fullFile": "cypress/e2e/shopware6/cart-classic-change-quantity.js",
      "file": "cypress/e2e/shopware6/cart-classic-change-quantity.js",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "aca609f9-f7ec-4200-b4ae-c2e490d3c837",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Cart - Change quantity product from classic cart - Desktop",
              "fullTitle": "Test Cart - Change quantity product from classic cart - Desktop",
              "timedOut": null,
              "duration": 7118,
              "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.selectNthTabHeaderMenu(cy, 3, true);\n_global.default.selectNthProductFromListing(cy, 1, true);\ncy.get('div.product-detail-price-container > meta').invoke('prop', 'content').then($unitPrice => {\n  _global.default.addProductToCart(cy, 0, false, true, true);\n  _global.default.loginCheckoutPage(cy, _websiteMonitoring.default, true);\n  _cartClassicChangeQuantity.default.changeQuantity(cy, $unitPrice, true);\n});",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `div.product-detail-price-container > meta`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `div.product-detail-price-container > meta`, but never found it.\n    at Context.eval (webpack://cypress-website-monitoring/./cypress/e2e/shopware6/cart-classic-change-quantity.js:19:11)",
                "diff": null
              },
              "uuid": "e50f0ba5-9149-45d5-8fb2-9065b56e3ebb",
              "parentUUID": "aca609f9-f7ec-4200-b4ae-c2e490d3c837",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Cart - Change quantity product from classic cart - Mobile",
              "fullTitle": "Test Cart - Change quantity product from classic cart - Mobile",
              "timedOut": null,
              "duration": 5895,
              "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.selectNthTabHeaderMenu(cy, 3, true);\n_global.default.selectNthProductFromListing(cy, 1, true);\ncy.get('div.product-detail-price-container > meta').invoke('prop', 'content').then($unitPrice => {\n  _global.default.addProductToCart(cy, 0, false, true, true);\n  _global.default.loginCheckoutPage(cy, _websiteMonitoring.default, true);\n  _cartClassicChangeQuantity.default.changeQuantity(cy, $unitPrice, true);\n});",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `div.product-detail-price-container > meta`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `div.product-detail-price-container > meta`, but never found it.\n    at Context.eval (webpack://cypress-website-monitoring/./cypress/e2e/shopware6/cart-classic-change-quantity.js:33:11)",
                "diff": null
              },
              "uuid": "68cd01fc-c702-40fa-ac0d-9882eba203a8",
              "parentUUID": "aca609f9-f7ec-4200-b4ae-c2e490d3c837",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Cart - Change quantity product from classic cart - Tablet",
              "fullTitle": "Test Cart - Change quantity product from classic cart - Tablet",
              "timedOut": null,
              "duration": 5591,
              "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.selectNthTabHeaderMenu(cy, 3, true);\n_global.default.selectNthProductFromListing(cy, 1, true);\ncy.get('div.product-detail-price-container > meta').invoke('prop', 'content').then($unitPrice => {\n  _global.default.addProductToCart(cy, 0, false, true, true);\n  _global.default.loginCheckoutPage(cy, _websiteMonitoring.default, true);\n  _cartClassicChangeQuantity.default.changeQuantity(cy, $unitPrice, true);\n});",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `div.product-detail-price-container > meta`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `div.product-detail-price-container > meta`, but never found it.\n    at Context.eval (webpack://cypress-website-monitoring/./cypress/e2e/shopware6/cart-classic-change-quantity.js:47:11)",
                "diff": null
              },
              "uuid": "17fa73b3-836a-4517-a870-a243537c11b3",
              "parentUUID": "aca609f9-f7ec-4200-b4ae-c2e490d3c837",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "e50f0ba5-9149-45d5-8fb2-9065b56e3ebb",
            "68cd01fc-c702-40fa-ac0d-9882eba203a8",
            "17fa73b3-836a-4517-a870-a243537c11b3"
          ],
          "pending": [],
          "skipped": [],
          "duration": 18604,
          "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/38/55/reports",
        "overwrite": true,
        "html": true,
        "json": true
      },
      "version": "6.2.0"
    }
  }
}