{
  "config": {
    "configFile": "/app/playwright.config.ts",
    "rootDir": "/app/tests",
    "forbidOnly": true,
    "fullyParallel": false,
    "globalSetup": null,
    "globalTeardown": null,
    "globalTimeout": 0,
    "grep": {},
    "grepInvert": null,
    "maxFailures": 0,
    "metadata": {
      "actualWorkers": 1
    },
    "preserveOutput": "always",
    "reporter": [
      [
        "list"
      ],
      [
        "json"
      ],
      [
        "/app/node_modules/allure-playwright/dist/cjs/index.js"
      ]
    ],
    "reportSlowTests": {
      "max": 5,
      "threshold": 300000
    },
    "quiet": false,
    "projects": [
      {
        "outputDir": "/app/test-results",
        "repeatEach": 1,
        "retries": 0,
        "metadata": {
          "actualWorkers": 1
        },
        "id": "setup-auth",
        "name": "setup-auth",
        "testDir": "/app/tests",
        "testIgnore": [],
        "testMatch": [
          "/auth\\.setup\\.ts/"
        ],
        "timeout": 120000
      },
      {
        "outputDir": "/app/test-results",
        "repeatEach": 1,
        "retries": 0,
        "metadata": {
          "actualWorkers": 1
        },
        "id": "chromium",
        "name": "chromium",
        "testDir": "/app/tests",
        "testIgnore": [],
        "testMatch": [
          "**/*.@(spec|test).?(c|m)[jt]s?(x)"
        ],
        "timeout": 120000
      },
      {
        "outputDir": "/app/test-results",
        "repeatEach": 1,
        "retries": 0,
        "metadata": {
          "actualWorkers": 1
        },
        "id": "firefox",
        "name": "firefox",
        "testDir": "/app/tests",
        "testIgnore": [],
        "testMatch": [
          "**/*.@(spec|test).?(c|m)[jt]s?(x)"
        ],
        "timeout": 120000
      },
      {
        "outputDir": "/app/test-results",
        "repeatEach": 1,
        "retries": 0,
        "metadata": {
          "actualWorkers": 1
        },
        "id": "webkit",
        "name": "webkit",
        "testDir": "/app/tests",
        "testIgnore": [],
        "testMatch": [
          "**/*.@(spec|test).?(c|m)[jt]s?(x)"
        ],
        "timeout": 120000
      },
      {
        "outputDir": "/app/test-results",
        "repeatEach": 1,
        "retries": 0,
        "metadata": {
          "actualWorkers": 1
        },
        "id": "chromium-auth",
        "name": "chromium-auth",
        "testDir": "/app/tests",
        "testIgnore": [
          "/auth\\.setup\\.ts/"
        ],
        "testMatch": [
          "**/*.@(spec|test).?(c|m)[jt]s?(x)"
        ],
        "timeout": 120000
      }
    ],
    "shard": null,
    "tags": [],
    "updateSnapshots": "missing",
    "updateSourceMethod": "patch",
    "version": "1.57.0",
    "workers": 1,
    "webServer": null
  },
  "suites": [
    {
      "title": "business_users/b1_user.spec.ts",
      "file": "business_users/b1_user.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / B1 User",
          "file": "business_users/b1_user.spec.ts",
          "line": 130,
          "column": 15,
          "specs": [
            {
              "title": "should register and activate successfully",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 0,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 0,
                      "error": {
                        "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n",
                        "stack": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n\n    at RegistrationPage.openSignUpFromSignIn (/app/pages/RegistrationPage.ts:146:42)\n    at /app/tests/business_users/b1_user.spec.ts:143:9",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 42,
                          "line": 146
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:146\n\n  144 |     async openSignUpFromSignIn() {\n  145 |         await this.openAuthDialog();\n> 146 |         await this.dontHaveAccountButton.click();\n      |                                          ^\n  147 |         await expect(this.signUpEmailInput).toBeVisible({ timeout: 15000 });\n  148 |     }\n  149 |"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 42,
                            "line": 146
                          },
                          "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:146\n\n  144 |     async openSignUpFromSignIn() {\n  145 |         await this.openAuthDialog();\n> 146 |         await this.dontHaveAccountButton.click();\n      |                                          ^\n  147 |         await expect(this.signUpEmailInput).toBeVisible({ timeout: 15000 });\n  148 |     }\n  149 |\n    at RegistrationPage.openSignUpFromSignIn (/app/pages/RegistrationPage.ts:146:42)\n    at /app/tests/business_users/b1_user.spec.ts:143:9"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:01:33.716Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b1_user-Bus-7ed8c-r-and-activate-successfully-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1285/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b1_user-Bus-7ed8c-r-and-activate-successfully-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1286/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-4f023f39fb44606416f6",
              "file": "business_users/b1_user.spec.ts",
              "line": 157,
              "column": 9
            },
            {
              "title": "should keep the user on the account selection milestone",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:01:50.344Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-cdbe3691abdd0089ab4d",
              "file": "business_users/b1_user.spec.ts",
              "line": 162,
              "column": 9
            },
            {
              "title": "should show both account type options",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:01:50.348Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-4e4bb46a88600f161747",
              "file": "business_users/b1_user.spec.ts",
              "line": 167,
              "column": 9
            },
            {
              "title": "should not proceed to tips",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:01:50.350Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-b249164f5fdc410d1ce7",
              "file": "business_users/b1_user.spec.ts",
              "line": 172,
              "column": 9
            },
            {
              "title": "should clear the session and log in again with the same user",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:01:50.352Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-9d7973e1dc9dc8edc3f2",
              "file": "business_users/b1_user.spec.ts",
              "line": 178,
              "column": 9
            },
            {
              "title": "should not make the chat view available after logging in again",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:01:50.353Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-856cec502fbbe563342a",
              "file": "business_users/b1_user.spec.ts",
              "line": 196,
              "column": 9
            },
            {
              "title": "should complete business user type selection after logging in again",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:01:50.354Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-f3d691666700cf8928b6",
              "file": "business_users/b1_user.spec.ts",
              "line": 200,
              "column": 9
            },
            {
              "title": "should close pop up boxes and leave the user on the chat ui",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:01:50.355Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-bab7f4c80981dbd6256a",
              "file": "business_users/b1_user.spec.ts",
              "line": 208,
              "column": 9
            },
            {
              "title": "Cannot create agent",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:01:50.356Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-10ff5b1f6b4adaaa5450",
              "file": "business_users/b1_user.spec.ts",
              "line": 223,
              "column": 9
            },
            {
              "title": "Cannot create widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:01:50.357Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-7ca4f1e18a19dc552201",
              "file": "business_users/b1_user.spec.ts",
              "line": 238,
              "column": 9
            },
            {
              "title": "Cannot create curated data",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:01:50.358Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-1be54faee08ac7b7d4ce",
              "file": "business_users/b1_user.spec.ts",
              "line": 253,
              "column": 9
            },
            {
              "title": "Cannot create utility",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:01:50.359Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-17ab8409ad8c89da45b8",
              "file": "business_users/b1_user.spec.ts",
              "line": 268,
              "column": 9
            },
            {
              "title": "Cannot create chain of agents",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:01:50.360Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-06844c88b312863efab0",
              "file": "business_users/b1_user.spec.ts",
              "line": 272,
              "column": 9
            },
            {
              "title": "Cannot create Media",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:01:50.361Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-002a1d9bc4dbfcbe3554",
              "file": "business_users/b1_user.spec.ts",
              "line": 276,
              "column": 9
            },
            {
              "title": "Cannot create Model",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:01:50.361Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-d62e1a604943d25dd8cb",
              "file": "business_users/b1_user.spec.ts",
              "line": 280,
              "column": 9
            },
            {
              "title": "should receive a failure message after more than 10 chat attempts",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:01:50.362Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-778da2cb0ba1688a5110",
              "file": "business_users/b1_user.spec.ts",
              "line": 284,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b10_user.spec.ts",
      "file": "business_users/b10_user.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / B10 User",
          "file": "business_users/b10_user.spec.ts",
          "line": 929,
          "column": 15,
          "specs": [
            {
              "title": "should be able to answer first question",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 1,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 0,
                      "error": {
                        "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n",
                        "stack": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n\n    at RegistrationPage.openSignUpFromSignIn (/app/pages/RegistrationPage.ts:146:42)\n    at /app/tests/business_users/b10_user.spec.ts:951:9",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 42,
                          "line": 146
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:146\n\n  144 |     async openSignUpFromSignIn() {\n  145 |         await this.openAuthDialog();\n> 146 |         await this.dontHaveAccountButton.click();\n      |                                          ^\n  147 |         await expect(this.signUpEmailInput).toBeVisible({ timeout: 15000 });\n  148 |     }\n  149 |"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 42,
                            "line": 146
                          },
                          "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:146\n\n  144 |     async openSignUpFromSignIn() {\n  145 |         await this.openAuthDialog();\n> 146 |         await this.dontHaveAccountButton.click();\n      |                                          ^\n  147 |         await expect(this.signUpEmailInput).toBeVisible({ timeout: 15000 });\n  148 |     }\n  149 |\n    at RegistrationPage.openSignUpFromSignIn (/app/pages/RegistrationPage.ts:146:42)\n    at /app/tests/business_users/b10_user.spec.ts:951:9"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:01:51.294Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b10_user-Bu-8f8b9-le-to-answer-first-question-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1287/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b10_user-Bu-8f8b9-le-to-answer-first-question-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1288/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-e84968bc98b0341cb1a6",
              "file": "business_users/b10_user.spec.ts",
              "line": 1016,
              "column": 9
            },
            {
              "title": "should be able to answer second question",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.581Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-2111152c7913540bfe51",
              "file": "business_users/b10_user.spec.ts",
              "line": 1024,
              "column": 9
            },
            {
              "title": "should be able to answer third question",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.582Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-9fa2a44ed2b080d617dd",
              "file": "business_users/b10_user.spec.ts",
              "line": 1038,
              "column": 9
            },
            {
              "title": "should be able to choose a subscription plan",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.582Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-ec100764ad728af53978",
              "file": "business_users/b10_user.spec.ts",
              "line": 1047,
              "column": 9
            },
            {
              "title": "should be able to confirm additional features",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.583Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-16c631725515a576c6ab",
              "file": "business_users/b10_user.spec.ts",
              "line": 1058,
              "column": 9
            },
            {
              "title": "should be able to select cloud preferences",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.583Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-a6e2dff443efb0f5f2e4",
              "file": "business_users/b10_user.spec.ts",
              "line": 1067,
              "column": 9
            },
            {
              "title": "should be able to configure network access",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.583Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-3981f37bc82262bb2bcf",
              "file": "business_users/b10_user.spec.ts",
              "line": 1075,
              "column": 9
            },
            {
              "title": "should be able to confirm encryption preference",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.584Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-1c29ba9715b25defdcba",
              "file": "business_users/b10_user.spec.ts",
              "line": 1082,
              "column": 9
            },
            {
              "title": "should be able to skip anonymization configuration",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.584Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-52be360ae9b78e0799f4",
              "file": "business_users/b10_user.spec.ts",
              "line": 1095,
              "column": 9
            },
            {
              "title": "should be able to confirm deployment summary",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.584Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-0d757fd15f4655143471",
              "file": "business_users/b10_user.spec.ts",
              "line": 1106,
              "column": 9
            },
            {
              "title": "should be able to select agentic queries volume",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.585Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-ecca2c53d5a10bd813c6",
              "file": "business_users/b10_user.spec.ts",
              "line": 1115,
              "column": 9
            },
            {
              "title": "should be able to select cases volume",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.585Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-8f0a360881d165cca8a5",
              "file": "business_users/b10_user.spec.ts",
              "line": 1127,
              "column": 9
            },
            {
              "title": "should be able to select storage size",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.585Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-32122f5afa167d71c6f0",
              "file": "business_users/b10_user.spec.ts",
              "line": 1137,
              "column": 9
            },
            {
              "title": "should be able to confirm commitment period",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.586Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-61b90dcf3c0bf0474644",
              "file": "business_users/b10_user.spec.ts",
              "line": 1149,
              "column": 9
            },
            {
              "title": "should be able to confirm SLA selection",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.586Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-eb8da533a7f1607bf05e",
              "file": "business_users/b10_user.spec.ts",
              "line": 1162,
              "column": 9
            },
            {
              "title": "should be able to confirm review",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.586Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-51b35b46e47e81b995fb",
              "file": "business_users/b10_user.spec.ts",
              "line": 1174,
              "column": 9
            },
            {
              "title": "should be able to connect wallet",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.586Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-1ae386d51852e48407e7",
              "file": "business_users/b10_user.spec.ts",
              "line": 1198,
              "column": 9
            },
            {
              "title": "should show checkout options",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.587Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-94a8eee06bacef3d5ab1",
              "file": "business_users/b10_user.spec.ts",
              "line": 1209,
              "column": 9
            },
            {
              "title": "should be able to enter payment details",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.587Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-7fd5efff67ca71629aea",
              "file": "business_users/b10_user.spec.ts",
              "line": 1216,
              "column": 9
            },
            {
              "title": "should complete checkout and show confirmation",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.587Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-0531588a5e954f7b4ad7",
              "file": "business_users/b10_user.spec.ts",
              "line": 1226,
              "column": 9
            },
            {
              "title": "should see 10 DAAC in wallet after chat loads",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.588Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-445048f47c98d90c9cab",
              "file": "business_users/b10_user.spec.ts",
              "line": 1235,
              "column": 9
            },
            {
              "title": "should be able to create agent without domain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.588Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-eb3fd8ebae000e887c24",
              "file": "business_users/b10_user.spec.ts",
              "line": 1247,
              "column": 9
            },
            {
              "title": "should be able to create widget without domain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.588Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-f50887ff1251101f5561",
              "file": "business_users/b10_user.spec.ts",
              "line": 1256,
              "column": 9
            },
            {
              "title": "should be able to create dataset without domain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.588Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-b5cc095ef3724fd87151",
              "file": "business_users/b10_user.spec.ts",
              "line": 1265,
              "column": 9
            },
            {
              "title": "should be able to create media without domain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.589Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-f33ed33f5f891c24c9b8",
              "file": "business_users/b10_user.spec.ts",
              "line": 1283,
              "column": 9
            },
            {
              "title": "should be able to create model without domain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.589Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-241c9dd71fa71a26f2ef",
              "file": "business_users/b10_user.spec.ts",
              "line": 1317,
              "column": 9
            },
            {
              "title": "should be able to create a domain from a long document",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.589Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-c4bbda0a4a2f19cb7dde",
              "file": "business_users/b10_user.spec.ts",
              "line": 1351,
              "column": 9
            },
            {
              "title": "should be able to create a domain from multiple documents",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.589Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-004942f53f56ade95868",
              "file": "business_users/b10_user.spec.ts",
              "line": 1376,
              "column": 9
            },
            {
              "title": "should be able to see all schemas in the domain appearing in the inventory",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.589Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-b5ca5a821526ce793590",
              "file": "business_users/b10_user.spec.ts",
              "line": 1401,
              "column": 9
            },
            {
              "title": "should be able to update the schema",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.590Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-dba84085c39a4c18a21c",
              "file": "business_users/b10_user.spec.ts",
              "line": 1411,
              "column": 9
            },
            {
              "title": "should be able to see updated changes of schema in the inventory",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.590Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-3bf1536d0b9e16a4441c",
              "file": "business_users/b10_user.spec.ts",
              "line": 1427,
              "column": 9
            },
            {
              "title": "should be able to see changed domain schemas when selecting the domain during asset creation",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.590Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-2f78f62e07e4b333199e",
              "file": "business_users/b10_user.spec.ts",
              "line": 1437,
              "column": 9
            },
            {
              "title": "should not be able to update an asset that doesn't created by the current user",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.590Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-e1792ace9a3714d807fa",
              "file": "business_users/b10_user.spec.ts",
              "line": 1464,
              "column": 9
            },
            {
              "title": "should not be able to update an curated data asset in inventory that current user didn't create",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.591Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-295797dcd80f62ae667c",
              "file": "business_users/b10_user.spec.ts",
              "line": 1479,
              "column": 9
            },
            {
              "title": "should be able to update all curated data asset fields when it is in draft",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.591Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-f682d7e8f31186a55e15",
              "file": "business_users/b10_user.spec.ts",
              "line": 1524,
              "column": 9
            },
            {
              "title": "should be able to update all curated data asset fields before it is sold at least once",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.591Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-9af3e8f50ab749a3289a",
              "file": "business_users/b10_user.spec.ts",
              "line": 1588,
              "column": 9
            },
            {
              "title": "should not be able to update any field after curated data asset sold at least once",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.592Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-801d62b9b89a24ace06d",
              "file": "business_users/b10_user.spec.ts",
              "line": 1697,
              "column": 9
            },
            {
              "title": "should not be able to update any field after curated data asset sold at least two or more",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.592Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-45ef9a1358388535b969",
              "file": "business_users/b10_user.spec.ts",
              "line": 1823,
              "column": 9
            },
            {
              "title": "should not be able to create more than 10 assets in draft status",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.592Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-fc82516ce7db80050ed2",
              "file": "business_users/b10_user.spec.ts",
              "line": 1983,
              "column": 9
            },
            {
              "title": "should be able to create an asset in draft status after deleting an existing asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.592Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-b72eb9f588b2e057e50e",
              "file": "business_users/b10_user.spec.ts",
              "line": 2037,
              "column": 9
            },
            {
              "title": "should be able to update all asset fields before clicking create",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.593Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-b1a8aacfdc2d5c200757",
              "file": "business_users/b10_user.spec.ts",
              "line": 2048,
              "column": 9
            },
            {
              "title": "should not be able to update domain, instruction, sources or pricing after it is created",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.593Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-4a03e6fd9a9c2b94587b",
              "file": "business_users/b10_user.spec.ts",
              "line": 2110,
              "column": 9
            },
            {
              "title": "should not be able to update domain, instructions, sources or pricing after it is published",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.593Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-aefaaaf946b858872409",
              "file": "business_users/b10_user.spec.ts",
              "line": 2166,
              "column": 9
            },
            {
              "title": "should be able to update dda name, description, thumbnail, tags and prerequisites before it is published",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.594Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-fc6241ee544dd1640eed",
              "file": "business_users/b10_user.spec.ts",
              "line": 2229,
              "column": 9
            },
            {
              "title": "should be able to publish a widget from studio (no other published assets)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.594Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-477c6fc551732cf9ac34",
              "file": "business_users/b10_user.spec.ts",
              "line": 2295,
              "column": 9
            },
            {
              "title": "should be able to perform searches less than 10",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.594Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-e6503dd1b8994a1a954b",
              "file": "business_users/b10_user.spec.ts",
              "line": 2329,
              "column": 9
            },
            {
              "title": "should be able to publish agent",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.594Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-9a4cd60fe4b57229d526",
              "file": "business_users/b10_user.spec.ts",
              "line": 2347,
              "column": 9
            },
            {
              "title": "should be able to publish an agent (second asset)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.595Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-1aeee8f668a7ffd404c3",
              "file": "business_users/b10_user.spec.ts",
              "line": 2354,
              "column": 9
            },
            {
              "title": "should be able to publish a widget (second asset)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.595Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-647a6239e3280a3eea84",
              "file": "business_users/b10_user.spec.ts",
              "line": 2363,
              "column": 9
            },
            {
              "title": "should be able to publish a dataset (second asset)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.595Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-a56ca845a09c5b71d289",
              "file": "business_users/b10_user.spec.ts",
              "line": 2372,
              "column": 9
            },
            {
              "title": "should be able to publish a media (second asset)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.595Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-e6e7d605926bedf8d623",
              "file": "business_users/b10_user.spec.ts",
              "line": 2381,
              "column": 9
            },
            {
              "title": "should be able to publish a model (second asset)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.596Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-6638316a7edbb2c5ee6d",
              "file": "business_users/b10_user.spec.ts",
              "line": 2390,
              "column": 9
            },
            {
              "title": "should be able to publish dataset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.596Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-c041f6ed75514fcf639b",
              "file": "business_users/b10_user.spec.ts",
              "line": 2399,
              "column": 9
            },
            {
              "title": "should be able to publish media",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:07.596Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-9eed173a6f2296ccc248",
              "file": "business_users/b10_user.spec.ts",
              "line": 2419,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b2_user.spec.ts",
      "file": "business_users/b2_user.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / B2 User",
          "file": "business_users/b2_user.spec.ts",
          "line": 129,
          "column": 15,
          "specs": [
            {
              "title": "should register and activate successfully",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 2,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 1,
                      "error": {
                        "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n",
                        "stack": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n\n    at RegistrationPage.openSignUpFromSignIn (/app/pages/RegistrationPage.ts:146:42)\n    at /app/tests/business_users/b2_user.spec.ts:142:9",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 42,
                          "line": 146
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:146\n\n  144 |     async openSignUpFromSignIn() {\n  145 |         await this.openAuthDialog();\n> 146 |         await this.dontHaveAccountButton.click();\n      |                                          ^\n  147 |         await expect(this.signUpEmailInput).toBeVisible({ timeout: 15000 });\n  148 |     }\n  149 |"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 42,
                            "line": 146
                          },
                          "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:146\n\n  144 |     async openSignUpFromSignIn() {\n  145 |         await this.openAuthDialog();\n> 146 |         await this.dontHaveAccountButton.click();\n      |                                          ^\n  147 |         await expect(this.signUpEmailInput).toBeVisible({ timeout: 15000 });\n  148 |     }\n  149 |\n    at RegistrationPage.openSignUpFromSignIn (/app/pages/RegistrationPage.ts:146:42)\n    at /app/tests/business_users/b2_user.spec.ts:142:9"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:08.384Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b2_user-Bus-d6552-r-and-activate-successfully-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1289/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b2_user-Bus-d6552-r-and-activate-successfully-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1290/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "1db4898ad56658d16cf1-f58e7eac8af80005aa16",
              "file": "business_users/b2_user.spec.ts",
              "line": 156,
              "column": 9
            },
            {
              "title": "should remain on the account selection milestone after activation",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:24.687Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-fa56a9f084f2f7022224",
              "file": "business_users/b2_user.spec.ts",
              "line": 161,
              "column": 9
            },
            {
              "title": "should show both account type options",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:24.688Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-5d1705ee9b609e56ec5e",
              "file": "business_users/b2_user.spec.ts",
              "line": 166,
              "column": 9
            },
            {
              "title": "should clear the session and log in again with the same user",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:24.689Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-8b202039bd77905f9f39",
              "file": "business_users/b2_user.spec.ts",
              "line": 171,
              "column": 9
            },
            {
              "title": "should not make the chat view available after logging in again",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:24.690Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-b069d18f1b833cb2677a",
              "file": "business_users/b2_user.spec.ts",
              "line": 190,
              "column": 9
            },
            {
              "title": "should complete business user type selection after logging in again",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:24.690Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-ad1adb29c6a5f7a15447",
              "file": "business_users/b2_user.spec.ts",
              "line": 194,
              "column": 9
            },
            {
              "title": "should close pop up boxes and leave the user on the chat ui",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:24.691Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-90a364f28b4d998a20f5",
              "file": "business_users/b2_user.spec.ts",
              "line": 202,
              "column": 9
            },
            {
              "title": "Cannot create agent",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:24.692Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-8a25e6e3f5973ef5aac0",
              "file": "business_users/b2_user.spec.ts",
              "line": 210,
              "column": 9
            },
            {
              "title": "Cannot create widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:24.692Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-61542d8781ecb6cb0fdc",
              "file": "business_users/b2_user.spec.ts",
              "line": 225,
              "column": 9
            },
            {
              "title": "Cannot create curated data",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:24.693Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-5e636b2090522e44bf5d",
              "file": "business_users/b2_user.spec.ts",
              "line": 240,
              "column": 9
            },
            {
              "title": "Cannot create utility",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:24.694Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-5fff90f7b51d91ca0703",
              "file": "business_users/b2_user.spec.ts",
              "line": 255,
              "column": 9
            },
            {
              "title": "Cannot create chain of agents",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:24.694Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-0b13d0fee2da9d7dbed6",
              "file": "business_users/b2_user.spec.ts",
              "line": 259,
              "column": 9
            },
            {
              "title": "Cannot create Media",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:24.695Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-00658fbd72b72b7c023d",
              "file": "business_users/b2_user.spec.ts",
              "line": 263,
              "column": 9
            },
            {
              "title": "Cannot create Model",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:24.696Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-84f255dcf400d6fdbeb4",
              "file": "business_users/b2_user.spec.ts",
              "line": 267,
              "column": 9
            },
            {
              "title": "should allow chat attempt 8 for marketplace search query",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:24.696Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-e4d75d1038fda78d92ce",
              "file": "business_users/b2_user.spec.ts",
              "line": 271,
              "column": 9
            },
            {
              "title": "should allow chat attempt 9 for legal case analyser",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:24.697Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-e21ed062a4f729409c26",
              "file": "business_users/b2_user.spec.ts",
              "line": 275,
              "column": 9
            },
            {
              "title": "should allow chat attempt 10 for knowledge fabric",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:24.697Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-aa4b219b0889d372ea71",
              "file": "business_users/b2_user.spec.ts",
              "line": 279,
              "column": 9
            },
            {
              "title": "should receive a failure message after more than 10 chat attempts",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:24.698Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-8ed5133041549a17646a",
              "file": "business_users/b2_user.spec.ts",
              "line": 283,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b3_user.spec.ts",
      "file": "business_users/b3_user.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / B3 User",
          "file": "business_users/b3_user.spec.ts",
          "line": 298,
          "column": 15,
          "specs": [
            {
              "title": "should register and activate successfully",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 3,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 0,
                      "error": {
                        "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n",
                        "stack": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n\n    at RegistrationPage.openSignUpFromSignIn (/app/pages/RegistrationPage.ts:146:42)\n    at /app/tests/business_users/b3_user.spec.ts:311:9",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 42,
                          "line": 146
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:146\n\n  144 |     async openSignUpFromSignIn() {\n  145 |         await this.openAuthDialog();\n> 146 |         await this.dontHaveAccountButton.click();\n      |                                          ^\n  147 |         await expect(this.signUpEmailInput).toBeVisible({ timeout: 15000 });\n  148 |     }\n  149 |"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 42,
                            "line": 146
                          },
                          "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:146\n\n  144 |     async openSignUpFromSignIn() {\n  145 |         await this.openAuthDialog();\n> 146 |         await this.dontHaveAccountButton.click();\n      |                                          ^\n  147 |         await expect(this.signUpEmailInput).toBeVisible({ timeout: 15000 });\n  148 |     }\n  149 |\n    at RegistrationPage.openSignUpFromSignIn (/app/pages/RegistrationPage.ts:146:42)\n    at /app/tests/business_users/b3_user.spec.ts:311:9"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:25.590Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b3_user-Bus-63716-r-and-activate-successfully-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1291/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b3_user-Bus-63716-r-and-activate-successfully-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1292/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "96e4d750d1d4400cada8-3a55c4cf1b5ef0f29521",
              "file": "business_users/b3_user.spec.ts",
              "line": 325,
              "column": 9
            },
            {
              "title": "should keep the user on the account selection milestone",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.887Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-8f48d2c1fbcd4d6a5f4a",
              "file": "business_users/b3_user.spec.ts",
              "line": 330,
              "column": 9
            },
            {
              "title": "should show both account type options",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.888Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-ee0b7155da766b5401f9",
              "file": "business_users/b3_user.spec.ts",
              "line": 335,
              "column": 9
            },
            {
              "title": "should complete business user type selection after activation",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.888Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-945aac6736cfb804d7fa",
              "file": "business_users/b3_user.spec.ts",
              "line": 340,
              "column": 9
            },
            {
              "title": "should close pop up boxes and leave the user on the chat ui",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.888Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-ae1a455626bb47b929d1",
              "file": "business_users/b3_user.spec.ts",
              "line": 348,
              "column": 9
            },
            {
              "title": "should show DDA without sources marketplace asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.889Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-2d5b917cd1852c4a812f",
              "file": "business_users/b3_user.spec.ts",
              "line": 363,
              "column": 9
            },
            {
              "title": "should prevent DDA without sources marketplace purchase",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.889Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-6a1b56a697b25c22e9fd",
              "file": "business_users/b3_user.spec.ts",
              "line": 387,
              "column": 9
            },
            {
              "title": "should show DDA with sources marketplace asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.889Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-da84e1f05613d5de431c",
              "file": "business_users/b3_user.spec.ts",
              "line": 425,
              "column": 9
            },
            {
              "title": "should prevent DDA with sources marketplace purchase",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.890Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-b652a5d1b958db514b91",
              "file": "business_users/b3_user.spec.ts",
              "line": 444,
              "column": 9
            },
            {
              "title": "should show MKF with sources marketplace asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.890Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-cda84caa2439b4fef928",
              "file": "business_users/b3_user.spec.ts",
              "line": 474,
              "column": 9
            },
            {
              "title": "should prevent MKF with sources marketplace purchase",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.890Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-cc32cca7e558847d3e1d",
              "file": "business_users/b3_user.spec.ts",
              "line": 493,
              "column": 9
            },
            {
              "title": "should show widget marketplace asset: Case Intake Table Widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b3_user.spec.ts",
                        "line": 523,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.890Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-a3fd28386d711932db78",
              "file": "business_users/b3_user.spec.ts",
              "line": 523,
              "column": 10
            },
            {
              "title": "should prevent widget marketplace purchase: Case Intake Table Widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b3_user.spec.ts",
                        "line": 542,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.891Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-f04dc86956543d45ecc9",
              "file": "business_users/b3_user.spec.ts",
              "line": 542,
              "column": 10
            },
            {
              "title": "should show widget marketplace asset: Matter Finance Information widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b3_user.spec.ts",
                        "line": 568,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.891Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-4fd94a5621b4d4a272ff",
              "file": "business_users/b3_user.spec.ts",
              "line": 568,
              "column": 10
            },
            {
              "title": "should prevent widget marketplace purchase: Matter Finance Information widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b3_user.spec.ts",
                        "line": 587,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.892Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-3febf593a52b55acb7b4",
              "file": "business_users/b3_user.spec.ts",
              "line": 587,
              "column": 10
            },
            {
              "title": "should show widget marketplace asset: CDR based fraud prevention playbook",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b3_user.spec.ts",
                        "line": 613,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.892Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-2aeca7a874d9349ceac2",
              "file": "business_users/b3_user.spec.ts",
              "line": 613,
              "column": 10
            },
            {
              "title": "should prevent widget marketplace purchase: CDR based fraud prevention playbook",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b3_user.spec.ts",
                        "line": 632,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.892Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-26480d459cdf81d0302f",
              "file": "business_users/b3_user.spec.ts",
              "line": 632,
              "column": 10
            },
            {
              "title": "should show chain marketplace asset: Decision Analyzer",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.893Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-093a1e56e5e75bfd2b99",
              "file": "business_users/b3_user.spec.ts",
              "line": 658,
              "column": 9
            },
            {
              "title": "should prevent chain marketplace purchase: Decision Analyzer",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.893Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-f4c49d7fb57a55d6c19c",
              "file": "business_users/b3_user.spec.ts",
              "line": 677,
              "column": 9
            },
            {
              "title": "should show chain marketplace asset: CdrAnalysisChain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.894Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-a39934dd892371c6c175",
              "file": "business_users/b3_user.spec.ts",
              "line": 703,
              "column": 9
            },
            {
              "title": "should prevent chain marketplace purchase: CdrAnalysisChain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.894Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-47791d1e1761f1f0f9be",
              "file": "business_users/b3_user.spec.ts",
              "line": 722,
              "column": 9
            },
            {
              "title": "should show chain marketplace asset: FullcycleSalesAccelerator",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.895Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-13d96ab5d19474ebb9b5",
              "file": "business_users/b3_user.spec.ts",
              "line": 748,
              "column": 9
            },
            {
              "title": "should prevent chain marketplace purchase: FullcycleSalesAccelerator",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.895Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-d2f97b600864c0d738c1",
              "file": "business_users/b3_user.spec.ts",
              "line": 767,
              "column": 9
            },
            {
              "title": "should show utility marketplace asset: Case management utility",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.896Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-6ef418f6b6ccb97324e9",
              "file": "business_users/b3_user.spec.ts",
              "line": 793,
              "column": 9
            },
            {
              "title": "should prevent utility marketplace purchase: Case management utility",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.896Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-366e8205597aea739e6f",
              "file": "business_users/b3_user.spec.ts",
              "line": 812,
              "column": 9
            },
            {
              "title": "should show utility marketplace asset: InsightTable Manager",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.897Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-b64c9e2689ff6515d6cb",
              "file": "business_users/b3_user.spec.ts",
              "line": 838,
              "column": 9
            },
            {
              "title": "should prevent utility marketplace purchase: InsightTable Manager",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.897Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-b9c141358cba16176779",
              "file": "business_users/b3_user.spec.ts",
              "line": 857,
              "column": 9
            },
            {
              "title": "should show utility marketplace asset: feedback analysis",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.898Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-07d5402305a9655b23bf",
              "file": "business_users/b3_user.spec.ts",
              "line": 883,
              "column": 9
            },
            {
              "title": "should prevent utility marketplace purchase: feedback analysis",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.898Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-1fa94e3404c8391b2d71",
              "file": "business_users/b3_user.spec.ts",
              "line": 902,
              "column": 9
            },
            {
              "title": "should show curated data marketplace asset: Customer Data Set",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b3_user.spec.ts",
                        "line": 928,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.899Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-d9856843184e665787a3",
              "file": "business_users/b3_user.spec.ts",
              "line": 928,
              "column": 10
            },
            {
              "title": "should prevent curated data marketplace purchase: Customer Data Set",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b3_user.spec.ts",
                        "line": 947,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.899Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-028a4d77692be73bf4af",
              "file": "business_users/b3_user.spec.ts",
              "line": 947,
              "column": 10
            },
            {
              "title": "should show media marketplace asset: Case documents",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b3_user.spec.ts",
                        "line": 973,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.899Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-cbc3effeab51b4892cc5",
              "file": "business_users/b3_user.spec.ts",
              "line": 973,
              "column": 10
            },
            {
              "title": "should prevent media marketplace purchase: Case documents",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b3_user.spec.ts",
                        "line": 992,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.900Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-f86e197efa0e1d792093",
              "file": "business_users/b3_user.spec.ts",
              "line": 992,
              "column": 10
            },
            {
              "title": "should show model marketplace asset: Hospital Resource Utilization Model",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.900Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-35b6cc68714a5d01e4f9",
              "file": "business_users/b3_user.spec.ts",
              "line": 1018,
              "column": 9
            },
            {
              "title": "should prevent model marketplace purchase: Hospital Resource Utilization Model",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:41.901Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-95ac41b1ec45076f899d",
              "file": "business_users/b3_user.spec.ts",
              "line": 1037,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b4_user.spec.ts",
      "file": "business_users/b4_user.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / B4 User",
          "file": "business_users/b4_user.spec.ts",
          "line": 255,
          "column": 15,
          "specs": [
            {
              "title": "should register and activate successfully",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 4,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 0,
                      "error": {
                        "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n",
                        "stack": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n\n    at RegistrationPage.openSignUpFromSignIn (/app/pages/RegistrationPage.ts:146:42)\n    at /app/tests/business_users/b4_user.spec.ts:268:9",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 42,
                          "line": 146
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:146\n\n  144 |     async openSignUpFromSignIn() {\n  145 |         await this.openAuthDialog();\n> 146 |         await this.dontHaveAccountButton.click();\n      |                                          ^\n  147 |         await expect(this.signUpEmailInput).toBeVisible({ timeout: 15000 });\n  148 |     }\n  149 |"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 42,
                            "line": 146
                          },
                          "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:146\n\n  144 |     async openSignUpFromSignIn() {\n  145 |         await this.openAuthDialog();\n> 146 |         await this.dontHaveAccountButton.click();\n      |                                          ^\n  147 |         await expect(this.signUpEmailInput).toBeVisible({ timeout: 15000 });\n  148 |     }\n  149 |\n    at RegistrationPage.openSignUpFromSignIn (/app/pages/RegistrationPage.ts:146:42)\n    at /app/tests/business_users/b4_user.spec.ts:268:9"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:42.757Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b4_user-Bus-559fe-r-and-activate-successfully-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1293/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b4_user-Bus-559fe-r-and-activate-successfully-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1294/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "60bf3bfe0623726f2c60-5d68ff42765e55a8e3bf",
              "file": "business_users/b4_user.spec.ts",
              "line": 282,
              "column": 9
            },
            {
              "title": "should keep the user on the account selection milestone",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.060Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-f0d6bb0490eb40ddc9d1",
              "file": "business_users/b4_user.spec.ts",
              "line": 287,
              "column": 9
            },
            {
              "title": "should show both account type options",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.061Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-8bca3ac152b9da844968",
              "file": "business_users/b4_user.spec.ts",
              "line": 292,
              "column": 9
            },
            {
              "title": "should complete business user type selection after activation",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.062Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-e8b252d9bfc19a00ad9d",
              "file": "business_users/b4_user.spec.ts",
              "line": 297,
              "column": 9
            },
            {
              "title": "should close the welcome popup after full registration",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.063Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-664c57d08112b9de25a5",
              "file": "business_users/b4_user.spec.ts",
              "line": 305,
              "column": 9
            },
            {
              "title": "should show DDA without sources marketplace asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.063Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-6770ba5b30eef69437eb",
              "file": "business_users/b4_user.spec.ts",
              "line": 320,
              "column": 9
            },
            {
              "title": "should prevent DDA without sources marketplace purchase",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.064Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-c2723d400a6224cbe2f5",
              "file": "business_users/b4_user.spec.ts",
              "line": 344,
              "column": 9
            },
            {
              "title": "should show DDA with sources marketplace asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.065Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-78b02efcc5e8fbd99a67",
              "file": "business_users/b4_user.spec.ts",
              "line": 382,
              "column": 9
            },
            {
              "title": "should prevent DDA with sources marketplace purchase",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.065Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-382387c26320df5719be",
              "file": "business_users/b4_user.spec.ts",
              "line": 401,
              "column": 9
            },
            {
              "title": "should show MKF with sources marketplace asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.066Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-c92a8ea708148aa69b23",
              "file": "business_users/b4_user.spec.ts",
              "line": 431,
              "column": 9
            },
            {
              "title": "should prevent MKF with sources marketplace purchase",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.066Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-307809ff749d6c3f8db9",
              "file": "business_users/b4_user.spec.ts",
              "line": 450,
              "column": 9
            },
            {
              "title": "should show widget marketplace asset: Case Intake Table Widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b4_user.spec.ts",
                        "line": 480,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.067Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-051c6f46215a6cfcc7d8",
              "file": "business_users/b4_user.spec.ts",
              "line": 480,
              "column": 10
            },
            {
              "title": "should prevent widget marketplace purchase: Case Intake Table Widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b4_user.spec.ts",
                        "line": 499,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.068Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-444372187cf29714f950",
              "file": "business_users/b4_user.spec.ts",
              "line": 499,
              "column": 10
            },
            {
              "title": "should show widget marketplace asset: Matter Finance Information widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b4_user.spec.ts",
                        "line": 525,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.068Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-976025fcc5fcc9dae71d",
              "file": "business_users/b4_user.spec.ts",
              "line": 525,
              "column": 10
            },
            {
              "title": "should prevent widget marketplace purchase: Matter Finance Information widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b4_user.spec.ts",
                        "line": 544,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.069Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-047e81e1fd6dea22fb64",
              "file": "business_users/b4_user.spec.ts",
              "line": 544,
              "column": 10
            },
            {
              "title": "should show widget marketplace asset: CDR based fraud prevention playbook",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b4_user.spec.ts",
                        "line": 570,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.070Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-abf47e7dbcf24ecc5183",
              "file": "business_users/b4_user.spec.ts",
              "line": 570,
              "column": 10
            },
            {
              "title": "should prevent widget marketplace purchase: CDR based fraud prevention playbook",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b4_user.spec.ts",
                        "line": 589,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.070Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-62ed576e417234c7a1c7",
              "file": "business_users/b4_user.spec.ts",
              "line": 589,
              "column": 10
            },
            {
              "title": "should show chain marketplace asset: Decision Analyzer",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.071Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-b52bd618d6f606f60d7e",
              "file": "business_users/b4_user.spec.ts",
              "line": 615,
              "column": 9
            },
            {
              "title": "should prevent chain marketplace purchase: Decision Analyzer",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.071Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-ee1e66d2563ebe38934e",
              "file": "business_users/b4_user.spec.ts",
              "line": 634,
              "column": 9
            },
            {
              "title": "should show chain marketplace asset: CdrAnalysisChain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.072Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-228b9ca7c4496eead4ae",
              "file": "business_users/b4_user.spec.ts",
              "line": 660,
              "column": 9
            },
            {
              "title": "should prevent chain marketplace purchase: CdrAnalysisChain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.073Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-49288bf4ab240f0597ad",
              "file": "business_users/b4_user.spec.ts",
              "line": 679,
              "column": 9
            },
            {
              "title": "should show chain marketplace asset: FullcycleSalesAccelerator",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.074Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-b89b051d49173392e460",
              "file": "business_users/b4_user.spec.ts",
              "line": 705,
              "column": 9
            },
            {
              "title": "should prevent chain marketplace purchase: FullcycleSalesAccelerator",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.074Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-bf4611839c9201c76fe9",
              "file": "business_users/b4_user.spec.ts",
              "line": 724,
              "column": 9
            },
            {
              "title": "should show utility marketplace asset: Case management utility",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.075Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-0c5f0a06b414bb69d55c",
              "file": "business_users/b4_user.spec.ts",
              "line": 750,
              "column": 9
            },
            {
              "title": "should prevent utility marketplace purchase: Case management utility",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.075Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-ed5dc6b7c31d76945cc7",
              "file": "business_users/b4_user.spec.ts",
              "line": 769,
              "column": 9
            },
            {
              "title": "should show utility marketplace asset: InsightTable Manager",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.076Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-0460fade4e5b702b8782",
              "file": "business_users/b4_user.spec.ts",
              "line": 795,
              "column": 9
            },
            {
              "title": "should prevent utility marketplace purchase: InsightTable Manager",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.076Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-3d1001dd9f71008ab28f",
              "file": "business_users/b4_user.spec.ts",
              "line": 814,
              "column": 9
            },
            {
              "title": "should show utility marketplace asset: feedback analysis",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.077Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-db71aaf0ddff2385cfb2",
              "file": "business_users/b4_user.spec.ts",
              "line": 840,
              "column": 9
            },
            {
              "title": "should prevent utility marketplace purchase: feedback analysis",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.077Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-4ad4f803b6aaaaadad37",
              "file": "business_users/b4_user.spec.ts",
              "line": 859,
              "column": 9
            },
            {
              "title": "should show curated data marketplace asset: Customer Data Set",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b4_user.spec.ts",
                        "line": 885,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.078Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-233ec1797688c287dd71",
              "file": "business_users/b4_user.spec.ts",
              "line": 885,
              "column": 10
            },
            {
              "title": "should prevent curated data marketplace purchase: Customer Data Set",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b4_user.spec.ts",
                        "line": 904,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.078Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-a0c22ae9ad377ad6eb6d",
              "file": "business_users/b4_user.spec.ts",
              "line": 904,
              "column": 10
            },
            {
              "title": "should show media marketplace asset: Case documents",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b4_user.spec.ts",
                        "line": 930,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.079Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-4a31ed4fbc1d120cbabb",
              "file": "business_users/b4_user.spec.ts",
              "line": 930,
              "column": 10
            },
            {
              "title": "should prevent media marketplace purchase: Case documents",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b4_user.spec.ts",
                        "line": 949,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.079Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-4d2ac35e61db7ce3912c",
              "file": "business_users/b4_user.spec.ts",
              "line": 949,
              "column": 10
            },
            {
              "title": "should show model marketplace asset: Hospital Resource Utilization Model",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.080Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-9c12ee0fbc97552065ed",
              "file": "business_users/b4_user.spec.ts",
              "line": 975,
              "column": 9
            },
            {
              "title": "should prevent model marketplace purchase: Hospital Resource Utilization Model",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.080Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-b0ba1d93b1ecefc1608a",
              "file": "business_users/b4_user.spec.ts",
              "line": 994,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b5_user.spec.ts",
      "file": "business_users/b5_user.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / B5 User",
          "file": "business_users/b5_user.spec.ts",
          "line": 257,
          "column": 15,
          "specs": [
            {
              "title": "should register and activate successfully",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 5,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 0,
                      "error": {
                        "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n",
                        "stack": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n\n    at RegistrationPage.openSignUpFromSignIn (/app/pages/RegistrationPage.ts:146:42)\n    at /app/tests/business_users/b5_user.spec.ts:270:5",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 42,
                          "line": 146
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:146\n\n  144 |     async openSignUpFromSignIn() {\n  145 |         await this.openAuthDialog();\n> 146 |         await this.dontHaveAccountButton.click();\n      |                                          ^\n  147 |         await expect(this.signUpEmailInput).toBeVisible({ timeout: 15000 });\n  148 |     }\n  149 |"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 42,
                            "line": 146
                          },
                          "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:146\n\n  144 |     async openSignUpFromSignIn() {\n  145 |         await this.openAuthDialog();\n> 146 |         await this.dontHaveAccountButton.click();\n      |                                          ^\n  147 |         await expect(this.signUpEmailInput).toBeVisible({ timeout: 15000 });\n  148 |     }\n  149 |\n    at RegistrationPage.openSignUpFromSignIn (/app/pages/RegistrationPage.ts:146:42)\n    at /app/tests/business_users/b5_user.spec.ts:270:5"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:02:59.935Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b5_user-Bus-0bb88-r-and-activate-successfully-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1295/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b5_user-Bus-0bb88-r-and-activate-successfully-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1296/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "1e66932e4795f91cd90d-961c6e57a6060e3560ad",
              "file": "business_users/b5_user.spec.ts",
              "line": 284,
              "column": 7
            },
            {
              "title": "should keep the user on the account selection milestone",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.216Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-265068fcfccb4159b135",
              "file": "business_users/b5_user.spec.ts",
              "line": 289,
              "column": 7
            },
            {
              "title": "should show both account type options",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.217Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-66e4649aced1c2b9bbf1",
              "file": "business_users/b5_user.spec.ts",
              "line": 294,
              "column": 7
            },
            {
              "title": "should complete business user type selection after activation",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.217Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-c39e1593129714e5a90c",
              "file": "business_users/b5_user.spec.ts",
              "line": 299,
              "column": 7
            },
            {
              "title": "should close the welcome popup after full registration",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.217Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-5242d5d18df04625666b",
              "file": "business_users/b5_user.spec.ts",
              "line": 307,
              "column": 7
            },
            {
              "title": "should show DDA without sources marketplace asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.218Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-92b60fb79ed0e81c83a6",
              "file": "business_users/b5_user.spec.ts",
              "line": 315,
              "column": 7
            },
            {
              "title": "should prevent DDA without sources marketplace purchase",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.218Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-d968164bc44ac1946c4e",
              "file": "business_users/b5_user.spec.ts",
              "line": 339,
              "column": 7
            },
            {
              "title": "should show DDA with sources marketplace asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.218Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-eac9dd38d9c950a12891",
              "file": "business_users/b5_user.spec.ts",
              "line": 377,
              "column": 7
            },
            {
              "title": "should prevent DDA with sources marketplace purchase",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.218Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-3f1f7d51a32288383f1f",
              "file": "business_users/b5_user.spec.ts",
              "line": 396,
              "column": 7
            },
            {
              "title": "should show MKF with sources marketplace asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.219Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-ebb5f6f352e06487f9b2",
              "file": "business_users/b5_user.spec.ts",
              "line": 426,
              "column": 7
            },
            {
              "title": "should prevent MKF with sources marketplace purchase",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.219Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-12d7b443a323858ab46a",
              "file": "business_users/b5_user.spec.ts",
              "line": 445,
              "column": 7
            },
            {
              "title": "should show widget marketplace asset: Case Intake Table Widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b5_user.spec.ts",
                        "line": 475,
                        "column": 8
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.219Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-a80f759dc5f8f672c3e1",
              "file": "business_users/b5_user.spec.ts",
              "line": 475,
              "column": 8
            },
            {
              "title": "should prevent widget marketplace purchase: Case Intake Table Widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b5_user.spec.ts",
                        "line": 494,
                        "column": 8
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.219Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-0fecd32ce9240275487d",
              "file": "business_users/b5_user.spec.ts",
              "line": 494,
              "column": 8
            },
            {
              "title": "should show widget marketplace asset: Matter Finance Information widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b5_user.spec.ts",
                        "line": 520,
                        "column": 8
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.220Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-92f4e017004fdf56f78e",
              "file": "business_users/b5_user.spec.ts",
              "line": 520,
              "column": 8
            },
            {
              "title": "should prevent widget marketplace purchase: Matter Finance Information widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b5_user.spec.ts",
                        "line": 539,
                        "column": 8
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.220Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-ae0ff2122573d95c93ef",
              "file": "business_users/b5_user.spec.ts",
              "line": 539,
              "column": 8
            },
            {
              "title": "should show widget marketplace asset: CDR based fraud prevention playbook",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b5_user.spec.ts",
                        "line": 565,
                        "column": 8
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.220Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-f8b39d6104a52e61e74b",
              "file": "business_users/b5_user.spec.ts",
              "line": 565,
              "column": 8
            },
            {
              "title": "should prevent widget marketplace purchase: CDR based fraud prevention playbook",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b5_user.spec.ts",
                        "line": 584,
                        "column": 8
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.221Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-45ccb2ffc585fb3c0f05",
              "file": "business_users/b5_user.spec.ts",
              "line": 584,
              "column": 8
            },
            {
              "title": "should show chain marketplace asset: Decision Analyzer",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.221Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-732afc5c934b22b3120d",
              "file": "business_users/b5_user.spec.ts",
              "line": 610,
              "column": 7
            },
            {
              "title": "should prevent chain marketplace purchase: Decision Analyzer",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.221Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-61816e3d4d82cd5d3462",
              "file": "business_users/b5_user.spec.ts",
              "line": 629,
              "column": 7
            },
            {
              "title": "should show chain marketplace asset: CdrAnalysisChain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.221Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-8318852a52da7da1543a",
              "file": "business_users/b5_user.spec.ts",
              "line": 655,
              "column": 7
            },
            {
              "title": "should prevent chain marketplace purchase: CdrAnalysisChain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.222Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-48dec215dba28ef271e5",
              "file": "business_users/b5_user.spec.ts",
              "line": 674,
              "column": 7
            },
            {
              "title": "should show chain marketplace asset: FullcycleSalesAccelerator",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.222Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-bda1cb944ac05ad181b5",
              "file": "business_users/b5_user.spec.ts",
              "line": 700,
              "column": 7
            },
            {
              "title": "should prevent chain marketplace purchase: FullcycleSalesAccelerator",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.222Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-010195310b0d8aab5e05",
              "file": "business_users/b5_user.spec.ts",
              "line": 719,
              "column": 7
            },
            {
              "title": "should show utility marketplace asset: Case management utility",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.222Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-0c007ad5024a918d5ca3",
              "file": "business_users/b5_user.spec.ts",
              "line": 745,
              "column": 7
            },
            {
              "title": "should prevent utility marketplace purchase: Case management utility",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.222Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-a095673e6192a22ec1f9",
              "file": "business_users/b5_user.spec.ts",
              "line": 764,
              "column": 7
            },
            {
              "title": "should show utility marketplace asset: InsightTable Manager",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.223Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-9ffc9ef2ea643854b546",
              "file": "business_users/b5_user.spec.ts",
              "line": 790,
              "column": 7
            },
            {
              "title": "should prevent utility marketplace purchase: InsightTable Manager",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.223Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-9769d308bfe334cc0a9a",
              "file": "business_users/b5_user.spec.ts",
              "line": 809,
              "column": 7
            },
            {
              "title": "should show utility marketplace asset: feedback analysis",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.223Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-ebbc4a43159e7ec9ae2a",
              "file": "business_users/b5_user.spec.ts",
              "line": 835,
              "column": 7
            },
            {
              "title": "should prevent utility marketplace purchase: feedback analysis",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.223Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-3cb8eb29fea4cf5133e1",
              "file": "business_users/b5_user.spec.ts",
              "line": 854,
              "column": 7
            },
            {
              "title": "should show curated data marketplace asset: Customer Data Set",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b5_user.spec.ts",
                        "line": 880,
                        "column": 8
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.223Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-adbc48a5b7fc5ff6f368",
              "file": "business_users/b5_user.spec.ts",
              "line": 880,
              "column": 8
            },
            {
              "title": "should prevent curated data marketplace purchase: Customer Data Set",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b5_user.spec.ts",
                        "line": 899,
                        "column": 8
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.224Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-c9355de7f7308ef28f88",
              "file": "business_users/b5_user.spec.ts",
              "line": 899,
              "column": 8
            },
            {
              "title": "should show media marketplace asset: Case documents",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b5_user.spec.ts",
                        "line": 925,
                        "column": 8
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.224Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-3dba66d550f2e75c1967",
              "file": "business_users/b5_user.spec.ts",
              "line": 925,
              "column": 8
            },
            {
              "title": "should prevent media marketplace purchase: Case documents",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b5_user.spec.ts",
                        "line": 944,
                        "column": 8
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.224Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-9d3a34a3c9ad07cd150e",
              "file": "business_users/b5_user.spec.ts",
              "line": 944,
              "column": 8
            },
            {
              "title": "should show model marketplace asset: Hospital Resource Utilization Model",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.224Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-93e6a25e3dd395dc71a1",
              "file": "business_users/b5_user.spec.ts",
              "line": 980,
              "column": 7
            },
            {
              "title": "should prevent model marketplace purchase: Hospital Resource Utilization Model",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:16.224Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-fb4e201c418f2c47b977",
              "file": "business_users/b5_user.spec.ts",
              "line": 999,
              "column": 7
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b6_user.spec.ts",
      "file": "business_users/b6_user.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / B6 User",
          "file": "business_users/b6_user.spec.ts",
          "line": 245,
          "column": 15,
          "specs": [
            {
              "title": "should register and activate successfully",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 6,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 0,
                      "error": {
                        "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n",
                        "stack": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n\n    at RegistrationPage.openSignUpFromSignIn (/app/pages/RegistrationPage.ts:146:42)\n    at /app/tests/business_users/b6_user.spec.ts:258:5",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 42,
                          "line": 146
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:146\n\n  144 |     async openSignUpFromSignIn() {\n  145 |         await this.openAuthDialog();\n> 146 |         await this.dontHaveAccountButton.click();\n      |                                          ^\n  147 |         await expect(this.signUpEmailInput).toBeVisible({ timeout: 15000 });\n  148 |     }\n  149 |"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 42,
                            "line": 146
                          },
                          "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:146\n\n  144 |     async openSignUpFromSignIn() {\n  145 |         await this.openAuthDialog();\n> 146 |         await this.dontHaveAccountButton.click();\n      |                                          ^\n  147 |         await expect(this.signUpEmailInput).toBeVisible({ timeout: 15000 });\n  148 |     }\n  149 |\n    at RegistrationPage.openSignUpFromSignIn (/app/pages/RegistrationPage.ts:146:42)\n    at /app/tests/business_users/b6_user.spec.ts:258:5"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:17.112Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b6_user-Bus-cb6bd-r-and-activate-successfully-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1297/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b6_user-Bus-cb6bd-r-and-activate-successfully-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1298/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "1803a88bd34e70bc5134-eca06d0cb98fc791bea9",
              "file": "business_users/b6_user.spec.ts",
              "line": 272,
              "column": 7
            },
            {
              "title": "should keep the user on the account selection milestone",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.458Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-da56c711d479b0ac7f56",
              "file": "business_users/b6_user.spec.ts",
              "line": 277,
              "column": 7
            },
            {
              "title": "should show both account type options",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.459Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-e0b24ac4c23d05edb7ef",
              "file": "business_users/b6_user.spec.ts",
              "line": 282,
              "column": 7
            },
            {
              "title": "should complete business user type selection after activation",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.459Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-d5602ff7808ba58f5d5b",
              "file": "business_users/b6_user.spec.ts",
              "line": 287,
              "column": 7
            },
            {
              "title": "should close the welcome popup after full registration",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.460Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-a01c957693f92ee34f30",
              "file": "business_users/b6_user.spec.ts",
              "line": 295,
              "column": 7
            },
            {
              "title": "should show DDA without sources marketplace asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.460Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-768f9ae961f14d54f90a",
              "file": "business_users/b6_user.spec.ts",
              "line": 304,
              "column": 9
            },
            {
              "title": "should prevent DDA without sources marketplace purchase",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.461Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-709b5668a5ea976fb8be",
              "file": "business_users/b6_user.spec.ts",
              "line": 328,
              "column": 9
            },
            {
              "title": "should show DDA with sources marketplace asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.461Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-281239112a125c4ad030",
              "file": "business_users/b6_user.spec.ts",
              "line": 366,
              "column": 9
            },
            {
              "title": "should prevent DDA with sources marketplace purchase",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.462Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-09ab855aaa2d49bad048",
              "file": "business_users/b6_user.spec.ts",
              "line": 385,
              "column": 9
            },
            {
              "title": "should show MKF with sources marketplace asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.463Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-2496cf2067b95944d456",
              "file": "business_users/b6_user.spec.ts",
              "line": 415,
              "column": 9
            },
            {
              "title": "should prevent MKF with sources marketplace purchase",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.463Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-112cd4bdf933196e3929",
              "file": "business_users/b6_user.spec.ts",
              "line": 434,
              "column": 9
            },
            {
              "title": "should show widget marketplace asset: Case Intake Table Widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 464,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.464Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-e4bf5e17c65ff24b9fb8",
              "file": "business_users/b6_user.spec.ts",
              "line": 464,
              "column": 10
            },
            {
              "title": "should prevent widget marketplace purchase: Case Intake Table Widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 483,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.464Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-d0afa99ea51c2ec5c09e",
              "file": "business_users/b6_user.spec.ts",
              "line": 483,
              "column": 10
            },
            {
              "title": "should show widget marketplace asset: Matter Finance Information widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 509,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.465Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-a9e17954a22bd983ccf1",
              "file": "business_users/b6_user.spec.ts",
              "line": 509,
              "column": 10
            },
            {
              "title": "should prevent widget marketplace purchase: Matter Finance Information widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 528,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.465Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-e137fd785ff6f7232852",
              "file": "business_users/b6_user.spec.ts",
              "line": 528,
              "column": 10
            },
            {
              "title": "should show widget marketplace asset: CDR based fraud prevention playbook",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 554,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.466Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-8f7f1b8bd863d8607608",
              "file": "business_users/b6_user.spec.ts",
              "line": 554,
              "column": 10
            },
            {
              "title": "should prevent widget marketplace purchase: CDR based fraud prevention playbook",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 573,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.466Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-e87935b56841a8d3b95b",
              "file": "business_users/b6_user.spec.ts",
              "line": 573,
              "column": 10
            },
            {
              "title": "should show chain marketplace asset: Decision Analyzer",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.469Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-abf03e93cfe06099bd21",
              "file": "business_users/b6_user.spec.ts",
              "line": 599,
              "column": 9
            },
            {
              "title": "should prevent chain marketplace purchase: Decision Analyzer",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.470Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-8d1d0e56d2fcb8cfd4d2",
              "file": "business_users/b6_user.spec.ts",
              "line": 618,
              "column": 9
            },
            {
              "title": "should show chain marketplace asset: CdrAnalysisChain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.470Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-ef944593d394b62b3b3f",
              "file": "business_users/b6_user.spec.ts",
              "line": 644,
              "column": 9
            },
            {
              "title": "should prevent chain marketplace purchase: CdrAnalysisChain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.471Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-0e88290d2ba970e166dd",
              "file": "business_users/b6_user.spec.ts",
              "line": 663,
              "column": 9
            },
            {
              "title": "should show chain marketplace asset: FullcycleSalesAccelerator",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.471Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-0cee198f22b9dbcf546a",
              "file": "business_users/b6_user.spec.ts",
              "line": 689,
              "column": 9
            },
            {
              "title": "should prevent chain marketplace purchase: FullcycleSalesAccelerator",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.472Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-36eb3ceb2ce0f5ead894",
              "file": "business_users/b6_user.spec.ts",
              "line": 708,
              "column": 9
            },
            {
              "title": "should show utility marketplace asset: Case management utility",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.472Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-f638aa7663d00585b3c7",
              "file": "business_users/b6_user.spec.ts",
              "line": 734,
              "column": 9
            },
            {
              "title": "should prevent utility marketplace purchase: Case management utility",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.473Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-8f6686b72ac2a2dbf123",
              "file": "business_users/b6_user.spec.ts",
              "line": 753,
              "column": 9
            },
            {
              "title": "should show utility marketplace asset: InsightTable Manager",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.474Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-1638d796a6390bc27322",
              "file": "business_users/b6_user.spec.ts",
              "line": 779,
              "column": 9
            },
            {
              "title": "should prevent utility marketplace purchase: InsightTable Manager",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.474Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-ea83526cad04a04fd29a",
              "file": "business_users/b6_user.spec.ts",
              "line": 798,
              "column": 9
            },
            {
              "title": "should show utility marketplace asset: feedback analysis",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.475Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-dbb440761fb5b9eb8f4f",
              "file": "business_users/b6_user.spec.ts",
              "line": 824,
              "column": 9
            },
            {
              "title": "should prevent utility marketplace purchase: feedback analysis",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.475Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-bfc1ff1505b95971360f",
              "file": "business_users/b6_user.spec.ts",
              "line": 843,
              "column": 9
            },
            {
              "title": "should show curated data marketplace asset: Customer Data Set",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 869,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.475Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-ff199b1004d38f3d53af",
              "file": "business_users/b6_user.spec.ts",
              "line": 869,
              "column": 10
            },
            {
              "title": "should prevent curated data marketplace purchase: Customer Data Set",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 888,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.476Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-7c174138d0c6e352931c",
              "file": "business_users/b6_user.spec.ts",
              "line": 888,
              "column": 10
            },
            {
              "title": "should show media marketplace asset: Case documents",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 914,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.476Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-a570265c51ac69159679",
              "file": "business_users/b6_user.spec.ts",
              "line": 914,
              "column": 10
            },
            {
              "title": "should prevent media marketplace purchase: Case documents",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 933,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.477Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-0a90e7077b4ea247de71",
              "file": "business_users/b6_user.spec.ts",
              "line": 933,
              "column": 10
            },
            {
              "title": "should show model marketplace asset: Hospital Resource Utilization Model",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.477Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-e7018d3cd064c1577212",
              "file": "business_users/b6_user.spec.ts",
              "line": 969,
              "column": 9
            },
            {
              "title": "should prevent model marketplace purchase: Hospital Resource Utilization Model",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:33.478Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-c365c5f75e216e89d92f",
              "file": "business_users/b6_user.spec.ts",
              "line": 988,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b7_scenarios/agentic_widget/114-B7.spec.ts",
      "file": "business_users/b7_scenarios/agentic_widget/114-B7.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [
        {
          "title": "114 B7 widget creation without domain uses default-domain schema flow",
          "ok": false,
          "tags": [],
          "tests": [
            {
              "timeout": 480000,
              "annotations": [],
              "expectedStatus": "passed",
              "projectId": "chromium",
              "projectName": "chromium",
              "results": [
                {
                  "workerIndex": 7,
                  "parallelIndex": 0,
                  "status": "failed",
                  "duration": 16830,
                  "error": {
                    "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n",
                    "stack": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/114-B7.spec.ts:23:21",
                    "location": {
                      "file": "/app/pages/RegistrationPage.ts",
                      "column": 34,
                      "line": 130
                    },
                    "snippet": "   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });"
                  },
                  "errors": [
                    {
                      "location": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 34,
                        "line": 130
                      },
                      "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/114-B7.spec.ts:23:21"
                    }
                  ],
                  "stdout": [],
                  "stderr": [],
                  "retry": 0,
                  "startTime": "2026-06-18T04:03:34.279Z",
                  "annotations": [],
                  "attachments": [
                    {
                      "name": "screenshot",
                      "contentType": "image/png",
                      "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-33253--default-domain-schema-flow-chromium/test-failed-1.png",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1299/download"
                    },
                    {
                      "name": "video",
                      "contentType": "video/webm",
                      "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-33253--default-domain-schema-flow-chromium/video.webm",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1300/download"
                    },
                    {
                      "name": "error-context",
                      "contentType": "text/markdown",
                      "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-33253--default-domain-schema-flow-chromium/error-context.md",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1301/download"
                    }
                  ],
                  "errorLocation": {
                    "file": "/app/pages/RegistrationPage.ts",
                    "column": 34,
                    "line": 130
                  }
                }
              ],
              "status": "unexpected"
            }
          ],
          "id": "9815009c3efda51fa612-60c5d89805c05eea7368",
          "file": "business_users/b7_scenarios/agentic_widget/114-B7.spec.ts",
          "line": 20,
          "column": 5
        }
      ]
    },
    {
      "title": "business_users/b7_scenarios/agentic_widget/116-B7.spec.ts",
      "file": "business_users/b7_scenarios/agentic_widget/116-B7.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / KF Check",
          "file": "business_users/b7_scenarios/agentic_widget/116-B7.spec.ts",
          "line": 71,
          "column": 6,
          "specs": [
            {
              "title": "should follow the provided purchase flow",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 420000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 8,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 15785,
                      "error": {
                        "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n",
                        "stack": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at login (/app/tests/business_users/b7_scenarios/agentic_widget/116-B7.spec.ts:55:5)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/116-B7.spec.ts:79:9",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 34,
                          "line": 130
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 34,
                            "line": 130
                          },
                          "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at login (/app/tests/business_users/b7_scenarios/agentic_widget/116-B7.spec.ts:55:5)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/116-B7.spec.ts:79:9"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:03:52.086Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-be668--the-provided-purchase-flow-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1302/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-be668--the-provided-purchase-flow-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1303/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 34,
                        "line": 130
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "b251e1a22789a70b5c07-f3f764ae77c7ac59eed1",
              "file": "business_users/b7_scenarios/agentic_widget/116-B7.spec.ts",
              "line": 72,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b7_scenarios/agentic_widget/117-B7.spec.ts",
      "file": "business_users/b7_scenarios/agentic_widget/117-B7.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / B7 Scenarios",
          "file": "business_users/b7_scenarios/agentic_widget/117-B7.spec.ts",
          "line": 26,
          "column": 6,
          "specs": [
            {
              "title": "117 B7 creates media without domain and opens draft details",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 9,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 16810,
                      "error": {
                        "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n",
                        "stack": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/117-B7.spec.ts:31:25",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 34,
                          "line": 130
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 34,
                            "line": 130
                          },
                          "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/117-B7.spec.ts:31:25"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:04:08.936Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-018a7-ain-and-opens-draft-details-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1304/download"
                        },
                        {
                          "name": "video",
                          "contentType": "video/webm",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-018a7-ain-and-opens-draft-details-chromium/video.webm",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1305/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-018a7-ain-and-opens-draft-details-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1306/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 34,
                        "line": 130
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "ad62b69080abdd7c361c-dc050bd4009266d53321",
              "file": "business_users/b7_scenarios/agentic_widget/117-B7.spec.ts",
              "line": 27,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b7_scenarios/agentic_widget/118-B7.spec.ts",
      "file": "business_users/b7_scenarios/agentic_widget/118-B7.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / B7 Scenarios",
          "file": "business_users/b7_scenarios/agentic_widget/118-B7.spec.ts",
          "line": 121,
          "column": 6,
          "specs": [
            {
              "title": "118 B7 can publish no-domain agent and open published inventory details",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 10,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 16703,
                      "error": {
                        "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n",
                        "stack": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/118-B7.spec.ts:126:25",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 34,
                          "line": 130
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 34,
                            "line": 130
                          },
                          "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/118-B7.spec.ts:126:25"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:04:26.793Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-fc2d7-published-inventory-details-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1307/download"
                        },
                        {
                          "name": "video",
                          "contentType": "video/webm",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-fc2d7-published-inventory-details-chromium/video.webm",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1308/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-fc2d7-published-inventory-details-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1309/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 34,
                        "line": 130
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "1266088c6b07b8514d90-8d77f1eff5726f84d7ff",
              "file": "business_users/b7_scenarios/agentic_widget/118-B7.spec.ts",
              "line": 122,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b7_scenarios/agentic_widget/119-B7.spec.ts",
      "file": "business_users/b7_scenarios/agentic_widget/119-B7.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / B7 Scenarios",
          "file": "business_users/b7_scenarios/agentic_widget/119-B7.spec.ts",
          "line": 38,
          "column": 6,
          "specs": [
            {
              "title": "119 B7 publish media and update media name from inventory",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 11,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 16898,
                      "error": {
                        "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n",
                        "stack": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/119-B7.spec.ts:43:25",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 34,
                          "line": 130
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 34,
                            "line": 130
                          },
                          "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/119-B7.spec.ts:43:25"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:04:44.547Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-c89c7-e-media-name-from-inventory-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1310/download"
                        },
                        {
                          "name": "video",
                          "contentType": "video/webm",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-c89c7-e-media-name-from-inventory-chromium/video.webm",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1311/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-c89c7-e-media-name-from-inventory-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1312/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 34,
                        "line": 130
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "29d4c3c263462fcb9f01-dc9d564f9e5abf56f06b",
              "file": "business_users/b7_scenarios/agentic_widget/119-B7.spec.ts",
              "line": 39,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b7_scenarios/agentic_widget/120-B7.spec.ts",
      "file": "business_users/b7_scenarios/agentic_widget/120-B7.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / B7 Scenarios",
          "file": "business_users/b7_scenarios/agentic_widget/120-B7.spec.ts",
          "line": 121,
          "column": 6,
          "specs": [
            {
              "title": "118 B7 can publish no-domain agent and open published inventory details",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 12,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 16804,
                      "error": {
                        "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n",
                        "stack": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/120-B7.spec.ts:126:25",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 34,
                          "line": 130
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 34,
                            "line": 130
                          },
                          "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/120-B7.spec.ts:126:25"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:05:02.492Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-c8425-published-inventory-details-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1313/download"
                        },
                        {
                          "name": "video",
                          "contentType": "video/webm",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-c8425-published-inventory-details-chromium/video.webm",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1314/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-c8425-published-inventory-details-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1315/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 34,
                        "line": 130
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "dd607f762b97f5da336c-d1dee4bdc2606bb05370",
              "file": "business_users/b7_scenarios/agentic_widget/120-B7.spec.ts",
              "line": 122,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b7_scenarios/agentic_widget/121-B7.spec.ts",
      "file": "business_users/b7_scenarios/agentic_widget/121-B7.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / B7 Scenarios",
          "file": "business_users/b7_scenarios/agentic_widget/121-B7.spec.ts",
          "line": 38,
          "column": 6,
          "specs": [
            {
              "title": "119 B7 publish media and update media name from inventory",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 13,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 16743,
                      "error": {
                        "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n",
                        "stack": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/121-B7.spec.ts:43:25",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 34,
                          "line": 130
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 34,
                            "line": 130
                          },
                          "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/121-B7.spec.ts:43:25"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:05:20.333Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-3a787-e-media-name-from-inventory-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1316/download"
                        },
                        {
                          "name": "video",
                          "contentType": "video/webm",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-3a787-e-media-name-from-inventory-chromium/video.webm",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1317/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-3a787-e-media-name-from-inventory-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1318/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 34,
                        "line": 130
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "4714dbd13fd06357ef1d-45ee4a4e8eda932edde1",
              "file": "business_users/b7_scenarios/agentic_widget/121-B7.spec.ts",
              "line": 39,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b7_scenarios/agentic_widget/122-B7.spec.ts",
      "file": "business_users/b7_scenarios/agentic_widget/122-B7.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / B7 Scenarios",
          "file": "business_users/b7_scenarios/agentic_widget/122-B7.spec.ts",
          "line": 124,
          "column": 6,
          "specs": [
            {
              "title": "122 B7 sold media cannot be unpublished by owner",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 14,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 15804,
                      "error": {
                        "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n",
                        "stack": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginWithCredentials (/app/tests/business_users/b7_scenarios/agentic_widget/122-B7.spec.ts:19:5)\n    at restartSessionAndLogin (/app/tests/business_users/b7_scenarios/agentic_widget/122-B7.spec.ts:120:5)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/122-B7.spec.ts:129:30",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 34,
                          "line": 130
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 34,
                            "line": 130
                          },
                          "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginWithCredentials (/app/tests/business_users/b7_scenarios/agentic_widget/122-B7.spec.ts:19:5)\n    at restartSessionAndLogin (/app/tests/business_users/b7_scenarios/agentic_widget/122-B7.spec.ts:120:5)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/122-B7.spec.ts:129:30"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:05:38.100Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-d0687-not-be-unpublished-by-owner-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1319/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-d0687-not-be-unpublished-by-owner-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1320/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 34,
                        "line": 130
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "ade58582f0393fb89721-eefceb47e383d14d97df",
              "file": "business_users/b7_scenarios/agentic_widget/122-B7.spec.ts",
              "line": 125,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b7_scenarios/agentic_widget/123-B7.spec.ts",
      "file": "business_users/b7_scenarios/agentic_widget/123-B7.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / B7 Scenarios",
          "file": "business_users/b7_scenarios/agentic_widget/123-B7.spec.ts",
          "line": 124,
          "column": 6,
          "specs": [
            {
              "title": "122 B7 sold media cannot be unpublished by owner",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 15,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 15883,
                      "error": {
                        "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n",
                        "stack": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginWithCredentials (/app/tests/business_users/b7_scenarios/agentic_widget/123-B7.spec.ts:19:5)\n    at restartSessionAndLogin (/app/tests/business_users/b7_scenarios/agentic_widget/123-B7.spec.ts:120:5)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/123-B7.spec.ts:129:30",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 34,
                          "line": 130
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 34,
                            "line": 130
                          },
                          "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginWithCredentials (/app/tests/business_users/b7_scenarios/agentic_widget/123-B7.spec.ts:19:5)\n    at restartSessionAndLogin (/app/tests/business_users/b7_scenarios/agentic_widget/123-B7.spec.ts:120:5)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/123-B7.spec.ts:129:30"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:05:54.913Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-2aac5-not-be-unpublished-by-owner-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1321/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-2aac5-not-be-unpublished-by-owner-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1322/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 34,
                        "line": 130
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "07cd486168da25c24fb0-a2ac1e90e1b4ef77fcfe",
              "file": "business_users/b7_scenarios/agentic_widget/123-B7.spec.ts",
              "line": 125,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b7_scenarios/agentic_widget/124-125-126-NU-B7.spec.ts",
      "file": "business_users/b7_scenarios/agentic_widget/124-125-126-NU-B7.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / B7 Scenarios",
          "file": "business_users/b7_scenarios/agentic_widget/124-125-126-NU-B7.spec.ts",
          "line": 66,
          "column": 6,
          "specs": [
            {
              "title": "124-125-126-NU B7 validates no-domain agent placeholder connection and publish flow",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 16,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 371,
                      "error": {
                        "message": "Error: BN_USER_EMAIL_ must be set in .env for 124-125-126-NU-B7.",
                        "stack": "Error: BN_USER_EMAIL_ must be set in .env for 124-125-126-NU-B7.\n    at getRequiredEnv (/app/tests/business_users/b7_scenarios/agentic_widget/124-125-126-NU-B7.spec.ts:9:15)\n    at loginWithBnUser (/app/tests/business_users/b7_scenarios/agentic_widget/124-125-126-NU-B7.spec.ts:24:19)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/124-125-126-NU-B7.spec.ts:74:32",
                        "location": {
                          "file": "/app/tests/business_users/b7_scenarios/agentic_widget/124-125-126-NU-B7.spec.ts",
                          "column": 15,
                          "line": 9
                        },
                        "snippet": "   7 |     const value = process.env[name]?.trim();\n   8 |     if (!value) {\n>  9 |         throw new Error(`${name} must be set in .env for 124-125-126-NU-B7.`);\n     |               ^\n  10 |     }\n  11 |     return value;\n  12 | }"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/124-125-126-NU-B7.spec.ts",
                            "column": 15,
                            "line": 9
                          },
                          "message": "Error: BN_USER_EMAIL_ must be set in .env for 124-125-126-NU-B7.\n\n   7 |     const value = process.env[name]?.trim();\n   8 |     if (!value) {\n>  9 |         throw new Error(`${name} must be set in .env for 124-125-126-NU-B7.`);\n     |               ^\n  10 |     }\n  11 |     return value;\n  12 | }\n    at getRequiredEnv (/app/tests/business_users/b7_scenarios/agentic_widget/124-125-126-NU-B7.spec.ts:9:15)\n    at loginWithBnUser (/app/tests/business_users/b7_scenarios/agentic_widget/124-125-126-NU-B7.spec.ts:24:19)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/124-125-126-NU-B7.spec.ts:74:32"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:06:11.865Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-6f51f-connection-and-publish-flow-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1323/download"
                        },
                        {
                          "name": "video",
                          "contentType": "video/webm",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-6f51f-connection-and-publish-flow-chromium/video.webm",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1324/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/124-125-126-NU-B7.spec.ts",
                        "column": 15,
                        "line": 9
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "5821febd3a5ae37daf0c-c21aaf9ca2d7b4fa5880",
              "file": "business_users/b7_scenarios/agentic_widget/124-125-126-NU-B7.spec.ts",
              "line": 67,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b7_scenarios/agentic_widget/124-125-B7.spec.ts",
      "file": "business_users/b7_scenarios/agentic_widget/124-125-B7.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / B7 Scenarios",
          "file": "business_users/b7_scenarios/agentic_widget/124-125-B7.spec.ts",
          "line": 196,
          "column": 6,
          "specs": [
            {
              "title": "124-125 B7 creates business account, completes onboarding, and connects wallet",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 1200000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 17,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 16817,
                      "error": {
                        "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n",
                        "stack": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n\n    at RegistrationPage.openSignUpFromSignIn (/app/pages/RegistrationPage.ts:146:42)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/124-125-B7.spec.ts:214:9",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 42,
                          "line": 146
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:146\n\n  144 |     async openSignUpFromSignIn() {\n  145 |         await this.openAuthDialog();\n> 146 |         await this.dontHaveAccountButton.click();\n      |                                          ^\n  147 |         await expect(this.signUpEmailInput).toBeVisible({ timeout: 15000 });\n  148 |     }\n  149 |"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 42,
                            "line": 146
                          },
                          "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:146\n\n  144 |     async openSignUpFromSignIn() {\n  145 |         await this.openAuthDialog();\n> 146 |         await this.dontHaveAccountButton.click();\n      |                                          ^\n  147 |         await expect(this.signUpEmailInput).toBeVisible({ timeout: 15000 });\n  148 |     }\n  149 |\n    at RegistrationPage.openSignUpFromSignIn (/app/pages/RegistrationPage.ts:146:42)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/124-125-B7.spec.ts:214:9"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:06:13.271Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-7f3a7-oarding-and-connects-wallet-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1325/download"
                        },
                        {
                          "name": "video",
                          "contentType": "video/webm",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-7f3a7-oarding-and-connects-wallet-chromium/video.webm",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1326/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-7f3a7-oarding-and-connects-wallet-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1327/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "754aaa9b566295f96d98-ee35d02024c947faa037",
              "file": "business_users/b7_scenarios/agentic_widget/124-125-B7.spec.ts",
              "line": 197,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b7_scenarios/agentic_widget/126-B7.spec.ts",
      "file": "business_users/b7_scenarios/agentic_widget/126-B7.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / B7 Scenarios",
          "file": "business_users/b7_scenarios/agentic_widget/126-B7.spec.ts",
          "line": 75,
          "column": 6,
          "specs": [
            {
              "title": "126 B7 different onboarded user can find published asset with similar marketplace query text",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 720000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 18,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 16078,
                      "error": {
                        "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n",
                        "stack": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/126-B7.spec.ts:89:13",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 34,
                          "line": 130
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 34,
                            "line": 130
                          },
                          "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/126-B7.spec.ts:89:13"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:06:31.170Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-a2713-ilar-marketplace-query-text-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1328/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 34,
                        "line": 130
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "e4824aae67b633b1dc16-34a8d2c3df1e76c9adad",
              "file": "business_users/b7_scenarios/agentic_widget/126-B7.spec.ts",
              "line": 78,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b7_scenarios/agentic_widget/128-B7.spec.ts",
      "file": "business_users/b7_scenarios/agentic_widget/128-B7.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / B7 Scenarios",
          "file": "business_users/b7_scenarios/agentic_widget/128-B7.spec.ts",
          "line": 4,
          "column": 6,
          "specs": [
            {
              "title": "128 B7 can purchase Katharagama domain driven agent from marketplace flow",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 19,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 16908,
                      "error": {
                        "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n",
                        "stack": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/128-B7.spec.ts:9:25",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 34,
                          "line": 130
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 34,
                            "line": 130
                          },
                          "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/128-B7.spec.ts:9:25"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:06:48.265Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-1c8a4-agent-from-marketplace-flow-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1329/download"
                        },
                        {
                          "name": "video",
                          "contentType": "video/webm",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-1c8a4-agent-from-marketplace-flow-chromium/video.webm",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1330/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-1c8a4-agent-from-marketplace-flow-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1331/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 34,
                        "line": 130
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "b3f9d7c97e2782a88ebe-2dad42f7c73cba7e5766",
              "file": "business_users/b7_scenarios/agentic_widget/128-B7.spec.ts",
              "line": 5,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b7_scenarios/agentic_widget/129_30-B7-kf_check.spec.ts",
      "file": "business_users/b7_scenarios/agentic_widget/129_30-B7-kf_check.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / KF Check",
          "file": "business_users/b7_scenarios/agentic_widget/129_30-B7-kf_check.spec.ts",
          "line": 71,
          "column": 6,
          "specs": [
            {
              "title": "should follow the provided purchase flow",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 420000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 20,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 15757,
                      "error": {
                        "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n",
                        "stack": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at login (/app/tests/business_users/b7_scenarios/agentic_widget/129_30-B7-kf_check.spec.ts:55:5)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/129_30-B7-kf_check.spec.ts:79:9",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 34,
                          "line": 130
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 34,
                            "line": 130
                          },
                          "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at login (/app/tests/business_users/b7_scenarios/agentic_widget/129_30-B7-kf_check.spec.ts:55:5)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/129_30-B7-kf_check.spec.ts:79:9"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:07:06.172Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-47dc5--the-provided-purchase-flow-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1332/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-47dc5--the-provided-purchase-flow-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1333/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 34,
                        "line": 130
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "fb25160e4d8f6decceab-eeb1b79e4327c01e562c",
              "file": "business_users/b7_scenarios/agentic_widget/129_30-B7-kf_check.spec.ts",
              "line": 72,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b7_scenarios/agentic_widget/133-B7.spec.ts",
      "file": "business_users/b7_scenarios/agentic_widget/133-B7.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / B7 Scenarios",
          "file": "business_users/b7_scenarios/agentic_widget/133-B7.spec.ts",
          "line": 111,
          "column": 6,
          "specs": [
            {
              "title": "133 B7 widget typed source draft creation",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 21,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 16820,
                      "error": {
                        "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n",
                        "stack": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/133-B7.spec.ts:116:25",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 34,
                          "line": 130
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 34,
                            "line": 130
                          },
                          "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/133-B7.spec.ts:116:25"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:07:22.914Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-42020-typed-source-draft-creation-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1334/download"
                        },
                        {
                          "name": "video",
                          "contentType": "video/webm",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-42020-typed-source-draft-creation-chromium/video.webm",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1335/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-42020-typed-source-draft-creation-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1336/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 34,
                        "line": 130
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "7bd2c4d8f4db2d006a97-6802cf9196a4e49329f9",
              "file": "business_users/b7_scenarios/agentic_widget/133-B7.spec.ts",
              "line": 112,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b7_scenarios/agentic_widget/134-B7.spec.ts",
      "file": "business_users/b7_scenarios/agentic_widget/134-B7.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / B7 Scenarios",
          "file": "business_users/b7_scenarios/agentic_widget/134-B7.spec.ts",
          "line": 55,
          "column": 6,
          "specs": [
            {
              "title": "134 B7 knowledge fabric and MCP-backed widget test flow",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 720000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 22,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 16756,
                      "error": {
                        "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n",
                        "stack": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/134-B7.spec.ts:60:25",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 34,
                          "line": 130
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 34,
                            "line": 130
                          },
                          "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/134-B7.spec.ts:60:25"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:07:40.751Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-0089a-MCP-backed-widget-test-flow-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1337/download"
                        },
                        {
                          "name": "video",
                          "contentType": "video/webm",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-0089a-MCP-backed-widget-test-flow-chromium/video.webm",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1338/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-0089a-MCP-backed-widget-test-flow-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1339/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 34,
                        "line": 130
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "a975ccbae82843985194-c3999cce7f8ff3a63933",
              "file": "business_users/b7_scenarios/agentic_widget/134-B7.spec.ts",
              "line": 56,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b7_scenarios/agentic_widget/135-B7.spec.ts",
      "file": "business_users/b7_scenarios/agentic_widget/135-B7.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / B7 Scenarios",
          "file": "business_users/b7_scenarios/agentic_widget/135-B7.spec.ts",
          "line": 9,
          "column": 6,
          "specs": [
            {
              "title": "135 B7 widget review test with existing MCPs",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 23,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 16805,
                      "error": {
                        "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n",
                        "stack": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/135-B7.spec.ts:14:25",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 34,
                          "line": 130
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 34,
                            "line": 130
                          },
                          "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/135-B7.spec.ts:14:25"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:07:58.536Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-8fa61-iew-test-with-existing-MCPs-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1340/download"
                        },
                        {
                          "name": "video",
                          "contentType": "video/webm",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-8fa61-iew-test-with-existing-MCPs-chromium/video.webm",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1341/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-8fa61-iew-test-with-existing-MCPs-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1342/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 34,
                        "line": 130
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "a734995b12b5d0b1e320-6d89cf16ca9d9222a3f3",
              "file": "business_users/b7_scenarios/agentic_widget/135-B7.spec.ts",
              "line": 10,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b7_scenarios/agentic_widget/137-B7.spec.ts",
      "file": "business_users/b7_scenarios/agentic_widget/137-B7.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / B7 Scenarios",
          "file": "business_users/b7_scenarios/agentic_widget/137-B7.spec.ts",
          "line": 5,
          "column": 6,
          "specs": [
            {
              "title": "137 B7 asset creation review test with specific source types prompt",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 24,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 16696,
                      "error": {
                        "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n",
                        "stack": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/137-B7.spec.ts:10:9",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 34,
                          "line": 130
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 34,
                            "line": 130
                          },
                          "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/137-B7.spec.ts:10:9"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:08:16.356Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-0237f-pecific-source-types-prompt-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1343/download"
                        },
                        {
                          "name": "video",
                          "contentType": "video/webm",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-0237f-pecific-source-types-prompt-chromium/video.webm",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1344/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-0237f-pecific-source-types-prompt-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1345/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 34,
                        "line": 130
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "e8d9b123ed47e6fa683c-479127c60b711c3cca1b",
              "file": "business_users/b7_scenarios/agentic_widget/137-B7.spec.ts",
              "line": 6,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b7_scenarios/agentic_widget/138-B7.spec.ts",
      "file": "business_users/b7_scenarios/agentic_widget/138-B7.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / B7 Scenarios",
          "file": "business_users/b7_scenarios/agentic_widget/138-B7.spec.ts",
          "line": 5,
          "column": 6,
          "specs": [
            {
              "title": "137 B7 widget test stops at agentic query result",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 25,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 16813,
                      "error": {
                        "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n",
                        "stack": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/138-B7.spec.ts:10:9",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 34,
                          "line": 130
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 34,
                            "line": 130
                          },
                          "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/138-B7.spec.ts:10:9"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:08:34.082Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-220b6-ops-at-agentic-query-result-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1346/download"
                        },
                        {
                          "name": "video",
                          "contentType": "video/webm",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-220b6-ops-at-agentic-query-result-chromium/video.webm",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1347/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-220b6-ops-at-agentic-query-result-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1348/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 34,
                        "line": 130
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "e2f14534367c1ee46569-e08957e1b64a922d912b",
              "file": "business_users/b7_scenarios/agentic_widget/138-B7.spec.ts",
              "line": 6,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b7_scenarios/agentic_widget/139-B7.spec.ts",
      "file": "business_users/b7_scenarios/agentic_widget/139-B7.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / B7 Scenarios",
          "file": "business_users/b7_scenarios/agentic_widget/139-B7.spec.ts",
          "line": 11,
          "column": 6,
          "specs": [
            {
              "title": "139 B7 widget publish disabled before test flow",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 26,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 16642,
                      "error": {
                        "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n",
                        "stack": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/139-B7.spec.ts:16:25",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 34,
                          "line": 130
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 34,
                            "line": 130
                          },
                          "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/139-B7.spec.ts:16:25"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:08:51.944Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-9757e-h-disabled-before-test-flow-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1349/download"
                        },
                        {
                          "name": "video",
                          "contentType": "video/webm",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-9757e-h-disabled-before-test-flow-chromium/video.webm",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1350/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-9757e-h-disabled-before-test-flow-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1351/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 34,
                        "line": 130
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "be3668db2c54062f7663-f60e0e45a6e7155bcd1c",
              "file": "business_users/b7_scenarios/agentic_widget/139-B7.spec.ts",
              "line": 12,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b7_scenarios/agentic_widget/140-B7.spec.ts",
      "file": "business_users/b7_scenarios/agentic_widget/140-B7.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / B7 Scenarios",
          "file": "business_users/b7_scenarios/agentic_widget/140-B7.spec.ts",
          "line": 68,
          "column": 6,
          "specs": [
            {
              "title": "140 B7 different users can find published asset with similar marketplace query text",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 720000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 27,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 16061,
                      "error": {
                        "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n",
                        "stack": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/140-B7.spec.ts:81:13",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 34,
                          "line": 130
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 34,
                            "line": 130
                          },
                          "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/140-B7.spec.ts:81:13"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:09:09.635Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-eee88-ilar-marketplace-query-text-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1352/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 34,
                        "line": 130
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "5154985073d74d844cd3-8e604606fbf6a8535113",
              "file": "business_users/b7_scenarios/agentic_widget/140-B7.spec.ts",
              "line": 69,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b7_scenarios/agentic_widget/141-B7.spec.ts",
      "file": "business_users/b7_scenarios/agentic_widget/141-B7.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / B7 Scenarios",
          "file": "business_users/b7_scenarios/agentic_widget/141-B7.spec.ts",
          "line": 11,
          "column": 6,
          "specs": [
            {
              "title": "141 B7 can purchase Kathragama Travel asset from marketplace flow",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 28,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 16821,
                      "error": {
                        "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n",
                        "stack": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/141-B7.spec.ts:16:25",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 34,
                          "line": 130
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 34,
                            "line": 130
                          },
                          "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at loginToChatWithOptions (/app/utils/ChatAuthUtils.ts:221:9)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/141-B7.spec.ts:16:25"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:09:26.697Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-1a29b-asset-from-marketplace-flow-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1353/download"
                        },
                        {
                          "name": "video",
                          "contentType": "video/webm",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-1a29b-asset-from-marketplace-flow-chromium/video.webm",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1354/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-1a29b-asset-from-marketplace-flow-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1355/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 34,
                        "line": 130
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "ba0d4d72cee3d30ea60f-961e84709d59106cc49b",
              "file": "business_users/b7_scenarios/agentic_widget/141-B7.spec.ts",
              "line": 12,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b7_scenarios/agentic_widget/142_143-B7.spec.ts",
      "file": "business_users/b7_scenarios/agentic_widget/142_143-B7.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / KF Check",
          "file": "business_users/b7_scenarios/agentic_widget/142_143-B7.spec.ts",
          "line": 71,
          "column": 6,
          "specs": [
            {
              "title": "142_143 B7 should follow the provided purchase flow",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 420000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 29,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 15760,
                      "error": {
                        "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n",
                        "stack": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at login (/app/tests/business_users/b7_scenarios/agentic_widget/142_143-B7.spec.ts:55:5)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/142_143-B7.spec.ts:79:9",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 34,
                          "line": 130
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 34,
                            "line": 130
                          },
                          "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at login (/app/tests/business_users/b7_scenarios/agentic_widget/142_143-B7.spec.ts:55:5)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/142_143-B7.spec.ts:79:9"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:09:44.615Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-889e4--the-provided-purchase-flow-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1356/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-889e4--the-provided-purchase-flow-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1357/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 34,
                        "line": 130
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "6b94df8bfc82ac8f81d5-080f58c9cd780bf7b20f",
              "file": "business_users/b7_scenarios/agentic_widget/142_143-B7.spec.ts",
              "line": 72,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b7_scenarios/agentic_widget/144_145-B7.spec.ts",
      "file": "business_users/b7_scenarios/agentic_widget/144_145-B7.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / KF Check",
          "file": "business_users/b7_scenarios/agentic_widget/144_145-B7.spec.ts",
          "line": 96,
          "column": 6,
          "specs": [
            {
              "title": "User with KF and relevant sources can activate the asset with no need for manual action",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 420000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 30,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 15773,
                      "error": {
                        "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n",
                        "stack": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at login (/app/tests/business_users/b7_scenarios/agentic_widget/144_145-B7.spec.ts:58:5)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/144_145-B7.spec.ts:104:9",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 34,
                          "line": 130
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 34,
                            "line": 130
                          },
                          "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at login (/app/tests/business_users/b7_scenarios/agentic_widget/144_145-B7.spec.ts:58:5)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/144_145-B7.spec.ts:104:9"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:10:01.408Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-f3471-h-no-need-for-manual-action-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1358/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-f3471-h-no-need-for-manual-action-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1359/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 34,
                        "line": 130
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "de5d40517b18424dbc87-f43c9765b272f02e0399",
              "file": "business_users/b7_scenarios/agentic_widget/144_145-B7.spec.ts",
              "line": 97,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b7_scenarios/agentic_widget/146_148-B7-combined.spec.ts",
      "file": "business_users/b7_scenarios/agentic_widget/146_148-B7-combined.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / B7 Combined 146-148",
          "file": "business_users/b7_scenarios/agentic_widget/146_148-B7-combined.spec.ts",
          "line": 268,
          "column": 6,
          "specs": [
            {
              "title": "should complete the combined 146 to 148 flow with session refreshes between segments",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 1500000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 31,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 152,
                      "error": {
                        "message": "Error: Missing BN_USER_EMAIL_ or BN_USER_PASSWORD_ in environment.",
                        "stack": "Error: Missing BN_USER_EMAIL_ or BN_USER_PASSWORD_ in environment.\n    at login (/app/tests/business_users/b7_scenarios/agentic_widget/146_148-B7-combined.spec.ts:65:15)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/146_148-B7-combined.spec.ts:276:15",
                        "location": {
                          "file": "/app/tests/business_users/b7_scenarios/agentic_widget/146_148-B7-combined.spec.ts",
                          "column": 15,
                          "line": 65
                        },
                        "snippet": "  63 |\n  64 |     if (!email || !password) {\n> 65 |         throw new Error('Missing BN_USER_EMAIL_ or BN_USER_PASSWORD_ in environment.');\n     |               ^\n  66 |     }\n  67 |\n  68 |     await page.goto('/');"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/146_148-B7-combined.spec.ts",
                            "column": 15,
                            "line": 65
                          },
                          "message": "Error: Missing BN_USER_EMAIL_ or BN_USER_PASSWORD_ in environment.\n\n  63 |\n  64 |     if (!email || !password) {\n> 65 |         throw new Error('Missing BN_USER_EMAIL_ or BN_USER_PASSWORD_ in environment.');\n     |               ^\n  66 |     }\n  67 |\n  68 |     await page.goto('/');\n    at login (/app/tests/business_users/b7_scenarios/agentic_widget/146_148-B7-combined.spec.ts:65:15)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/146_148-B7-combined.spec.ts:276:15"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:10:18.217Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-d5eaf--refreshes-between-segments-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1360/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/146_148-B7-combined.spec.ts",
                        "column": 15,
                        "line": 65
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "0b5b702a5f6c3eac81e0-e15cf80c8001f5d647d9",
              "file": "business_users/b7_scenarios/agentic_widget/146_148-B7-combined.spec.ts",
              "line": 269,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b7_scenarios/agentic_widget/146-B7.spec.ts",
      "file": "business_users/b7_scenarios/agentic_widget/146-B7.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [
        {
          "title": "Can create asset with instructions and sources referring to specific source types, and placeholders are created for all of them",
          "ok": false,
          "tags": [],
          "tests": [
            {
              "timeout": 420000,
              "annotations": [],
              "expectedStatus": "passed",
              "projectId": "chromium",
              "projectName": "chromium",
              "results": [
                {
                  "workerIndex": 32,
                  "parallelIndex": 0,
                  "status": "failed",
                  "duration": 314,
                  "error": {
                    "message": "Error: Missing BN_USER_EMAIL_ or BN_USER_PASSWORD_ in environment.",
                    "stack": "Error: Missing BN_USER_EMAIL_ or BN_USER_PASSWORD_ in environment.\n    at login (/app/tests/business_users/b7_scenarios/agentic_widget/146-B7.spec.ts:65:15)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/146-B7.spec.ts:104:11",
                    "location": {
                      "file": "/app/tests/business_users/b7_scenarios/agentic_widget/146-B7.spec.ts",
                      "column": 15,
                      "line": 65
                    },
                    "snippet": "  63 |\n  64 |     if (!email || !password) {\n> 65 |         throw new Error('Missing BN_USER_EMAIL_ or BN_USER_PASSWORD_ in environment.');\n     |               ^\n  66 |     }\n  67 |\n  68 |     await page.goto('/');"
                  },
                  "errors": [
                    {
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/146-B7.spec.ts",
                        "column": 15,
                        "line": 65
                      },
                      "message": "Error: Missing BN_USER_EMAIL_ or BN_USER_PASSWORD_ in environment.\n\n  63 |\n  64 |     if (!email || !password) {\n> 65 |         throw new Error('Missing BN_USER_EMAIL_ or BN_USER_PASSWORD_ in environment.');\n     |               ^\n  66 |     }\n  67 |\n  68 |     await page.goto('/');\n    at login (/app/tests/business_users/b7_scenarios/agentic_widget/146-B7.spec.ts:65:15)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/146-B7.spec.ts:104:11"
                    }
                  ],
                  "stdout": [],
                  "stderr": [],
                  "retry": 0,
                  "startTime": "2026-06-18T04:10:19.472Z",
                  "annotations": [],
                  "attachments": [
                    {
                      "name": "screenshot",
                      "contentType": "image/png",
                      "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-49897-are-created-for-all-of-them-chromium/test-failed-1.png",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1361/download"
                    },
                    {
                      "name": "video",
                      "contentType": "video/webm",
                      "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-49897-are-created-for-all-of-them-chromium/video.webm",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1362/download"
                    }
                  ],
                  "errorLocation": {
                    "file": "/app/tests/business_users/b7_scenarios/agentic_widget/146-B7.spec.ts",
                    "column": 15,
                    "line": 65
                  }
                }
              ],
              "status": "unexpected"
            }
          ],
          "id": "330e6ecdeec78d2a0004-58590395d977ae52df72",
          "file": "business_users/b7_scenarios/agentic_widget/146-B7.spec.ts",
          "line": 99,
          "column": 5
        }
      ]
    },
    {
      "title": "business_users/b7_scenarios/agentic_widget/147-B7.spec.ts",
      "file": "business_users/b7_scenarios/agentic_widget/147-B7.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [
        {
          "title": "Open knowledge fabric and configure MYSQL MCP integration",
          "ok": false,
          "tags": [],
          "tests": [
            {
              "timeout": 420000,
              "annotations": [],
              "expectedStatus": "passed",
              "projectId": "chromium",
              "projectName": "chromium",
              "results": [
                {
                  "workerIndex": 33,
                  "parallelIndex": 0,
                  "status": "failed",
                  "duration": 331,
                  "error": {
                    "message": "Error: Missing BN_USER_EMAIL_ or BN_USER_PASSWORD_ in environment.",
                    "stack": "Error: Missing BN_USER_EMAIL_ or BN_USER_PASSWORD_ in environment.\n    at login (/app/tests/business_users/b7_scenarios/agentic_widget/147-B7.spec.ts:65:15)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/147-B7.spec.ts:105:11",
                    "location": {
                      "file": "/app/tests/business_users/b7_scenarios/agentic_widget/147-B7.spec.ts",
                      "column": 15,
                      "line": 65
                    },
                    "snippet": "  63 |\n  64 |     if (!email || !password) {\n> 65 |         throw new Error('Missing BN_USER_EMAIL_ or BN_USER_PASSWORD_ in environment.');\n     |               ^\n  66 |     }\n  67 |\n  68 |     await page.goto('/');"
                  },
                  "errors": [
                    {
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/147-B7.spec.ts",
                        "column": 15,
                        "line": 65
                      },
                      "message": "Error: Missing BN_USER_EMAIL_ or BN_USER_PASSWORD_ in environment.\n\n  63 |\n  64 |     if (!email || !password) {\n> 65 |         throw new Error('Missing BN_USER_EMAIL_ or BN_USER_PASSWORD_ in environment.');\n     |               ^\n  66 |     }\n  67 |\n  68 |     await page.goto('/');\n    at login (/app/tests/business_users/b7_scenarios/agentic_widget/147-B7.spec.ts:65:15)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/147-B7.spec.ts:105:11"
                    }
                  ],
                  "stdout": [],
                  "stderr": [],
                  "retry": 0,
                  "startTime": "2026-06-18T04:10:20.776Z",
                  "annotations": [],
                  "attachments": [
                    {
                      "name": "screenshot",
                      "contentType": "image/png",
                      "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-14c57-igure-MYSQL-MCP-integration-chromium/test-failed-1.png",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1363/download"
                    },
                    {
                      "name": "video",
                      "contentType": "video/webm",
                      "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-14c57-igure-MYSQL-MCP-integration-chromium/video.webm",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1364/download"
                    }
                  ],
                  "errorLocation": {
                    "file": "/app/tests/business_users/b7_scenarios/agentic_widget/147-B7.spec.ts",
                    "column": 15,
                    "line": 65
                  }
                }
              ],
              "status": "unexpected"
            }
          ],
          "id": "26b5b337957aa7fa6aa0-1c2bdfba26169990a82d",
          "file": "business_users/b7_scenarios/agentic_widget/147-B7.spec.ts",
          "line": 99,
          "column": 5
        }
      ]
    },
    {
      "title": "business_users/b7_scenarios/agentic_widget/148-B7.spec.ts",
      "file": "business_users/b7_scenarios/agentic_widget/148-B7.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [
        {
          "title": "Open inventory, select first matching agentic widget draft, and reach test step",
          "ok": false,
          "tags": [],
          "tests": [
            {
              "timeout": 420000,
              "annotations": [],
              "expectedStatus": "passed",
              "projectId": "chromium",
              "projectName": "chromium",
              "results": [
                {
                  "workerIndex": 34,
                  "parallelIndex": 0,
                  "status": "failed",
                  "duration": 311,
                  "error": {
                    "message": "Error: Missing BN_USER_EMAIL_ or BN_USER_PASSWORD_ in environment.",
                    "stack": "Error: Missing BN_USER_EMAIL_ or BN_USER_PASSWORD_ in environment.\n    at login (/app/tests/business_users/b7_scenarios/agentic_widget/148-B7.spec.ts:65:15)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/148-B7.spec.ts:116:11",
                    "location": {
                      "file": "/app/tests/business_users/b7_scenarios/agentic_widget/148-B7.spec.ts",
                      "column": 15,
                      "line": 65
                    },
                    "snippet": "  63 |\n  64 |     if (!email || !password) {\n> 65 |         throw new Error('Missing BN_USER_EMAIL_ or BN_USER_PASSWORD_ in environment.');\n     |               ^\n  66 |     }\n  67 |\n  68 |     await page.goto('/');"
                  },
                  "errors": [
                    {
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/148-B7.spec.ts",
                        "column": 15,
                        "line": 65
                      },
                      "message": "Error: Missing BN_USER_EMAIL_ or BN_USER_PASSWORD_ in environment.\n\n  63 |\n  64 |     if (!email || !password) {\n> 65 |         throw new Error('Missing BN_USER_EMAIL_ or BN_USER_PASSWORD_ in environment.');\n     |               ^\n  66 |     }\n  67 |\n  68 |     await page.goto('/');\n    at login (/app/tests/business_users/b7_scenarios/agentic_widget/148-B7.spec.ts:65:15)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/148-B7.spec.ts:116:11"
                    }
                  ],
                  "stdout": [],
                  "stderr": [],
                  "retry": 0,
                  "startTime": "2026-06-18T04:10:22.129Z",
                  "annotations": [],
                  "attachments": [
                    {
                      "name": "screenshot",
                      "contentType": "image/png",
                      "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-9341f-t-draft-and-reach-test-step-chromium/test-failed-1.png",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1365/download"
                    },
                    {
                      "name": "video",
                      "contentType": "video/webm",
                      "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-9341f-t-draft-and-reach-test-step-chromium/video.webm",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1366/download"
                    }
                  ],
                  "errorLocation": {
                    "file": "/app/tests/business_users/b7_scenarios/agentic_widget/148-B7.spec.ts",
                    "column": 15,
                    "line": 65
                  }
                }
              ],
              "status": "unexpected"
            }
          ],
          "id": "95361f7deb64fe4419a2-851315979aae15e8554d",
          "file": "business_users/b7_scenarios/agentic_widget/148-B7.spec.ts",
          "line": 111,
          "column": 5
        }
      ]
    },
    {
      "title": "business_users/b7_scenarios/agentic_widget/kfUserAutoAssetActivation.spec.ts",
      "file": "business_users/b7_scenarios/agentic_widget/kfUserAutoAssetActivation.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / KF Check",
          "file": "business_users/b7_scenarios/agentic_widget/kfUserAutoAssetActivation.spec.ts",
          "line": 75,
          "column": 6,
          "specs": [
            {
              "title": "User with KF and relevant sources can activate the asset with no need for manual action",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 420000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 35,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 15782,
                      "error": {
                        "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n",
                        "stack": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at login (/app/tests/business_users/b7_scenarios/agentic_widget/kfUserAutoAssetActivation.spec.ts:58:5)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/kfUserAutoAssetActivation.spec.ts:83:9",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 34,
                          "line": 130
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 34,
                            "line": 130
                          },
                          "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeVisible\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator: getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\nExpected: visible\nTimeout: 15000ms\nError: element(s) not found\n\nCall log:\n\u001b[2m  - Expect \"toBeVisible\" with timeout 15000ms\u001b[22m\n\u001b[2m  - waiting for getByRole('dialog', { name: /Welcome back!/i }).first().locator('input[placeholder=\"example@mail.com\"], input[type=\"email\"]').first()\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:130\n\n  128 |             }\n  129 |         }\n> 130 |         await expect(emailInput).toBeVisible({ timeout: 15000 });\n      |                                  ^\n  131 |         await emailInput.click();\n  132 |         await emailInput.clear();\n  133 |         await emailInput.type(email, { delay: 20 });\n    at RegistrationPage.loginFromSignIn (/app/pages/RegistrationPage.ts:130:34)\n    at login (/app/tests/business_users/b7_scenarios/agentic_widget/kfUserAutoAssetActivation.spec.ts:58:5)\n    at /app/tests/business_users/b7_scenarios/agentic_widget/kfUserAutoAssetActivation.spec.ts:83:9"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:10:23.431Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-480c8-h-no-need-for-manual-action-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1367/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-480c8-h-no-need-for-manual-action-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1368/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 34,
                        "line": 130
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "328f3e688f014bbbda32-389c861ef23791f04f6a",
              "file": "business_users/b7_scenarios/agentic_widget/kfUserAutoAssetActivation.spec.ts",
              "line": 76,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b7_scenarios/chain_of_agent/159-B7.spec.ts",
      "file": "business_users/b7_scenarios/chain_of_agent/159-B7.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [
        {
          "title": "159-B7 creates a chain of agent and validates unavailable agent inventory state",
          "ok": false,
          "tags": [],
          "tests": [
            {
              "timeout": 300000,
              "annotations": [],
              "expectedStatus": "passed",
              "projectId": "chromium",
              "projectName": "chromium",
              "results": [
                {
                  "workerIndex": 36,
                  "parallelIndex": 0,
                  "status": "failed",
                  "duration": 16730,
                  "error": {
                    "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: 'Log In/ Sign Up' })\u001b[22m\n",
                    "stack": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: 'Log In/ Sign Up' })\u001b[22m\n\n    at /app/tests/business_users/b7_scenarios/chain_of_agent/159-B7.spec.ts:19:65",
                    "location": {
                      "file": "/app/tests/business_users/b7_scenarios/chain_of_agent/159-B7.spec.ts",
                      "column": 65,
                      "line": 19
                    },
                    "snippet": "  17 |\n  18 |     await page.goto('https://robocorp-fe-dev.promptyf.cloud/sign-in');\n> 19 |     await page.getByRole('button', { name: 'Log In/ Sign Up' }).click();\n     |                                                                 ^\n  20 |     await page.getByRole('textbox', { name: 'Email' }).fill('nirafap595@fengnu.com');\n  21 |     await page.getByRole('textbox', { name: 'Enter your password' }).click();\n  22 |     await page.getByRole('textbox', { name: 'Enter your password' }).fill('User@123');"
                  },
                  "errors": [
                    {
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/chain_of_agent/159-B7.spec.ts",
                        "column": 65,
                        "line": 19
                      },
                      "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: 'Log In/ Sign Up' })\u001b[22m\n\n\n  17 |\n  18 |     await page.goto('https://robocorp-fe-dev.promptyf.cloud/sign-in');\n> 19 |     await page.getByRole('button', { name: 'Log In/ Sign Up' }).click();\n     |                                                                 ^\n  20 |     await page.getByRole('textbox', { name: 'Email' }).fill('nirafap595@fengnu.com');\n  21 |     await page.getByRole('textbox', { name: 'Enter your password' }).click();\n  22 |     await page.getByRole('textbox', { name: 'Enter your password' }).fill('User@123');\n    at /app/tests/business_users/b7_scenarios/chain_of_agent/159-B7.spec.ts:19:65"
                    }
                  ],
                  "stdout": [],
                  "stderr": [],
                  "retry": 0,
                  "startTime": "2026-06-18T04:10:40.258Z",
                  "annotations": [],
                  "attachments": [
                    {
                      "name": "screenshot",
                      "contentType": "image/png",
                      "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-11741-lable-agent-inventory-state-chromium/test-failed-1.png",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1369/download"
                    },
                    {
                      "name": "video",
                      "contentType": "video/webm",
                      "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-11741-lable-agent-inventory-state-chromium/video.webm",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1370/download"
                    },
                    {
                      "name": "error-context",
                      "contentType": "text/markdown",
                      "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-11741-lable-agent-inventory-state-chromium/error-context.md",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1371/download"
                    }
                  ],
                  "errorLocation": {
                    "file": "/app/tests/business_users/b7_scenarios/chain_of_agent/159-B7.spec.ts",
                    "column": 65,
                    "line": 19
                  }
                }
              ],
              "status": "unexpected"
            }
          ],
          "id": "e982be942381cf48f187-8a74f14db427b017b36b",
          "file": "business_users/b7_scenarios/chain_of_agent/159-B7.spec.ts",
          "line": 15,
          "column": 5
        }
      ]
    },
    {
      "title": "business_users/b7_user.spec.ts",
      "file": "business_users/b7_user.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / B7 User",
          "file": "business_users/b7_user.spec.ts",
          "line": 2039,
          "column": 15,
          "specs": [
            {
              "title": "should be able to answer first question",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 37,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 0,
                      "error": {
                        "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n",
                        "stack": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n\n    at RegistrationPage.openSignUpFromSignIn (/app/pages/RegistrationPage.ts:146:42)\n    at /app/tests/business_users/b7_user.spec.ts:2061:9",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 42,
                          "line": 146
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:146\n\n  144 |     async openSignUpFromSignIn() {\n  145 |         await this.openAuthDialog();\n> 146 |         await this.dontHaveAccountButton.click();\n      |                                          ^\n  147 |         await expect(this.signUpEmailInput).toBeVisible({ timeout: 15000 });\n  148 |     }\n  149 |"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 42,
                            "line": 146
                          },
                          "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:146\n\n  144 |     async openSignUpFromSignIn() {\n  145 |         await this.openAuthDialog();\n> 146 |         await this.dontHaveAccountButton.click();\n      |                                          ^\n  147 |         await expect(this.signUpEmailInput).toBeVisible({ timeout: 15000 });\n  148 |     }\n  149 |\n    at RegistrationPage.openSignUpFromSignIn (/app/pages/RegistrationPage.ts:146:42)\n    at /app/tests/business_users/b7_user.spec.ts:2061:9"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:10:58.186Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_user-Bus-816ee-le-to-answer-first-question-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1372/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_user-Bus-816ee-le-to-answer-first-question-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1373/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "a043ecf80a07d916a422-f573109addeaa3f420c1",
              "file": "business_users/b7_user.spec.ts",
              "line": 2126,
              "column": 9
            },
            {
              "title": "should be able to answer second question",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.626Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-b0ff313718e87bc6b6b9",
              "file": "business_users/b7_user.spec.ts",
              "line": 2134,
              "column": 9
            },
            {
              "title": "should be able to answer third question",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.627Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-3042bd9869a9b4b3df79",
              "file": "business_users/b7_user.spec.ts",
              "line": 2148,
              "column": 9
            },
            {
              "title": "should be able to choose a subscription plan",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.627Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-c6297df2688cd2c37414",
              "file": "business_users/b7_user.spec.ts",
              "line": 2157,
              "column": 9
            },
            {
              "title": "should be able to confirm additional features",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.628Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-a3b7b49696d2668aea27",
              "file": "business_users/b7_user.spec.ts",
              "line": 2168,
              "column": 9
            },
            {
              "title": "should be able to select cloud preferences",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.628Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-11f156e114d76ef7fde6",
              "file": "business_users/b7_user.spec.ts",
              "line": 2177,
              "column": 9
            },
            {
              "title": "should be able to configure network access",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.628Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-4616374ca952ad5afd60",
              "file": "business_users/b7_user.spec.ts",
              "line": 2185,
              "column": 9
            },
            {
              "title": "should be able to confirm encryption preference",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.629Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-49b805a8ad2ce76091b1",
              "file": "business_users/b7_user.spec.ts",
              "line": 2192,
              "column": 9
            },
            {
              "title": "should be able to skip anonymization configuration",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.629Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-6168207b9b418cdaddab",
              "file": "business_users/b7_user.spec.ts",
              "line": 2205,
              "column": 9
            },
            {
              "title": "should be able to confirm deployment summary",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.629Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-b3449c8fe2e68114e6ca",
              "file": "business_users/b7_user.spec.ts",
              "line": 2216,
              "column": 9
            },
            {
              "title": "should be able to select agentic queries volume",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.630Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-6176a93e7cc8384e27a3",
              "file": "business_users/b7_user.spec.ts",
              "line": 2225,
              "column": 9
            },
            {
              "title": "should be able to select cases volume",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.630Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-9a7eac81193d6d45e303",
              "file": "business_users/b7_user.spec.ts",
              "line": 2237,
              "column": 9
            },
            {
              "title": "should be able to select storage size",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.631Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-46989a24eb8e19832144",
              "file": "business_users/b7_user.spec.ts",
              "line": 2247,
              "column": 9
            },
            {
              "title": "should be able to confirm commitment period",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.631Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-128ebd3d800cab91f87e",
              "file": "business_users/b7_user.spec.ts",
              "line": 2259,
              "column": 9
            },
            {
              "title": "should be able to confirm SLA selection",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.632Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-481f317a1e7b5c7e1bfe",
              "file": "business_users/b7_user.spec.ts",
              "line": 2272,
              "column": 9
            },
            {
              "title": "should be able to confirm review",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.632Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-4748369b293d760da029",
              "file": "business_users/b7_user.spec.ts",
              "line": 2284,
              "column": 9
            },
            {
              "title": "should be able to connect wallet",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.632Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-42b7d14fbb2f505afee4",
              "file": "business_users/b7_user.spec.ts",
              "line": 2308,
              "column": 9
            },
            {
              "title": "should show checkout options",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.634Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-672ec3f626462fb418e4",
              "file": "business_users/b7_user.spec.ts",
              "line": 2319,
              "column": 9
            },
            {
              "title": "should be able to enter payment details",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.635Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-e9317604c7fe39ca62a3",
              "file": "business_users/b7_user.spec.ts",
              "line": 2326,
              "column": 9
            },
            {
              "title": "should complete checkout and show confirmation",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.635Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-7452b8b2f5fa533566f3",
              "file": "business_users/b7_user.spec.ts",
              "line": 2336,
              "column": 9
            },
            {
              "title": "should see 10 DAAC in wallet after chat loads",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.635Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-3542fe5fa758d27bf096",
              "file": "business_users/b7_user.spec.ts",
              "line": 2345,
              "column": 9
            },
            {
              "title": "should be able to create agent without domain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.636Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-4d7dbfbb3775446b4ff6",
              "file": "business_users/b7_user.spec.ts",
              "line": 2357,
              "column": 9
            },
            {
              "title": "should be able to create widget without domain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.636Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-ef939a76f529b881cc12",
              "file": "business_users/b7_user.spec.ts",
              "line": 2366,
              "column": 9
            },
            {
              "title": "should be able to create dataset without domain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.636Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-446e4d698b289faf2ad6",
              "file": "business_users/b7_user.spec.ts",
              "line": 2375,
              "column": 9
            },
            {
              "title": "should be able to create media without domain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.636Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-c3c42b1cebf5ab2f1d5f",
              "file": "business_users/b7_user.spec.ts",
              "line": 2393,
              "column": 9
            },
            {
              "title": "should be able to create model without domain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.637Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-447633bd9392dbf02b3a",
              "file": "business_users/b7_user.spec.ts",
              "line": 2427,
              "column": 9
            },
            {
              "title": "should be able to create asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.637Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-d3c97a8ce2be5c11498a",
              "file": "business_users/b7_user.spec.ts",
              "line": 2462,
              "column": 9
            },
            {
              "title": "should not be able to update a model in the inventory that current user didn't create",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.637Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-a456873d8a2c4bc26ed3",
              "file": "business_users/b7_user.spec.ts",
              "line": 2471,
              "column": 9
            },
            {
              "title": "should be able to save a model before publishing and the model will appear in draft status in the inventory",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.638Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-41e9edfc85d7ad29d4f4",
              "file": "business_users/b7_user.spec.ts",
              "line": 2558,
              "column": 9
            },
            {
              "title": "should be able to update all asset fields when it is Draft",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.638Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-ac9f0a5d9a2faf14f824",
              "file": "business_users/b7_user.spec.ts",
              "line": 2575,
              "column": 9
            },
            {
              "title": "should be able to update all asset fields before it is sold at least once",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.639Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-415a17944726b1bd02bd",
              "file": "business_users/b7_user.spec.ts",
              "line": 2646,
              "column": 9
            },
            {
              "title": "should not be able to create an utility with assets not having unlimited pricing plan",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.639Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-8b08ebf52895323c27ef",
              "file": "business_users/b7_user.spec.ts",
              "line": 2695,
              "column": 9
            },
            {
              "title": "should be able to create an utility without picking a domain and then any assets used by the utility are from the default domain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.639Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-884e824a405ce59bd146",
              "file": "business_users/b7_user.spec.ts",
              "line": 2724,
              "column": 9
            },
            {
              "title": "should not be able to update utility domain, assets, API connections or pricing after it is created",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.640Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-d129a633f5f1cdb481cc",
              "file": "business_users/b7_user.spec.ts",
              "line": 2737,
              "column": 9
            },
            {
              "title": "should not be able to update utility domain, assets, API connection or pricing after it is published",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.640Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-5ff9f91636712f02aed0",
              "file": "business_users/b7_user.spec.ts",
              "line": 2767,
              "column": 9
            },
            {
              "title": "40. should not be able to publish a utility from studio (require 100 DAAC)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.641Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-bcac1902fefe82321825",
              "file": "business_users/b7_user.spec.ts",
              "line": 2836,
              "column": 9
            },
            {
              "title": "47. should not be able to publish a utility from inventory (require 100 DAAC)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.641Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-73d4236fdbb23a5d6f2a",
              "file": "business_users/b7_user.spec.ts",
              "line": 2840,
              "column": 9
            },
            {
              "title": "54. should be able to publish a curated data (only on other published asset)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.642Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-d6da4b121206d4eb03fc",
              "file": "business_users/b7_user.spec.ts",
              "line": 2844,
              "column": 9
            },
            {
              "title": "55. should not be able to publish a utility (requires 100 DAAC)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.642Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-ad87cc71dcd9e64c8c3f",
              "file": "business_users/b7_user.spec.ts",
              "line": 2848,
              "column": 9
            },
            {
              "title": "60. should be able to publish a utility",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.642Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-05e68a467b0cb4c6a62b",
              "file": "business_users/b7_user.spec.ts",
              "line": 2852,
              "column": 9
            },
            {
              "title": "62. should be able to publish another asset after unpublishing the utility",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.643Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-87923888dbae65ecfc09",
              "file": "business_users/b7_user.spec.ts",
              "line": 2856,
              "column": 9
            },
            {
              "title": "70. should schemas used by the dda are added to the default domain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.643Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-efb510d30e999e010f83",
              "file": "business_users/b7_user.spec.ts",
              "line": 2860,
              "column": 9
            },
            {
              "title": "should be able to create utility asset with multiple agents/widgets which share data",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.643Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-670740cf7e7358b12216",
              "file": "business_users/b7_user.spec.ts",
              "line": 2865,
              "column": 9
            },
            {
              "title": "should be able to test successfully adding values using one asset and viewing them using another asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.644Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-c558014478f4b24ee3ac",
              "file": "business_users/b7_user.spec.ts",
              "line": 2901,
              "column": 9
            },
            {
              "title": "116. Cannot update an asset in my inventorty that i didnt create",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.644Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-45fc8a61f8a4d981e515",
              "file": "business_users/b7_user.spec.ts",
              "line": 2910,
              "column": 9
            },
            {
              "title": "138. Can test created asset wiout needing to relace placeholders",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.644Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-2e2b30f104ad8412fb96",
              "file": "business_users/b7_user.spec.ts",
              "line": 2914,
              "column": 9
            },
            {
              "title": "151. Can test created asset wiout needing to relace placeholders",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.645Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-b3ab10fd656316ed06e4",
              "file": "business_users/b7_user.spec.ts",
              "line": 2918,
              "column": 9
            },
            {
              "title": "154. \"User can purchase the asset (has sufficient balance)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.645Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-6b173bf59513c0281dbc",
              "file": "business_users/b7_user.spec.ts",
              "line": 2922,
              "column": 9
            },
            {
              "title": "163. Cannot update an asset in my inventorty that i didnt create",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.645Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-3ae17e05edca4ddb4652",
              "file": "business_users/b7_user.spec.ts",
              "line": 2927,
              "column": 9
            },
            {
              "title": "166. Cannot save a disconnected chain, and chain without an originator or a chain without a terminator",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.645Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-7dc360f6ca8bdf8afcf4",
              "file": "business_users/b7_user.spec.ts",
              "line": 2931,
              "column": 9
            },
            {
              "title": "167. Can succesfully add and remove steps in a CoA before it is created",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.646Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-db148c70a82b743d6e33",
              "file": "business_users/b7_user.spec.ts",
              "line": 2935,
              "column": 9
            },
            {
              "title": "173. Can create asset with multple agents/widgets, and man in the loop steps between them",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.646Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-68a91c83cfa5cdc2c0ac",
              "file": "business_users/b7_user.spec.ts",
              "line": 2939,
              "column": 9
            },
            {
              "title": "177. \"User can purchase the asset (has sufficient balance)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.647Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-919d4eb6e9c9d8248822",
              "file": "business_users/b7_user.spec.ts",
              "line": 2943,
              "column": 9
            },
            {
              "title": "182. Can create asset with multple agents/widgets, and man in the loop steps between them",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.647Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-cd2aeb3e1d491b1117b1",
              "file": "business_users/b7_user.spec.ts",
              "line": 2947,
              "column": 9
            },
            {
              "title": "186. Can create asset with multple agents/widgets, and man in the loop steps between them",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.647Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-6faf26c6bbf8f27bf4d0",
              "file": "business_users/b7_user.spec.ts",
              "line": 2951,
              "column": 9
            },
            {
              "title": "190. \"User can purchase the asset (has sufficient balance)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.648Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-509a9e43cd5048bb7424",
              "file": "business_users/b7_user.spec.ts",
              "line": 2955,
              "column": 9
            },
            {
              "title": "195. Can create asset with multple agents/widgets, and man in the loop steps between them",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.648Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-42d8fa2cff5fcf7a6831",
              "file": "business_users/b7_user.spec.ts",
              "line": 2959,
              "column": 9
            },
            {
              "title": "199. Can create asset with multple agents/widgets, and man in the loop steps between them",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.648Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-850374dd6b18ed34288f",
              "file": "business_users/b7_user.spec.ts",
              "line": 2963,
              "column": 9
            },
            {
              "title": "203. \"User can purchase the asset (has sufficient balance)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.649Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-ca0f75a8c5588a681080",
              "file": "business_users/b7_user.spec.ts",
              "line": 2967,
              "column": 9
            },
            {
              "title": "228. \"User can purchase the asset (has sufficient balance)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.649Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-c831404e191edef60bf2",
              "file": "business_users/b7_user.spec.ts",
              "line": 2972,
              "column": 9
            },
            {
              "title": "236. User with MKF can add values using one asset and view them using another asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.649Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-3320a9d600070d5fec9a",
              "file": "business_users/b7_user.spec.ts",
              "line": 2976,
              "column": 9
            },
            {
              "title": "237. User with MKF can add values using one asset and update them using another asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.650Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-dd2295ad78c34f0a26c7",
              "file": "business_users/b7_user.spec.ts",
              "line": 2980,
              "column": 9
            },
            {
              "title": "238. User with MKF can add values using one asset and delete them using another asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.650Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-e2ac3cfac745576c1527",
              "file": "business_users/b7_user.spec.ts",
              "line": 2984,
              "column": 9
            },
            {
              "title": "250. \"User can purchase the asset (has sufficient balance)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.650Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-3d5a38fbc79e1a34e9e7",
              "file": "business_users/b7_user.spec.ts",
              "line": 2988,
              "column": 9
            },
            {
              "title": "258. User with MKF can add values using one asset and view them using another asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.651Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-40fccbc1d519f9d5e42d",
              "file": "business_users/b7_user.spec.ts",
              "line": 2992,
              "column": 9
            },
            {
              "title": "259. User with MKF can add values using one asset and update them using another asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.651Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-d4d9d71e23f5438a50a7",
              "file": "business_users/b7_user.spec.ts",
              "line": 2996,
              "column": 9
            },
            {
              "title": "260. User with MKF can add values using one asset and delete them using another asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.651Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-fac1afd55652d7491d7d",
              "file": "business_users/b7_user.spec.ts",
              "line": 3000,
              "column": 9
            },
            {
              "title": "272. \"User can purchase the asset (has sufficient balance)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.652Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-d260efdc659689fa7851",
              "file": "business_users/b7_user.spec.ts",
              "line": 3004,
              "column": 9
            },
            {
              "title": "280. User with MKF can add values using one asset and view them using another asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.653Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-276634f587eaeaa66339",
              "file": "business_users/b7_user.spec.ts",
              "line": 3008,
              "column": 9
            },
            {
              "title": "281. User with MKF can add values using one asset and update them using another asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.653Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-6a0a0418958c7c6c359f",
              "file": "business_users/b7_user.spec.ts",
              "line": 3012,
              "column": 9
            },
            {
              "title": "282. User with MKF can add values using one asset and delete them using another asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.653Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-cc1e7aee768e3506f759",
              "file": "business_users/b7_user.spec.ts",
              "line": 3016,
              "column": 9
            },
            {
              "title": "284. Cannot update an asset in my inventorty that i didnt create",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.654Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-ab73520ec8e6611cc98e",
              "file": "business_users/b7_user.spec.ts",
              "line": 3020,
              "column": 9
            },
            {
              "title": "300. Cannot update an asset in my inventorty that i didnt create",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.654Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-bacf9643baaccf831416",
              "file": "business_users/b7_user.spec.ts",
              "line": 3024,
              "column": 9
            },
            {
              "title": "should be able to update a utility name, description, thumbnail, tags and prerequisites of a created asset before it is published",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.654Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-906d4e44632d7a68643e",
              "file": "business_users/b7_user.spec.ts",
              "line": 3029,
              "column": 9
            },
            {
              "title": "should be able to save an utility asset before clicking create and the asset will appear in draft status in the inventory",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.654Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-10bc7ddce606f4f6d3ff",
              "file": "business_users/b7_user.spec.ts",
              "line": 3072,
              "column": 9
            },
            {
              "title": "should be able to update all utility asset fields before clicking create",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.655Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-49ce9eb430f7f4e0b51d",
              "file": "business_users/b7_user.spec.ts",
              "line": 3119,
              "column": 9
            },
            {
              "title": "should not be able to save a utility without assets",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.655Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-37d05423cb9bbce5ddf8",
              "file": "business_users/b7_user.spec.ts",
              "line": 3198,
              "column": 9
            },
            {
              "title": "should be able to successfully add and remove assets to a utility before it is created",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.655Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-95e3dc4e032ce7e7e5ae",
              "file": "business_users/b7_user.spec.ts",
              "line": 3214,
              "column": 9
            },
            {
              "title": "should be able to create a domain from a long document",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.656Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-c9c2b506f9abe98125bc",
              "file": "business_users/b7_user.spec.ts",
              "line": 3248,
              "column": 9
            },
            {
              "title": "should be able to create a domain from multiple documents",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.656Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-de605c93f5a9df9fa7e5",
              "file": "business_users/b7_user.spec.ts",
              "line": 3273,
              "column": 9
            },
            {
              "title": "should be able to see all schemas in the domain appearing in the inventory",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.656Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-f9ef986fc21c5ec5983d",
              "file": "business_users/b7_user.spec.ts",
              "line": 3298,
              "column": 9
            },
            {
              "title": "should be able to update the schema",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.656Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-93d1020f2edf983170b6",
              "file": "business_users/b7_user.spec.ts",
              "line": 3308,
              "column": 9
            },
            {
              "title": "should be able to see updated changes of schema in the inventory",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.656Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-cc8ee12d1813ba1b598a",
              "file": "business_users/b7_user.spec.ts",
              "line": 3324,
              "column": 9
            },
            {
              "title": "should be able to see changed domain schemas when selecting the domain during asset creation",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.657Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-23d11ddccecf1683085a",
              "file": "business_users/b7_user.spec.ts",
              "line": 3334,
              "column": 9
            },
            {
              "title": "should not be able to update an utility asset in the inventory that current user didn't create",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.657Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-6a9856457eb63db5f759",
              "file": "business_users/b7_user.spec.ts",
              "line": 3362,
              "column": 9
            },
            {
              "title": "should not be able to update an curated data asset in inventory that current user didn't create",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.657Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-8c1372806438e0074230",
              "file": "business_users/b7_user.spec.ts",
              "line": 3381,
              "column": 9
            },
            {
              "title": "should be able to update all curated data asset fields when it is in draft",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.657Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-aaba1a1397c5cd4435f9",
              "file": "business_users/b7_user.spec.ts",
              "line": 3426,
              "column": 9
            },
            {
              "title": "should be able to update all curated data asset fields before it is sold at least once",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.658Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-3183d2f15bfe11cefe2a",
              "file": "business_users/b7_user.spec.ts",
              "line": 3490,
              "column": 9
            },
            {
              "title": "should not be able to update any field after curated data asset sold at least once",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.658Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-f895e37add2a4bf17042",
              "file": "business_users/b7_user.spec.ts",
              "line": 3599,
              "column": 9
            },
            {
              "title": "different onboarded user should be able to find the asset in marketplace where searching using text similar (not identical) to the description of the published asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.658Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-cf016b316491f494ce5a",
              "file": "business_users/b7_user.spec.ts",
              "line": 3725,
              "column": 9
            },
            {
              "title": "should user be able to purchase the asset using metered method",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.658Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-6aeb9fda95b34e7e8e2e",
              "file": "business_users/b7_user.spec.ts",
              "line": 3759,
              "column": 9
            },
            {
              "title": "should user be able to consume the curated data asset and metered unit should be deducted",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.659Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-a0150f26a76e07bc94ec",
              "file": "business_users/b7_user.spec.ts",
              "line": 3813,
              "column": 9
            },
            {
              "title": "should user be able to consume the curated data asset with no KF or MKF using relevant agent/widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.659Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-c8e1d987d73e9c2e3c53",
              "file": "business_users/b7_user.spec.ts",
              "line": 3895,
              "column": 9
            },
            {
              "title": "should user be able to consume the curated data asset using a relevant agent/widget with KF",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.659Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-0b12b56bd6085dd45167",
              "file": "business_users/b7_user.spec.ts",
              "line": 3964,
              "column": 9
            },
            {
              "title": "should user be able to consume the curated data asset using a relevant agent/widget with MKF",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.659Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-241737cad1c93bbcfc85",
              "file": "business_users/b7_user.spec.ts",
              "line": 4062,
              "column": 9
            },
            {
              "title": "should user be able to deactivate the asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.660Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-b9017f905784b10227a5",
              "file": "business_users/b7_user.spec.ts",
              "line": 4160,
              "column": 9
            },
            {
              "title": "should not be able to consume an inactive curated data asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.660Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-690e5ce5c955727aafb5",
              "file": "business_users/b7_user.spec.ts",
              "line": 4213,
              "column": 9
            },
            {
              "title": "should user be able to activate the inactive asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.660Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-f29ca833eecf8daab0f1",
              "file": "business_users/b7_user.spec.ts",
              "line": 4309,
              "column": 9
            },
            {
              "title": "should not be able to update any field after curated data asset sold at least two or more",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.660Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-bb5a1d330bbaf4439e8c",
              "file": "business_users/b7_user.spec.ts",
              "line": 4381,
              "column": 9
            },
            {
              "title": "should not be able to create more than 10 assets in draft status",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.661Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-894808f993ba0c8613d7",
              "file": "business_users/b7_user.spec.ts",
              "line": 4541,
              "column": 9
            },
            {
              "title": "should be able to create an asset in draft status after deleting an existing asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.661Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-3410e91517a0bdd18404",
              "file": "business_users/b7_user.spec.ts",
              "line": 4595,
              "column": 9
            },
            {
              "title": "should be able to publish a widget from studio (no other published assets)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.661Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-592e2cb20fa8da4fe114",
              "file": "business_users/b7_user.spec.ts",
              "line": 4606,
              "column": 9
            },
            {
              "title": "should be able to perform searches less than 10",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.662Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-7a6c790b9e46a8539548",
              "file": "business_users/b7_user.spec.ts",
              "line": 4640,
              "column": 9
            },
            {
              "title": "should be able to publish agent",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.662Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-c0510a3dad024e20f640",
              "file": "business_users/b7_user.spec.ts",
              "line": 4654,
              "column": 9
            },
            {
              "title": "should be able to publish an agent (second asset)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.662Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-a60919cbaa18a5aa9bc6",
              "file": "business_users/b7_user.spec.ts",
              "line": 4661,
              "column": 9
            },
            {
              "title": "should be able to publish dataset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.662Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-cf1e63ced604eab1acb6",
              "file": "business_users/b7_user.spec.ts",
              "line": 4670,
              "column": 9
            },
            {
              "title": "should be able to publish media",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.663Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-be82d4fcd449f1364586",
              "file": "business_users/b7_user.spec.ts",
              "line": 4694,
              "column": 9
            },
            {
              "title": "should be able to publish model",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.663Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-be5f1e512148696fe5d1",
              "file": "business_users/b7_user.spec.ts",
              "line": 4711,
              "column": 9
            },
            {
              "title": "should be able to manually increase wallet balance to 20 DAAC",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.663Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-cee7196644a9bf38d50c",
              "file": "business_users/b7_user.spec.ts",
              "line": 4729,
              "column": 9
            },
            {
              "title": "should be able to update all asset fields before clicking create",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.664Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-2d8a418b52f3d9770930",
              "file": "business_users/b7_user.spec.ts",
              "line": 4757,
              "column": 9
            },
            {
              "title": "should not be able to update domain, instruction, sources or pricing after it is created",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.664Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-3ea6d19c67bb2a04bedc",
              "file": "business_users/b7_user.spec.ts",
              "line": 4819,
              "column": 9
            },
            {
              "title": "should not be able to update domain, instructions, sources or pricing after it is published",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.665Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-ca684e70ccc88eb82b8b",
              "file": "business_users/b7_user.spec.ts",
              "line": 4875,
              "column": 9
            },
            {
              "title": "should be able to update dda name, description, thumbnail, tags and prerequisites before it is published",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.665Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-aeb8359c3ba0209c95ae",
              "file": "business_users/b7_user.spec.ts",
              "line": 4938,
              "column": 9
            },
            {
              "title": "should be able to publish a widget (second asset)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.665Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-ae12d5fd03853b481786",
              "file": "business_users/b7_user.spec.ts",
              "line": 5004,
              "column": 9
            },
            {
              "title": "should be able to publish a dataset (second asset)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.666Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-f3cb307a43a6d6ecbb82",
              "file": "business_users/b7_user.spec.ts",
              "line": 5013,
              "column": 9
            },
            {
              "title": "should be able to publish a media (second asset)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.667Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-f9b5aff572f66819b847",
              "file": "business_users/b7_user.spec.ts",
              "line": 5022,
              "column": 9
            },
            {
              "title": "should be able to publish a model (second asset)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.668Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-772e044198f33a1cfa20",
              "file": "business_users/b7_user.spec.ts",
              "line": 5031,
              "column": 9
            },
            {
              "title": "should be able to manually increase wallet balance to 100 DAAC",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.668Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-8d7d6fb7298b083f3350",
              "file": "business_users/b7_user.spec.ts",
              "line": 5040,
              "column": 9
            },
            {
              "title": "can create agent with instructions and sources referring to specific source types, and placeholders are created for all of them in the extended flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.668Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-28e5a9bafa8f512388db",
              "file": "business_users/b7_user.spec.ts",
              "line": 5069,
              "column": 9
            },
            {
              "title": "cannot test created agent without uploading files to replace placeholders in the extended flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.669Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-b96d111804a80c9c8b51",
              "file": "business_users/b7_user.spec.ts",
              "line": 5078,
              "column": 9
            },
            {
              "title": "cannot publish without successfully testing the agent in the extended flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.669Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-c1a3e36717d23d76a8a1",
              "file": "business_users/b7_user.spec.ts",
              "line": 5094,
              "column": 9
            },
            {
              "title": "different onboarded user can find the published asset in marketplace using similar description text in the extended flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.669Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-5ccd3dfb147667c4a8d2",
              "file": "business_users/b7_user.spec.ts",
              "line": 5103,
              "column": 9
            },
            {
              "title": "different onboarded user can purchase the asset and see inventory, balance and transaction details in the extended flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.670Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-03aefa236167d0b0bfff",
              "file": "business_users/b7_user.spec.ts",
              "line": 5111,
              "column": 9
            },
            {
              "title": "user with KF but no sources cannot activate the asset without uploading files to replace placeholders in the extended flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.670Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-63d24ff1c97bdfcd749b",
              "file": "business_users/b7_user.spec.ts",
              "line": 5117,
              "column": 9
            },
            {
              "title": "user with MKF but no sources cannot activate the asset without uploading files to replace placeholders in the extended flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.670Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-91e9e38e2af6b83ffa07",
              "file": "business_users/b7_user.spec.ts",
              "line": 5133,
              "column": 9
            },
            {
              "title": "user with KF and relevant sources can activate the asset with no need for manual action in the extended flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.671Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-7f556c15d1d1bfdbdb7b",
              "file": "business_users/b7_user.spec.ts",
              "line": 5149,
              "column": 9
            },
            {
              "title": "user with MKF and relevant sources can activate the asset with no need for manual action in the extended flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.671Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-22ce3992906a4a293e22",
              "file": "business_users/b7_user.spec.ts",
              "line": 5167,
              "column": 9
            },
            {
              "title": "can create relevant sources in KF in the extended flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.671Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-d416da8fa09ec0af42eb",
              "file": "business_users/b7_user.spec.ts",
              "line": 5185,
              "column": 9
            },
            {
              "title": "after creating relevant sources in KF can test created agent by picking the sources from the list in the extended flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.672Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-fc596fb52037c87d04fe",
              "file": "business_users/b7_user.spec.ts",
              "line": 5246,
              "column": 9
            },
            {
              "title": "can create relevant sources in MKF in the extended flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.672Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-ca12af91ef29914682ed",
              "file": "business_users/b7_user.spec.ts",
              "line": 5265,
              "column": 9
            },
            {
              "title": "after creating relevant sources in MKF can test created agent by picking the sources from the list in the extended flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.672Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-6ae55b58cee47be35ca6",
              "file": "business_users/b7_user.spec.ts",
              "line": 5327,
              "column": 9
            },
            {
              "title": "can create agent with instructions and sources referring to specific source types, and placeholders are created for all of them",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.673Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-cd9d77ed17a43fd6fb8a",
              "file": "business_users/b7_user.spec.ts",
              "line": 5346,
              "column": 9
            },
            {
              "title": "cannot test created agent without uploading files to replace placeholders",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.673Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-fb5a1316bc24a1857d57",
              "file": "business_users/b7_user.spec.ts",
              "line": 5355,
              "column": 9
            },
            {
              "title": "cannot publish without successfully testing the agent",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.673Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-9e61b6dae408bc25f391",
              "file": "business_users/b7_user.spec.ts",
              "line": 5371,
              "column": 9
            },
            {
              "title": "different onboarded user can find the published asset in marketplace using similar description text",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.674Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-20b6aaaed09268de3ba9",
              "file": "business_users/b7_user.spec.ts",
              "line": 5380,
              "column": 9
            },
            {
              "title": "different onboarded user can purchase the asset and see inventory, balance and transaction details",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.674Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-09c3a0bf40358afc4891",
              "file": "business_users/b7_user.spec.ts",
              "line": 5388,
              "column": 9
            },
            {
              "title": "user with KF but no sources cannot activate the asset without uploading files to replace placeholders",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.674Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-54365056b3e3315a88cc",
              "file": "business_users/b7_user.spec.ts",
              "line": 5394,
              "column": 9
            },
            {
              "title": "user with MKF but no sources cannot activate the asset without uploading files to replace placeholders",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.675Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-bac9ff8d7888d21c64ec",
              "file": "business_users/b7_user.spec.ts",
              "line": 5410,
              "column": 9
            },
            {
              "title": "user with KF and relevant sources can activate the asset with no need for manual action",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.675Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-3aa2d505a18cc11d7c3f",
              "file": "business_users/b7_user.spec.ts",
              "line": 5426,
              "column": 9
            },
            {
              "title": "user with MKF and relevant sources can activate the asset with no need for manual action",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.676Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-47e155f72e75aa36ee33",
              "file": "business_users/b7_user.spec.ts",
              "line": 5444,
              "column": 9
            },
            {
              "title": "can create relevant sources in KF",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.676Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-a7c620939dbd01be7be9",
              "file": "business_users/b7_user.spec.ts",
              "line": 5462,
              "column": 9
            },
            {
              "title": "after creating relevant sources in KF can test created agent by picking the sources from the list",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.676Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-9bc9297a1cfdf6664d89",
              "file": "business_users/b7_user.spec.ts",
              "line": 5524,
              "column": 9
            },
            {
              "title": "can create relevant sources in MKF",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.677Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-da13d5a993d19af282b0",
              "file": "business_users/b7_user.spec.ts",
              "line": 5543,
              "column": 9
            },
            {
              "title": "after creating relevant sources in MKF can test created agent by picking the sources from the list",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.677Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-3113ddba545e72f1e7f6",
              "file": "business_users/b7_user.spec.ts",
              "line": 5605,
              "column": 9
            },
            {
              "title": "can create agent with instructions and sources, placeholders are created for all source types, and sources are attached in the final flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.678Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-f68a6c950cd59476999e",
              "file": "business_users/b7_user.spec.ts",
              "line": 5625,
              "column": 9
            },
            {
              "title": "cannot publish without successfully testing the agent in the final flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.678Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-d648f9d70776a571e192",
              "file": "business_users/b7_user.spec.ts",
              "line": 5634,
              "column": 9
            },
            {
              "title": "different onboarded user can find the asset in marketplace using similar description text in the final flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.678Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-e885ccd2a5762eed8821",
              "file": "business_users/b7_user.spec.ts",
              "line": 5643,
              "column": 9
            },
            {
              "title": "user can purchase the asset and see inventory with correct pricing details",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.679Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-df0a106fd31d365bd02f",
              "file": "business_users/b7_user.spec.ts",
              "line": 5651,
              "column": 9
            },
            {
              "title": "user with KF but no sources cannot activate the asset without replacing placeholders",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.679Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-af270f82c69d57d43a8a",
              "file": "business_users/b7_user.spec.ts",
              "line": 5657,
              "column": 9
            },
            {
              "title": "user with MKF but no sources cannot activate the asset without replacing placeholders",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.679Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-40597337ce5f8d7f9c3f",
              "file": "business_users/b7_user.spec.ts",
              "line": 5673,
              "column": 9
            },
            {
              "title": "user with KF and relevant sources can activate the asset with no need for manual action in the final flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.680Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-8c3467eedf52a498b550",
              "file": "business_users/b7_user.spec.ts",
              "line": 5689,
              "column": 9
            },
            {
              "title": "user with MKF and relevant sources can activate the asset with no need for manual action in the final flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:14.680Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-11ed6dcdc8b1f485759c",
              "file": "business_users/b7_user.spec.ts",
              "line": 5707,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b8_user.spec.ts",
      "file": "business_users/b8_user.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / B8 User",
          "file": "business_users/b8_user.spec.ts",
          "line": 929,
          "column": 15,
          "specs": [
            {
              "title": "should be able to answer first question",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 38,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 0,
                      "error": {
                        "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n",
                        "stack": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n\n    at RegistrationPage.openSignUpFromSignIn (/app/pages/RegistrationPage.ts:146:42)\n    at /app/tests/business_users/b8_user.spec.ts:951:9",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 42,
                          "line": 146
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:146\n\n  144 |     async openSignUpFromSignIn() {\n  145 |         await this.openAuthDialog();\n> 146 |         await this.dontHaveAccountButton.click();\n      |                                          ^\n  147 |         await expect(this.signUpEmailInput).toBeVisible({ timeout: 15000 });\n  148 |     }\n  149 |"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 42,
                            "line": 146
                          },
                          "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:146\n\n  144 |     async openSignUpFromSignIn() {\n  145 |         await this.openAuthDialog();\n> 146 |         await this.dontHaveAccountButton.click();\n      |                                          ^\n  147 |         await expect(this.signUpEmailInput).toBeVisible({ timeout: 15000 });\n  148 |     }\n  149 |\n    at RegistrationPage.openSignUpFromSignIn (/app/pages/RegistrationPage.ts:146:42)\n    at /app/tests/business_users/b8_user.spec.ts:951:9"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:15.550Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b8_user-Bus-6af4b-le-to-answer-first-question-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1374/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b8_user-Bus-6af4b-le-to-answer-first-question-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1375/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-426e18f608409b8c2efb",
              "file": "business_users/b8_user.spec.ts",
              "line": 1016,
              "column": 9
            },
            {
              "title": "should be able to answer second question",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.912Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-ebe242782d6eeaece232",
              "file": "business_users/b8_user.spec.ts",
              "line": 1024,
              "column": 9
            },
            {
              "title": "should be able to answer third question",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.913Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-fb73378c29c7ebbcf0f7",
              "file": "business_users/b8_user.spec.ts",
              "line": 1038,
              "column": 9
            },
            {
              "title": "should be able to choose a subscription plan",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.914Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-97edc0e85526cfbd394a",
              "file": "business_users/b8_user.spec.ts",
              "line": 1047,
              "column": 9
            },
            {
              "title": "should be able to confirm additional features",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.915Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-67124cf5e90b0b2ef51e",
              "file": "business_users/b8_user.spec.ts",
              "line": 1058,
              "column": 9
            },
            {
              "title": "should be able to select cloud preferences",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.915Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-07ef7732d749f81fb4d8",
              "file": "business_users/b8_user.spec.ts",
              "line": 1067,
              "column": 9
            },
            {
              "title": "should be able to configure network access",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.916Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-c9204b9ca3300f7be3a2",
              "file": "business_users/b8_user.spec.ts",
              "line": 1075,
              "column": 9
            },
            {
              "title": "should be able to confirm encryption preference",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.916Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-008d5761af14ce618fcc",
              "file": "business_users/b8_user.spec.ts",
              "line": 1082,
              "column": 9
            },
            {
              "title": "should be able to skip anonymization configuration",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.917Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-f3662b988f1ffcfd2dda",
              "file": "business_users/b8_user.spec.ts",
              "line": 1095,
              "column": 9
            },
            {
              "title": "should be able to confirm deployment summary",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.917Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-789d551a3fa7e74ea65d",
              "file": "business_users/b8_user.spec.ts",
              "line": 1106,
              "column": 9
            },
            {
              "title": "should be able to select agentic queries volume",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.918Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-8e33596f39c828ade728",
              "file": "business_users/b8_user.spec.ts",
              "line": 1115,
              "column": 9
            },
            {
              "title": "should be able to select cases volume",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.918Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-8fcfa5873e12b28604de",
              "file": "business_users/b8_user.spec.ts",
              "line": 1127,
              "column": 9
            },
            {
              "title": "should be able to select storage size",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.919Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-df34447beb78bc8da70a",
              "file": "business_users/b8_user.spec.ts",
              "line": 1137,
              "column": 9
            },
            {
              "title": "should be able to confirm commitment period",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.920Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-ed8bfabf8f0e5ab1999f",
              "file": "business_users/b8_user.spec.ts",
              "line": 1149,
              "column": 9
            },
            {
              "title": "should be able to confirm SLA selection",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.920Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-e1cc67dd622408d1fb0e",
              "file": "business_users/b8_user.spec.ts",
              "line": 1162,
              "column": 9
            },
            {
              "title": "should be able to confirm review",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.921Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-f2105004153bf618ff1b",
              "file": "business_users/b8_user.spec.ts",
              "line": 1174,
              "column": 9
            },
            {
              "title": "should be able to connect wallet",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.921Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-2769df69b0b2fe97a64b",
              "file": "business_users/b8_user.spec.ts",
              "line": 1198,
              "column": 9
            },
            {
              "title": "should show checkout options",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.922Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-2c4c90d0ca8a2c72a805",
              "file": "business_users/b8_user.spec.ts",
              "line": 1209,
              "column": 9
            },
            {
              "title": "should be able to enter payment details",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.922Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-0ecfccd745c8ee385295",
              "file": "business_users/b8_user.spec.ts",
              "line": 1216,
              "column": 9
            },
            {
              "title": "should complete checkout and show confirmation",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.922Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-dc73b2ba71b3d507abe7",
              "file": "business_users/b8_user.spec.ts",
              "line": 1226,
              "column": 9
            },
            {
              "title": "should see 10 DAAC in wallet after chat loads",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.922Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-aed68329513086f4c5b8",
              "file": "business_users/b8_user.spec.ts",
              "line": 1235,
              "column": 9
            },
            {
              "title": "should be able to create agent without domain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.923Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-f412342f7ae4d86d245f",
              "file": "business_users/b8_user.spec.ts",
              "line": 1247,
              "column": 9
            },
            {
              "title": "should be able to create widget without domain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.923Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-51d9ef38fbbc75ce2dd8",
              "file": "business_users/b8_user.spec.ts",
              "line": 1256,
              "column": 9
            },
            {
              "title": "should be able to create dataset without domain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.924Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-fb41eb339135d823ad15",
              "file": "business_users/b8_user.spec.ts",
              "line": 1265,
              "column": 9
            },
            {
              "title": "should be able to create media without domain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.924Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-661b11ddb889c19b6ef5",
              "file": "business_users/b8_user.spec.ts",
              "line": 1283,
              "column": 9
            },
            {
              "title": "should be able to create model without domain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.924Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-c1d2cb5e43d8c7df9f8f",
              "file": "business_users/b8_user.spec.ts",
              "line": 1317,
              "column": 9
            },
            {
              "title": "should be able to create a domain from a long document",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.925Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-075c42fe62edb2ce8646",
              "file": "business_users/b8_user.spec.ts",
              "line": 1351,
              "column": 9
            },
            {
              "title": "should be able to create a domain from multiple documents",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.925Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-0fa044ace32cfcbc53cb",
              "file": "business_users/b8_user.spec.ts",
              "line": 1376,
              "column": 9
            },
            {
              "title": "should be able to see all schemas in the domain appearing in the inventory",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.925Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-f9e60bbb2135a24a373d",
              "file": "business_users/b8_user.spec.ts",
              "line": 1401,
              "column": 9
            },
            {
              "title": "should be able to update the schema",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.926Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-dd1400993ac9c94c2207",
              "file": "business_users/b8_user.spec.ts",
              "line": 1411,
              "column": 9
            },
            {
              "title": "should be able to see updated changes of schema in the inventory",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.926Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-e8139562129ea80d201a",
              "file": "business_users/b8_user.spec.ts",
              "line": 1427,
              "column": 9
            },
            {
              "title": "should be able to see changed domain schemas when selecting the domain during asset creation",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.926Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-8ea1e63a7b6c6ea68f57",
              "file": "business_users/b8_user.spec.ts",
              "line": 1437,
              "column": 9
            },
            {
              "title": "should not be able to update an asset that doesn't created by the current user",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.927Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-9cbe7a4fd1d70323deff",
              "file": "business_users/b8_user.spec.ts",
              "line": 1464,
              "column": 9
            },
            {
              "title": "should not be able to update an curated data asset in inventory that current user didn't create",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.927Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-ad818aedb5e409736115",
              "file": "business_users/b8_user.spec.ts",
              "line": 1479,
              "column": 9
            },
            {
              "title": "should be able to update all curated data asset fields when it is in draft",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.929Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-9b97e4cb9fbf7cf0fb41",
              "file": "business_users/b8_user.spec.ts",
              "line": 1524,
              "column": 9
            },
            {
              "title": "should be able to update all curated data asset fields before it is sold at least once",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.930Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-5d5ae0af3472d7c48fc9",
              "file": "business_users/b8_user.spec.ts",
              "line": 1588,
              "column": 9
            },
            {
              "title": "should not be able to update any field after curated data asset sold at least once",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.930Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-cb1cabaf5f75b5f4e1c4",
              "file": "business_users/b8_user.spec.ts",
              "line": 1697,
              "column": 9
            },
            {
              "title": "should not be able to update any field after curated data asset sold at least two or more",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.930Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-bbd3b9f491939060a078",
              "file": "business_users/b8_user.spec.ts",
              "line": 1823,
              "column": 9
            },
            {
              "title": "should not be able to create more than 10 assets in draft status",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.931Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-77504d07be067afe425b",
              "file": "business_users/b8_user.spec.ts",
              "line": 1983,
              "column": 9
            },
            {
              "title": "should be able to create an asset in draft status after deleting an existing asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.931Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-414ca0d03c67c438a96f",
              "file": "business_users/b8_user.spec.ts",
              "line": 2037,
              "column": 9
            },
            {
              "title": "should be able to update all asset fields before clicking create",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.931Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-52481a4fb413962ca134",
              "file": "business_users/b8_user.spec.ts",
              "line": 2048,
              "column": 9
            },
            {
              "title": "should not be able to update domain, instruction, sources or pricing after it is created",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.932Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-64c06eb910ad15c96a2d",
              "file": "business_users/b8_user.spec.ts",
              "line": 2110,
              "column": 9
            },
            {
              "title": "should not be able to update domain, instructions, sources or pricing after it is published",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.932Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-f27cd1c13f0d4054e1ae",
              "file": "business_users/b8_user.spec.ts",
              "line": 2166,
              "column": 9
            },
            {
              "title": "should be able to update dda name, description, thumbnail, tags and prerequisites before it is published",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.933Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-26baccfd117187ee1a36",
              "file": "business_users/b8_user.spec.ts",
              "line": 2229,
              "column": 9
            },
            {
              "title": "should be able to publish a widget from studio (no other published assets)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.933Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-87b5c5920eb449199f34",
              "file": "business_users/b8_user.spec.ts",
              "line": 2295,
              "column": 9
            },
            {
              "title": "should be able to perform searches less than 10",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.933Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-133ef8cb37dc8b2146f7",
              "file": "business_users/b8_user.spec.ts",
              "line": 2329,
              "column": 9
            },
            {
              "title": "should be able to publish agent",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.934Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-ed76b35c7f9ac67d59a2",
              "file": "business_users/b8_user.spec.ts",
              "line": 2347,
              "column": 9
            },
            {
              "title": "should be able to publish an agent (second asset)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.934Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-8923ffeeb357215b2d7b",
              "file": "business_users/b8_user.spec.ts",
              "line": 2354,
              "column": 9
            },
            {
              "title": "should be able to publish a widget (second asset)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.935Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-0d318a1ca7d7c329ad4c",
              "file": "business_users/b8_user.spec.ts",
              "line": 2363,
              "column": 9
            },
            {
              "title": "should be able to publish a dataset (second asset)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.935Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-cce45e6715f53a23d3f6",
              "file": "business_users/b8_user.spec.ts",
              "line": 2372,
              "column": 9
            },
            {
              "title": "should be able to publish a media (second asset)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.936Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-50f8f21894ae791bd02b",
              "file": "business_users/b8_user.spec.ts",
              "line": 2381,
              "column": 9
            },
            {
              "title": "should be able to publish a model (second asset)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.936Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-053b2c35b761dde2353e",
              "file": "business_users/b8_user.spec.ts",
              "line": 2390,
              "column": 9
            },
            {
              "title": "should be able to publish dataset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.937Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-dcabe78757e4792b7026",
              "file": "business_users/b8_user.spec.ts",
              "line": 2399,
              "column": 9
            },
            {
              "title": "should be able to publish media",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:31.937Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-ec2e113d3a4c5c98c56a",
              "file": "business_users/b8_user.spec.ts",
              "line": 2419,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/b9_user.spec.ts",
      "file": "business_users/b9_user.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / B9 User",
          "file": "business_users/b9_user.spec.ts",
          "line": 929,
          "column": 15,
          "specs": [
            {
              "title": "should be able to answer first question",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 39,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 0,
                      "error": {
                        "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n",
                        "stack": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n\n    at RegistrationPage.openSignUpFromSignIn (/app/pages/RegistrationPage.ts:146:42)\n    at /app/tests/business_users/b9_user.spec.ts:951:9",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 42,
                          "line": 146
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:146\n\n  144 |     async openSignUpFromSignIn() {\n  145 |         await this.openAuthDialog();\n> 146 |         await this.dontHaveAccountButton.click();\n      |                                          ^\n  147 |         await expect(this.signUpEmailInput).toBeVisible({ timeout: 15000 });\n  148 |     }\n  149 |"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 42,
                            "line": 146
                          },
                          "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:146\n\n  144 |     async openSignUpFromSignIn() {\n  145 |         await this.openAuthDialog();\n> 146 |         await this.dontHaveAccountButton.click();\n      |                                          ^\n  147 |         await expect(this.signUpEmailInput).toBeVisible({ timeout: 15000 });\n  148 |     }\n  149 |\n    at RegistrationPage.openSignUpFromSignIn (/app/pages/RegistrationPage.ts:146:42)\n    at /app/tests/business_users/b9_user.spec.ts:951:9"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:32.840Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b9_user-Bus-6d3ee-le-to-answer-first-question-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1376/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b9_user-Bus-6d3ee-le-to-answer-first-question-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1377/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-0d88e6222e2b2d23bd01",
              "file": "business_users/b9_user.spec.ts",
              "line": 1016,
              "column": 9
            },
            {
              "title": "should be able to answer second question",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.112Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-d97691dae88ca2704fab",
              "file": "business_users/b9_user.spec.ts",
              "line": 1024,
              "column": 9
            },
            {
              "title": "should be able to answer third question",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.113Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-de9bda4be4ea92b68554",
              "file": "business_users/b9_user.spec.ts",
              "line": 1038,
              "column": 9
            },
            {
              "title": "should be able to choose a subscription plan",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.113Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-1f8cf7526fd36c603d7d",
              "file": "business_users/b9_user.spec.ts",
              "line": 1047,
              "column": 9
            },
            {
              "title": "should be able to confirm additional features",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.114Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-d6f0317fa3667a397678",
              "file": "business_users/b9_user.spec.ts",
              "line": 1058,
              "column": 9
            },
            {
              "title": "should be able to select cloud preferences",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.114Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-307c248be923a5a82289",
              "file": "business_users/b9_user.spec.ts",
              "line": 1067,
              "column": 9
            },
            {
              "title": "should be able to configure network access",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.114Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-481c9e3fed5de659e6a1",
              "file": "business_users/b9_user.spec.ts",
              "line": 1075,
              "column": 9
            },
            {
              "title": "should be able to confirm encryption preference",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.116Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-83e0247497df889e3880",
              "file": "business_users/b9_user.spec.ts",
              "line": 1082,
              "column": 9
            },
            {
              "title": "should be able to skip anonymization configuration",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.117Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-69162559ebdd07afc75e",
              "file": "business_users/b9_user.spec.ts",
              "line": 1095,
              "column": 9
            },
            {
              "title": "should be able to confirm deployment summary",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.118Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-35e48bc2652f039451b7",
              "file": "business_users/b9_user.spec.ts",
              "line": 1106,
              "column": 9
            },
            {
              "title": "should be able to select agentic queries volume",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.118Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-af6b822d8432ce722dc9",
              "file": "business_users/b9_user.spec.ts",
              "line": 1115,
              "column": 9
            },
            {
              "title": "should be able to select cases volume",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.118Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-7ff613745ba33a903c78",
              "file": "business_users/b9_user.spec.ts",
              "line": 1127,
              "column": 9
            },
            {
              "title": "should be able to select storage size",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.119Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-ad83a64534a0b31a1e24",
              "file": "business_users/b9_user.spec.ts",
              "line": 1137,
              "column": 9
            },
            {
              "title": "should be able to confirm commitment period",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.120Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-30f5b73c27780a4ac332",
              "file": "business_users/b9_user.spec.ts",
              "line": 1149,
              "column": 9
            },
            {
              "title": "should be able to confirm SLA selection",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.121Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-dbb705f48467a5936480",
              "file": "business_users/b9_user.spec.ts",
              "line": 1162,
              "column": 9
            },
            {
              "title": "should be able to confirm review",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.121Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-653198838acef5a1c1e2",
              "file": "business_users/b9_user.spec.ts",
              "line": 1174,
              "column": 9
            },
            {
              "title": "should be able to connect wallet",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.122Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-0af3de78649e8b6f27f2",
              "file": "business_users/b9_user.spec.ts",
              "line": 1198,
              "column": 9
            },
            {
              "title": "should show checkout options",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.122Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-67f803f8d8cdbf4b504c",
              "file": "business_users/b9_user.spec.ts",
              "line": 1209,
              "column": 9
            },
            {
              "title": "should be able to enter payment details",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.123Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-ecc61b2b46c7b3a08a23",
              "file": "business_users/b9_user.spec.ts",
              "line": 1216,
              "column": 9
            },
            {
              "title": "should complete checkout and show confirmation",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.124Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-b683fd0638cc2fb1f41e",
              "file": "business_users/b9_user.spec.ts",
              "line": 1226,
              "column": 9
            },
            {
              "title": "should see 10 DAAC in wallet after chat loads",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.124Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-50c05a2112bb26099462",
              "file": "business_users/b9_user.spec.ts",
              "line": 1235,
              "column": 9
            },
            {
              "title": "should be able to create agent without domain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.124Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-498cab8b1a7152aceaa7",
              "file": "business_users/b9_user.spec.ts",
              "line": 1247,
              "column": 9
            },
            {
              "title": "should be able to create widget without domain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.125Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-b67ab7d5650e9c50e835",
              "file": "business_users/b9_user.spec.ts",
              "line": 1256,
              "column": 9
            },
            {
              "title": "should be able to create dataset without domain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.125Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-adfca2ac482ec91df18d",
              "file": "business_users/b9_user.spec.ts",
              "line": 1265,
              "column": 9
            },
            {
              "title": "should be able to create media without domain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.125Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-497908450d16a1ae0f38",
              "file": "business_users/b9_user.spec.ts",
              "line": 1283,
              "column": 9
            },
            {
              "title": "should be able to create model without domain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.125Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-4af1f5c51a930138be88",
              "file": "business_users/b9_user.spec.ts",
              "line": 1317,
              "column": 9
            },
            {
              "title": "should be able to create a domain from a long document",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.126Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-9cbe5bc36c2455d48cee",
              "file": "business_users/b9_user.spec.ts",
              "line": 1351,
              "column": 9
            },
            {
              "title": "should be able to create a domain from multiple documents",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.126Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-aa54b038f17331a14865",
              "file": "business_users/b9_user.spec.ts",
              "line": 1376,
              "column": 9
            },
            {
              "title": "should be able to see all schemas in the domain appearing in the inventory",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.126Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-a4827770bad10d9819c2",
              "file": "business_users/b9_user.spec.ts",
              "line": 1401,
              "column": 9
            },
            {
              "title": "should be able to update the schema",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.126Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-6d87e1479b37fc86e52b",
              "file": "business_users/b9_user.spec.ts",
              "line": 1411,
              "column": 9
            },
            {
              "title": "should be able to see updated changes of schema in the inventory",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.127Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-135a2e077bec9b6797b2",
              "file": "business_users/b9_user.spec.ts",
              "line": 1427,
              "column": 9
            },
            {
              "title": "should be able to see changed domain schemas when selecting the domain during asset creation",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.127Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-570e777282dff690e648",
              "file": "business_users/b9_user.spec.ts",
              "line": 1437,
              "column": 9
            },
            {
              "title": "should not be able to update an asset that doesn't created by the current user",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.127Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-cdc3d3bf5277c8bc7676",
              "file": "business_users/b9_user.spec.ts",
              "line": 1464,
              "column": 9
            },
            {
              "title": "should not be able to update an curated data asset in inventory that current user didn't create",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.129Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-9ea7c1a82cd7dabec7fd",
              "file": "business_users/b9_user.spec.ts",
              "line": 1479,
              "column": 9
            },
            {
              "title": "should be able to update all curated data asset fields when it is in draft",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.129Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-53f10617c97c569fd10e",
              "file": "business_users/b9_user.spec.ts",
              "line": 1524,
              "column": 9
            },
            {
              "title": "should be able to update all curated data asset fields before it is sold at least once",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.130Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-2416c74f2d0b1a4818d8",
              "file": "business_users/b9_user.spec.ts",
              "line": 1588,
              "column": 9
            },
            {
              "title": "should not be able to update any field after curated data asset sold at least once",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.130Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-5865d7892cebd5e5d75b",
              "file": "business_users/b9_user.spec.ts",
              "line": 1697,
              "column": 9
            },
            {
              "title": "should not be able to update any field after curated data asset sold at least two or more",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.131Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-e54aa85d8dbce527106d",
              "file": "business_users/b9_user.spec.ts",
              "line": 1823,
              "column": 9
            },
            {
              "title": "should not be able to create more than 10 assets in draft status",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.131Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-d5f287eb2a6173ca2b71",
              "file": "business_users/b9_user.spec.ts",
              "line": 1983,
              "column": 9
            },
            {
              "title": "should be able to create an asset in draft status after deleting an existing asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.132Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-4b8e7eda1ff8b53cf629",
              "file": "business_users/b9_user.spec.ts",
              "line": 2037,
              "column": 9
            },
            {
              "title": "should be able to update all asset fields before clicking create",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.132Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-4b3c62b998a468afe6ce",
              "file": "business_users/b9_user.spec.ts",
              "line": 2048,
              "column": 9
            },
            {
              "title": "should not be able to update domain, instruction, sources or pricing after it is created",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.133Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-7838beeb37e17c09c617",
              "file": "business_users/b9_user.spec.ts",
              "line": 2110,
              "column": 9
            },
            {
              "title": "should not be able to update domain, instructions, sources or pricing after it is published",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.133Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-c728d4ca1288870ca471",
              "file": "business_users/b9_user.spec.ts",
              "line": 2166,
              "column": 9
            },
            {
              "title": "should be able to update dda name, description, thumbnail, tags and prerequisites before it is published",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.133Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-0002c207b0fd23d27e22",
              "file": "business_users/b9_user.spec.ts",
              "line": 2229,
              "column": 9
            },
            {
              "title": "should be able to publish a widget from studio (no other published assets)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.133Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-c3a3f97e7264b50ce1a8",
              "file": "business_users/b9_user.spec.ts",
              "line": 2295,
              "column": 9
            },
            {
              "title": "should be able to perform searches less than 10",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.134Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-e513a52457602a982546",
              "file": "business_users/b9_user.spec.ts",
              "line": 2329,
              "column": 9
            },
            {
              "title": "should be able to publish agent",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.134Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-c927320d45f89046c66d",
              "file": "business_users/b9_user.spec.ts",
              "line": 2347,
              "column": 9
            },
            {
              "title": "should be able to publish an agent (second asset)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.136Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-dd06635d89e2a369bf56",
              "file": "business_users/b9_user.spec.ts",
              "line": 2354,
              "column": 9
            },
            {
              "title": "should be able to publish a widget (second asset)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.137Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-d0fe11eaed45d1e5e382",
              "file": "business_users/b9_user.spec.ts",
              "line": 2363,
              "column": 9
            },
            {
              "title": "should be able to publish a dataset (second asset)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.138Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-2556de540b3fa0f8a61f",
              "file": "business_users/b9_user.spec.ts",
              "line": 2372,
              "column": 9
            },
            {
              "title": "should be able to publish a media (second asset)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.138Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-603382ef6c3f7b5d7796",
              "file": "business_users/b9_user.spec.ts",
              "line": 2381,
              "column": 9
            },
            {
              "title": "should be able to publish a model (second asset)",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.138Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-bf6d732faaf3ab156160",
              "file": "business_users/b9_user.spec.ts",
              "line": 2390,
              "column": 9
            },
            {
              "title": "should be able to publish dataset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.139Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-be486416c8530bb1c986",
              "file": "business_users/b9_user.spec.ts",
              "line": 2399,
              "column": 9
            },
            {
              "title": "should be able to publish media",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.139Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-5f6333177ba7d84ae5e8",
              "file": "business_users/b9_user.spec.ts",
              "line": 2419,
              "column": 9
            }
          ]
        }
      ]
    },
    {
      "title": "business_users/general_business_user.spec.ts",
      "file": "business_users/general_business_user.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / General Business User",
          "file": "business_users/general_business_user.spec.ts",
          "line": 292,
          "column": 15,
          "specs": [
            {
              "title": "should fund wallet with 100 DAAC",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 40,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 16015,
                      "error": {
                        "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n",
                        "stack": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n\n    at RegistrationPage.openSignUpFromSignIn (/app/pages/RegistrationPage.ts:146:42)\n    at setupOnboardedBusinessUser (/app/tests/business_users/general_business_user.spec.ts:231:5)\n    at /app/tests/business_users/general_business_user.spec.ts:296:9",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 42,
                          "line": 146
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:146\n\n  144 |     async openSignUpFromSignIn() {\n  145 |         await this.openAuthDialog();\n> 146 |         await this.dontHaveAccountButton.click();\n      |                                          ^\n  147 |         await expect(this.signUpEmailInput).toBeVisible({ timeout: 15000 });\n  148 |     }\n  149 |"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 42,
                            "line": 146
                          },
                          "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:146\n\n  144 |     async openSignUpFromSignIn() {\n  145 |         await this.openAuthDialog();\n> 146 |         await this.dontHaveAccountButton.click();\n      |                                          ^\n  147 |         await expect(this.signUpEmailInput).toBeVisible({ timeout: 15000 });\n  148 |     }\n  149 |\n    at RegistrationPage.openSignUpFromSignIn (/app/pages/RegistrationPage.ts:146:42)\n    at setupOnboardedBusinessUser (/app/tests/business_users/general_business_user.spec.ts:231:5)\n    at /app/tests/business_users/general_business_user.spec.ts:296:9"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:11:49.977Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-general_bus-8260e-d-fund-wallet-with-100-DAAC-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1378/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-general_bus-8260e-d-fund-wallet-with-100-DAAC-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1379/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "b07f93d79a602100f737-d4b57a8467504ca6aad3",
              "file": "business_users/general_business_user.spec.ts",
              "line": 295,
              "column": 9
            },
            {
              "title": "can create asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:12:06.259Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "b07f93d79a602100f737-048845d61dab75847023",
              "file": "business_users/general_business_user.spec.ts",
              "line": 305,
              "column": 9
            },
            {
              "title": "can save an asset before publishing and the asset appears in Draft status in inventory",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:12:06.260Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "b07f93d79a602100f737-fd7b7917f96ee920d362",
              "file": "business_users/general_business_user.spec.ts",
              "line": 346,
              "column": 9
            },
            {
              "title": "can update all asset fields before it is sold at least once",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:12:06.260Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "b07f93d79a602100f737-84dc27fc016efa92549f",
              "file": "business_users/general_business_user.spec.ts",
              "line": 355,
              "column": 9
            }
          ]
        }
      ]
    }
  ],
  "errors": [],
  "stats": {
    "startTime": "2026-06-18T04:01:24.174Z",
    "duration": 642115.495,
    "expected": 0,
    "skipped": 481,
    "unexpected": 41,
    "flaky": 0
  }
}