{
  "stats": {
    "suites": 1,
    "tests": 3,
    "passes": 0,
    "pending": 0,
    "failures": 3,
    "start": "2025-02-17T09:16:46.265Z",
    "end": "2025-02-17T09:17:01.237Z",
    "duration": 14972,
    "testsRegistered": 3,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "1cf21b7e-597e-45ed-a86b-1cba2ea56fe0",
      "title": "",
      "fullFile": "cypress/e2e/shopware6/searchbar-on-enter.js",
      "file": "cypress/e2e/shopware6/searchbar-on-enter.js",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "8dc25b5a-ebab-4197-b7fc-73cef4525447",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Search bar on enter - Desktop",
              "fullTitle": "Test Search bar on enter - Desktop",
              "timedOut": null,
              "duration": 3005,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring.default.visitDomain(cy);\n_websiteMonitoring.default.setViewport(cy);\ncy.get('.input-group > .form-control[type=\"search\"]').type('haupt').type('{enter}');\ncy.get('.search-headline').invoke('text').then($span => {\n  $span = $span.match(/\\d+/);\n  if ($span[0] > 0) {\n    expect(true).to.equal(true);\n  } else {\n    expect(true).to.equal(false);\n  }\n});",
              "err": {
                "message": "CypressError: `cy.type()` can only be called on a single element. Your subject contained 2 elements.\n\nhttps://on.cypress.io/type",
                "estack": "CypressError: `cy.type()` can only be called on a single element. Your subject contained 2 elements.\n\nhttps://on.cypress.io/type\n    at Context.type (https://myvac.426.agency/__cypress/runner/cypress_runner.js:114365:68)\n    at wrapped (https://myvac.426.agency/__cypress/runner/cypress_runner.js:138627:19)\nFrom Your Spec Code:\n    at Context.eval (webpack://cypress-website-monitoring/./cypress/e2e/shopware6/searchbar-on-enter.js:13:62)",
                "diff": null
              },
              "uuid": "0d1e4737-ffeb-4af9-844f-ef7195cbcf5d",
              "parentUUID": "8dc25b5a-ebab-4197-b7fc-73cef4525447",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Search bar on enter - Mobile",
              "fullTitle": "Test Search bar on enter - Mobile",
              "timedOut": null,
              "duration": 6036,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring.default.visitDomain(cy);\n_websiteMonitoring.default.setViewport(cy, 'iphone');\ncy.get('.search-toggle > .btn').click({\n  force: true\n});\ncy.get('.input-group > .form-control[type=\"search\"]').type('haupt').type('{enter}');\ncy.get('.search-headline').invoke('text').then($span => {\n  $span = $span.match(/\\d+/);\n  if ($span[0] > 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: `.search-toggle > .btn`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.search-toggle > .btn`, but never found it.\n    at Context.eval (webpack://cypress-website-monitoring/./cypress/e2e/shopware6/searchbar-on-enter.js:29:11)",
                "diff": null
              },
              "uuid": "478c4aab-0a66-4218-97a3-7f4938a7afa2",
              "parentUUID": "8dc25b5a-ebab-4197-b7fc-73cef4525447",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Search bar on enter - Tablet",
              "fullTitle": "Test Search bar on enter - Tablet",
              "timedOut": null,
              "duration": 2508,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring.default.visitDomain(cy);\n_websiteMonitoring.default.setViewport(cy, 'tablet');\ncy.get('.input-group > .form-control[type=\"search\"]').type('haupt').type('{enter}');\ncy.get('.search-headline').invoke('text').then($span => {\n  $span = $span.match(/\\d+/);\n  if ($span[0] > 0) {\n    expect(true).to.equal(true);\n  } else {\n    expect(true).to.equal(false);\n  }\n});",
              "err": {
                "message": "CypressError: `cy.type()` can only be called on a single element. Your subject contained 2 elements.\n\nhttps://on.cypress.io/type",
                "estack": "CypressError: `cy.type()` can only be called on a single element. Your subject contained 2 elements.\n\nhttps://on.cypress.io/type\n    at Context.type (https://myvac.426.agency/__cypress/runner/cypress_runner.js:114365:68)\n    at wrapped (https://myvac.426.agency/__cypress/runner/cypress_runner.js:138627:19)\nFrom Your Spec Code:\n    at Context.eval (webpack://cypress-website-monitoring/./cypress/e2e/shopware6/searchbar-on-enter.js:46:62)",
                "diff": null
              },
              "uuid": "643f4e1f-15e7-458b-bd94-f94ea5cbf403",
              "parentUUID": "8dc25b5a-ebab-4197-b7fc-73cef4525447",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "0d1e4737-ffeb-4af9-844f-ef7195cbcf5d",
            "478c4aab-0a66-4218-97a3-7f4938a7afa2",
            "643f4e1f-15e7-458b-bd94-f94ea5cbf403"
          ],
          "pending": [],
          "skipped": [],
          "duration": 11549,
          "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/32/reports",
        "overwrite": true,
        "html": true,
        "json": true
      },
      "version": "6.2.0"
    }
  }
}