{
  "stats": {
    "suites": 1,
    "tests": 3,
    "passes": 0,
    "pending": 0,
    "failures": 3,
    "start": "2023-04-17T02:07:41.980Z",
    "end": "2023-04-17T02:08:47.314Z",
    "duration": 65334,
    "testsRegistered": 3,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "739f59c9-66b6-4ecd-8932-dfde62c599fe",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "839c7379-2259-4bc3-a47b-fbb3eb6b6f32",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Search bar on enter - Desktop",
              "fullTitle": "Test Search bar on enter - Desktop",
              "timedOut": null,
              "duration": 14837,
              "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\"].closeCookiesSalewa(cy);\ncy.get('.entry--search > .entry--link').click({\n  force: true\n});\ncy.get('.main-search__wrapper > input[type=\"search\"]').type('pile').wait(1000).type('{enter}');\ncy.get('.listing_wrapper_top > :nth-child(1) > .search--matches-found').then(function ($span) {\n  var digits = $span.text().replace(/\\D/g, \"\");\n  if (digits > 0) {\n    expect(true).to.equal(true);\n  } else {\n    expect(true).to.equal(false);\n  }\n});",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.listing_wrapper_top > :nth-child(1) > .search--matches-found`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.listing_wrapper_top > :nth-child(1) > .search--matches-found`, but never found it.\n    at Context.eval (https://www.salewa.com/__cypress/tests?p=cypress/integration/shopware5/oberalp-salewa/searchbar-on-enter.js:26:8)",
                "diff": null
              },
              "uuid": "be171419-a500-4359-a62a-74b35bdfe22f",
              "parentUUID": "839c7379-2259-4bc3-a47b-fbb3eb6b6f32",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Search bar on enter - Mobile",
              "fullTitle": "Test Search bar on enter - Mobile",
              "timedOut": null,
              "duration": 26834,
              "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\"].closeCookiesSalewa(cy);\ncy.get('.entry--search > .entry--link').click({\n  force: true\n});\ncy.get('.main-search__wrapper > input[type=\"search\"]').type('pile').wait(1000).type('{enter}');\ncy.get('.listing_wrapper_top > :nth-child(1) > .search--matches-found').then(function ($span) {\n  var digits = $span.text().replace(/\\D/g, \"\");\n  if (digits > 0) {\n    expect(true).to.equal(true);\n  } else {\n    expect(true).to.equal(false);\n  }\n});",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.listing_wrapper_top > :nth-child(1) > .search--matches-found`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.listing_wrapper_top > :nth-child(1) > .search--matches-found`, but never found it.\n    at Context.eval (https://www.salewa.com/__cypress/tests?p=cypress/integration/shopware5/oberalp-salewa/searchbar-on-enter.js:47:8)",
                "diff": null
              },
              "uuid": "a0532f38-2e43-4bc8-aeb6-a8ad0d7fe61c",
              "parentUUID": "839c7379-2259-4bc3-a47b-fbb3eb6b6f32",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Search bar on enter - Tablet",
              "fullTitle": "Test Search bar on enter - Tablet",
              "timedOut": null,
              "duration": 21609,
              "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\"].closeCookiesSalewa(cy);\ncy.get('.entry--search > .entry--link').click({\n  force: true\n});\ncy.get('.main-search__wrapper > input[type=\"search\"]').type('pile').wait(1000).type('{enter}');\ncy.get('.listing_wrapper_top > :nth-child(1) > .search--matches-found').then(function ($span) {\n  var digits = $span.text().replace(/\\D/g, \"\");\n  if (digits > 0) {\n    expect(true).to.equal(true);\n  } else {\n    expect(true).to.equal(false);\n  }\n});",
              "err": {
                "message": "CypressError: Timed out retrying after 4050ms: `cy.click()` failed because this element is detached from the DOM.\n\n`<button role=\"button\" data-testid=\"uc-accept-all-button\" class=\"sc-eDvSVe jgTpjv\" style=\"margin: 0px 6px;\">Alles a...</button>`\n\nCypress requires elements be attached in the DOM to interact with them.\n\nThe previous command that ran was:\n\n  > `cy.find()`\n\nThis DOM element likely became detached somewhere between the previous and current command.\n\nCommon situations why this happens:\n  - Your JS framework re-rendered asynchronously\n  - Your app code reacted to an event firing and removed the element\n\nYou typically need to re-query for the element or add 'guards' which delay Cypress from running new commands.\n\nhttps://on.cypress.io/element-has-detached-from-dom",
                "estack": "CypressError: Timed out retrying after 4050ms: `cy.click()` failed because this element is detached from the DOM.\n\n`<button role=\"button\" data-testid=\"uc-accept-all-button\" class=\"sc-eDvSVe jgTpjv\" style=\"margin: 0px 6px;\">Alles a...</button>`\n\nCypress requires elements be attached in the DOM to interact with them.\n\nThe previous command that ran was:\n\n  > `cy.find()`\n\nThis DOM element likely became detached somewhere between the previous and current command.\n\nCommon situations why this happens:\n  - Your JS framework re-rendered asynchronously\n  - Your app code reacted to an event firing and removed the element\n\nYou typically need to re-query for the element or add 'guards' which delay Cypress from running new commands.\n\nhttps://on.cypress.io/element-has-detached-from-dom\n    at $Cy.ensureAttached (https://www.salewa.com/__cypress/runner/cypress_runner.js:163896:76)\n    at runAllChecks (https://www.salewa.com/__cypress/runner/cypress_runner.js:150523:12)\n    at retryActionability (https://www.salewa.com/__cypress/runner/cypress_runner.js:150603:16)\n    at tryCatcher (https://www.salewa.com/__cypress/runner/cypress_runner.js:13022:23)\n    at Function.Promise.attempt.Promise.try (https://www.salewa.com/__cypress/runner/cypress_runner.js:10296:29)\n    at whenStable (https://www.salewa.com/__cypress/runner/cypress_runner.js:168760:63)\n    at https://www.salewa.com/__cypress/runner/cypress_runner.js:168257:14\n    at tryCatcher (https://www.salewa.com/__cypress/runner/cypress_runner.js:13022:23)\n    at Promise._settlePromiseFromHandler (https://www.salewa.com/__cypress/runner/cypress_runner.js:10957:31)\n    at Promise._settlePromise (https://www.salewa.com/__cypress/runner/cypress_runner.js:11014:18)\n    at Promise._settlePromise0 (https://www.salewa.com/__cypress/runner/cypress_runner.js:11059:10)\n    at Promise._settlePromises (https://www.salewa.com/__cypress/runner/cypress_runner.js:11139:18)\n    at Promise._fulfill (https://www.salewa.com/__cypress/runner/cypress_runner.js:11083:18)\n    at https://www.salewa.com/__cypress/runner/cypress_runner.js:12697:46\nFrom Your Spec Code:\n    at Context.eval (https://www.salewa.com/__cypress/tests?p=cypress/integration/shopware5/oberalp-salewa/searchbar-on-enter.js:378:105)",
                "diff": null
              },
              "uuid": "6755b1aa-cfaa-415e-b365-5ac11051207d",
              "parentUUID": "839c7379-2259-4bc3-a47b-fbb3eb6b6f32",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "be171419-a500-4359-a62a-74b35bdfe22f",
            "a0532f38-2e43-4bc8-aeb6-a8ad0d7fe61c",
            "6755b1aa-cfaa-415e-b365-5ac11051207d"
          ],
          "pending": [],
          "skipped": [],
          "duration": 63280,
          "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/5/32/reports"
      },
      "version": "6.1.0"
    }
  }
}