{
  "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:21:59.646Z",
                      "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/1381/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/1382/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:22:16.129Z",
                      "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:22:16.132Z",
                      "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:22:16.133Z",
                      "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:22:16.134Z",
                      "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:22:16.135Z",
                      "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:22:16.136Z",
                      "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:22:16.137Z",
                      "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:22:16.138Z",
                      "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:22:16.139Z",
                      "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:22:16.140Z",
                      "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:22:16.141Z",
                      "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:22:16.142Z",
                      "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:22:16.142Z",
                      "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:22:16.143Z",
                      "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:22:16.143Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-778da2cb0ba1688a5110",
              "file": "business_users/b1_user.spec.ts",
              "line": 284,
              "column": 9
            },
            {
              "title": "should register and activate successfully",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 41,
                      "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:32:32.675Z",
                      "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-firefox/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1383/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-firefox/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1384/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-3fc7a16cb81d50d8179d",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:32:52.057Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-5bacf884932483f1a9ca",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:32:52.058Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-71144507f2da3963776b",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:32:52.058Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-94614ce9d447f3d08dca",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:32:52.058Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-82933a09b180221b15a5",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:32:52.060Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-502a9edd115cc3c11f02",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:32:52.061Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-e56bd5d7f85022f7fb5c",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:32:52.061Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-c411d21e73b26cfc88f8",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:32:52.061Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-30f1960a7da6f71f9292",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:32:52.063Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-594079f92388dbcd8374",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:32:52.063Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-926ccdd1d46d20646136",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:32:52.064Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-72dd9a56fcd717d34425",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:32:52.064Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-ebf8e9681b26f24ad384",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:32:52.064Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-6327a8880bf1b9d264f7",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:32:52.064Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-b22f850185bccc2658f0",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:32:52.065Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-30152a0f55b7d6394ce0",
              "file": "business_users/b1_user.spec.ts",
              "line": 284,
              "column": 9
            },
            {
              "title": "should register and activate successfully",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 57,
                      "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:37:07.260Z",
                      "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-webkit/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1385/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-webkit/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1386/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-4cd47c10a5cc851137ce",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:27.561Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-aa3ea3b052e50c8bf36a",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:27.561Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-dff9ece234f649094b36",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:27.561Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-ed3843803e8e99af16b1",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:27.562Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-8378687761b84fde41b9",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:27.562Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-18bb7eaeca81674ed983",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:27.562Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-74a164ce83e9e7e4a734",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:27.563Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-bbed905c364a5ede5211",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:27.563Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-bd7889d6d81c8c25b12b",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:27.563Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-b9741262a0d6ecf4f60f",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:27.564Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-64037b8a1f7b38e20332",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:27.564Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-1fd0ec89501d8a2b047f",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:27.564Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-6a4cf08e8c5199a8140d",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:27.565Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-3f2a6c4e0dc5d6f1d640",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:27.565Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-a900eeb4a624e4ede483",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:27.565Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb6fd94b4d73f1acef13-516415143b51b7e36193",
              "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:22:17.041Z",
                      "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/1387/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/1388/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:22:33.349Z",
                      "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:22:33.350Z",
                      "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:22:33.351Z",
                      "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:22:33.351Z",
                      "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:22:33.352Z",
                      "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:22:33.352Z",
                      "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:22:33.352Z",
                      "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:22:33.353Z",
                      "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:22:33.353Z",
                      "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:22:33.354Z",
                      "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:22:33.354Z",
                      "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:22:33.354Z",
                      "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:22:33.355Z",
                      "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:22:33.355Z",
                      "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:22:33.355Z",
                      "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:22:33.356Z",
                      "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:22:33.356Z",
                      "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:22:33.357Z",
                      "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:22:33.357Z",
                      "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:22:33.358Z",
                      "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:22:33.359Z",
                      "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:22:33.359Z",
                      "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:22:33.360Z",
                      "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:22:33.361Z",
                      "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:22:33.361Z",
                      "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:22:33.361Z",
                      "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:22:33.362Z",
                      "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:22:33.362Z",
                      "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:22:33.363Z",
                      "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:22:33.363Z",
                      "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:22:33.364Z",
                      "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:22:33.364Z",
                      "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:22:33.365Z",
                      "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:22:33.365Z",
                      "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:22:33.366Z",
                      "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:22:33.366Z",
                      "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:22:33.367Z",
                      "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:22:33.367Z",
                      "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:22:33.368Z",
                      "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:22:33.368Z",
                      "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:22:33.369Z",
                      "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:22:33.369Z",
                      "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:22:33.370Z",
                      "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:22:33.370Z",
                      "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:22:33.371Z",
                      "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:22:33.371Z",
                      "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:22:33.372Z",
                      "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:22:33.372Z",
                      "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:22:33.373Z",
                      "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:22:33.374Z",
                      "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:22:33.374Z",
                      "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:22:33.375Z",
                      "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:22:33.375Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-9eed173a6f2296ccc248",
              "file": "business_users/b10_user.spec.ts",
              "line": 2419,
              "column": 9
            },
            {
              "title": "should be able to answer first question",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 42,
                      "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:32:52.950Z",
                      "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-firefox/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1389/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-firefox/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1390/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-675ff7046e16c4bad88a",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.877Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-59a2a17a013859dab799",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.878Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-2f29b32260f23b166a08",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.878Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-f489d28146a784035ce5",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.878Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-f62d978bf72a964d2484",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.878Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-2daa360c3ff0b738ad70",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.879Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-9a143d4ccedbf6e128d7",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.879Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-df96b53a8b9ea00f83c5",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.879Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-bbbc5e55449f295ac3b4",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.879Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-b8e73a7e774cee69deb8",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.879Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-a3a5c721cef43130df90",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.880Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-274c5d9c369fd1e90e3f",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.880Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-aad97a75110ab9ceb091",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.880Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-1986a9b0d284f621fc6c",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.880Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-9c9990154c6f54fb37d2",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.880Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-1176b6899ada68bc06d7",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.881Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-7ec4095d8cce05444dea",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.881Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-b25122dc03fdcc5d435b",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.881Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-491474af794d1d8ea93c",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.881Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-b4436ae6ada87cb71d18",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.881Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-265c34149cc1e35d222c",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.882Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-07cbeab901bb7f228818",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.883Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-5c8d03fe9009c45be31c",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.883Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-1725343f1b8a3ca2573a",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.883Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-b875061b27d9c16dd8af",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.883Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-f195dab8bf01bcf5e1ed",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.883Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-c92b6c28e865eb626afa",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.883Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-c5987cf712519ee3244f",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.884Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-0e5c853cea2d9eabe84f",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.884Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-db1bb01ad7f61ed4ec14",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.884Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-fe4ca7407b962c60e84e",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.884Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-b92a6ef62795b6c65490",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.884Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-f2afbc6a487159f1921e",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.884Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-fab88d55a7b4ed9480ac",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.884Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-1d7699c238b45c2fb7b5",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.885Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-4dbe671d57a9b266838d",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.885Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-9668cb8c0005f9b83a35",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.885Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-59a53662409f282767d0",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.885Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-73704d5ef4c0ec6c94d7",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.885Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-c64db775c441d2e5b073",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.885Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-80eec42a40819637adf4",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.886Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-9eedabb71b9abaf5ba60",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.886Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-af4285951f0fb00bac46",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.886Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-b68d4fdb02566f8950a3",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.886Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-44ee13cbf1c23ed4a833",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.886Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-efd54ce0d264ec98b062",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.886Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-6d3fb50764a92b014d77",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.887Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-625983be24a28c521fd4",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.887Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-b57c16f00a383dd4890e",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.887Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-c0d8a3e339e71aafd4c5",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.888Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-9abddd1713384c2be143",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.888Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-053df73eddb3e0cbcd5c",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.888Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-6cc94423675cef2ad41a",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:11.888Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-6c2e6d2bb30f55c1098a",
              "file": "business_users/b10_user.spec.ts",
              "line": 2419,
              "column": 9
            },
            {
              "title": "should be able to answer first question",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 58,
                      "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:37:28.439Z",
                      "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-webkit/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1391/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-webkit/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1392/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-42c53d1d3f620e76346f",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.551Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-b909a0e44ffbaddd2678",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.551Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-9de8113e8a25a24c66f8",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.552Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-f4f6c50800453f59feca",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.552Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-022f1307bf50972af597",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.553Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-cb7550fa1a6c0f79a8f8",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.553Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-6dc81cda3806b87e6514",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.553Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-d9013a96de501bca4448",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.554Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-85dfb97e670a4abd4b57",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.554Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-1f58a3089a1a3b95fb42",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.555Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-765c1f1ae7189727b97f",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.556Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-c411ee614e4fdbe2f4f0",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.556Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-4fe2e1a442e965a2d2d8",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.557Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-0f7390dcb370b315d3f3",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.557Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-6c5ba7ec47bcbd319346",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.557Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-248fb710305f6335899a",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.557Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-4ec722b1ea03d194bea3",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.558Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-6ec1538a8100a7173914",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.558Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-ea3290f7d6ef648ac723",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.558Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-d57b824ae60ef7d91813",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.559Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-8a3087208e5bc6e2c7e3",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.559Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-f7129b39bc82c49c4fb1",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.560Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-93afe2042a20d573f90e",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.561Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-790340badf9ca6e42009",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.561Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-c26a45f6e87d35e6e0eb",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.562Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-5e797730fa4cd46bb24a",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.562Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-f50896268106c41e9351",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.562Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-fa0517ebd9e1fa759353",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.563Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-653a7290c8ca174e44f3",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.563Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-de947c2c2be538f8ff06",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.563Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-50f4eabc4efd61f5d860",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.564Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-52d775b115ff1ecef46f",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.564Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-911d60d2b806b82b308e",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.564Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-490e853634360aed1563",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.564Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-440d3e97e50cb29fc1ca",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.564Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-66e14e769acc679a0eab",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.565Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-a4ec491a64499d897930",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.566Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-e22d016115501cc7976f",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.566Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-7f71ac54f6ad67cf5cd5",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.567Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-4e353705b64abee21afc",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.567Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-c99dc7d1a25c8139a9bf",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.567Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-5ce1e3e774f4bc083257",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.568Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-a3deee9cc93816d4a8dc",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.568Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-d195a0bc2e0b65d7900e",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.569Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-70335c4639d900f6e0e7",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.569Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-25bfd3bc9cc85c7b6231",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.569Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-f1173ead7d2a65e13d05",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.570Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-e926b7c7783a7113738b",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.570Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-cd705253910530cb30b9",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.570Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-a70245e5ef1cc872c2d7",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.570Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-a98a0834bf68b61f641e",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.571Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-3f7a55868ad7bdc903d6",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.571Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-aabe18ac7522f5efdf86",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:45.571Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5a1f5e4c230aee65f8e7-0e3b357c4363e5b78390",
              "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": 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/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:22:34.230Z",
                      "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/1393/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/1394/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:22:50.573Z",
                      "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:22:50.574Z",
                      "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:22:50.574Z",
                      "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:22:50.575Z",
                      "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:22:50.575Z",
                      "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:22:50.575Z",
                      "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:22:50.576Z",
                      "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:22:50.576Z",
                      "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:22:50.576Z",
                      "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:22:50.577Z",
                      "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:22:50.577Z",
                      "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:22:50.577Z",
                      "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:22:50.578Z",
                      "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:22:50.578Z",
                      "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:22:50.578Z",
                      "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:22:50.579Z",
                      "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:22:50.579Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-8ed5133041549a17646a",
              "file": "business_users/b2_user.spec.ts",
              "line": 283,
              "column": 9
            },
            {
              "title": "should register and activate successfully",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 43,
                      "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/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:33:12.733Z",
                      "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-firefox/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1395/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-firefox/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1396/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "1db4898ad56658d16cf1-51820582d0a348ee1d7f",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:31.802Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-37ef294dbe81a3e267f3",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:31.803Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-e19dd35998a11a85e180",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:31.804Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-e1cd754b314f96d93b9d",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:31.804Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-9d99821ec0c8e5e20807",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:31.804Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-f8f1fe87ab114a7f6698",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:31.805Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-094810f7547d064e127f",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:31.805Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-6a34fa9e383d6a77399e",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:31.806Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-ec1169686f9989e22ba4",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:31.806Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-fe329b05d3ec57a977da",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:31.806Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-467e0addfded700c7ad4",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:31.807Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-31d4fa124b561f519189",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:31.808Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-13327cc1d88ecd10e92f",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:31.808Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-7206a98566e9e5642715",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:31.808Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-862e0035596889f76756",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:31.809Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-4380b5ba1bc50dc28e64",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:31.809Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-45cb00cdd4d110edb1b3",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:31.810Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-bfaa282d7ba1c87141d2",
              "file": "business_users/b2_user.spec.ts",
              "line": 283,
              "column": 9
            },
            {
              "title": "should register and activate successfully",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 59,
                      "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/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:37:46.424Z",
                      "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-webkit/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1397/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-webkit/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1398/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "1db4898ad56658d16cf1-cf3d60a2579a8913f1c9",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:03.636Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-d4492d0fa0ef6a92453f",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:03.637Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-f0b3e119572a8342c16f",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:03.637Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-a73e86fe9f1bbfb1fff6",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:03.638Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-d6db8a6994c63b77706c",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:03.639Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-04b3c76ae7184b2f2227",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:03.639Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-401aa3c7852826b3f7af",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:03.639Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-c34d0ee0b5ee3c986a0e",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:03.640Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-8f6ad6ce2f0556d98e45",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:03.640Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-261ca68a4c6e9b6447b4",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:03.641Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-f3b9731b4e3ee67ac720",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:03.641Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-6e71d57297d4111b4a73",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:03.641Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-8ccc0cfb7b07ff9f1c46",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:03.642Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-0c2c52550932e76cbef8",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:03.642Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-fc2db6e84e0a2dfd9f45",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:03.644Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-d1d83936ac2b79ee21a3",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:03.644Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-8fa07fe9b24446eca470",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:03.645Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1db4898ad56658d16cf1-7bce5bb8780eddc56562",
              "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:22:51.437Z",
                      "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/1399/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/1400/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:23:07.802Z",
                      "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:23:07.803Z",
                      "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:23:07.803Z",
                      "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:23:07.804Z",
                      "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:23:07.804Z",
                      "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:23:07.804Z",
                      "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:23:07.805Z",
                      "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:23:07.805Z",
                      "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:23:07.805Z",
                      "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:23:07.806Z",
                      "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:23:07.806Z",
                      "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:23:07.807Z",
                      "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:23:07.807Z",
                      "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:23:07.807Z",
                      "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:23:07.808Z",
                      "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:23:07.808Z",
                      "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:23:07.808Z",
                      "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:23:07.809Z",
                      "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:23:07.809Z",
                      "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:23:07.809Z",
                      "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:23:07.810Z",
                      "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:23:07.810Z",
                      "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:23:07.810Z",
                      "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:23:07.811Z",
                      "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:23:07.811Z",
                      "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:23:07.811Z",
                      "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:23:07.812Z",
                      "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:23:07.812Z",
                      "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:23:07.812Z",
                      "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:23:07.812Z",
                      "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:23:07.813Z",
                      "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:23:07.813Z",
                      "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:23:07.813Z",
                      "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:23:07.814Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-95ac41b1ec45076f899d",
              "file": "business_users/b3_user.spec.ts",
              "line": 1037,
              "column": 9
            },
            {
              "title": "should register and activate successfully",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 44,
                      "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:33:32.688Z",
                      "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-firefox/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1401/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-firefox/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1402/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "96e4d750d1d4400cada8-8bf6e80c560fcbe85eb2",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.636Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-5f8141a4c6dd4e93e58d",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.637Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-ec8f26548cac7966f5f7",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.637Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-64ebecf531b341478632",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.637Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-f1636adc7a41d660a125",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.638Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-96a2d2a7aef61deba097",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.638Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-2025bd12302739cea855",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.638Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-5a50f8efa1577ef39ed0",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.638Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-89f8ca9866b6672181ae",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.639Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-ee546e1cda38e9a9af86",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.640Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-1add3ee075bd8a31fadb",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.640Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-d5f044db10d499003d5b",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.640Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-ca1462fd9f8d85b44c16",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.640Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-3a4c10c89dc6df771d71",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.640Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-be1e8443638cc0f79f67",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.641Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-02f4f0f79e7703316560",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.641Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-35bc5399dcaf8220aca5",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.641Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-3207a32c92860627c17b",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.641Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-468a030506256757d6b3",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.641Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-6020af9afef72c2a34ff",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.641Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-f0d9085af78dd6568d08",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.642Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-a8ad8307820620b9f603",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.642Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-f9381e4fcb4be1abcf52",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.642Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-22e4010425bd27087307",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.642Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-a30ece0d0faa8cdda796",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.642Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-9543dfa6da7878f84aa8",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.643Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-6b8b46172f8fb14029bd",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.643Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-516d03862fd8d23a0b9b",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.643Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-a6b419e768d97a0a7e19",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.643Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-13cad9073f83b422b7c9",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.643Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-37ce7ee1fbb14a895556",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.644Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-07e80ee57e13e8c09a58",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.644Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-bd9bdcfe21e3b7112367",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.644Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-0239e96bfcc8bf78bfc4",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:33:51.645Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-27d4c7f559caa9f07b8d",
              "file": "business_users/b3_user.spec.ts",
              "line": 1037,
              "column": 9
            },
            {
              "title": "should register and activate successfully",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 60,
                      "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:38:04.527Z",
                      "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-webkit/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1403/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-webkit/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1404/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "96e4d750d1d4400cada8-136679c964f440ab0d62",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.738Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-160eaa21f5e27f60699e",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.739Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-32aca89e1cc116a9a87a",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.739Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-4e62a58243b3fbac0c29",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.739Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-d09a5fbe80ca34e51835",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.741Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-a2fd73d2318357863322",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.741Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-8339e258ab13ade2f959",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.742Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-38083ede69f30888f913",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.742Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-014e7d0ccff5af6612c7",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.742Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-4fce75ee8b95b44a55b7",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.742Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-839844e447ea1afa76e5",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.743Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-ab4615bec72db913642f",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.743Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-707aebcad0d7676a096d",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.743Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-bf0dab960a880085c61d",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.743Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-2fed8aede62f005d837b",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.744Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-c6e64ba7796bc6c20611",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.744Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-afa0085472df68497987",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.745Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-0f177c324b5947a91b29",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.745Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-fce8008156c610da6ace",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.745Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-ec0337e2cc74ec30f262",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.745Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-73fb0a64135896114116",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.745Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-1a746520a1a65e42bdff",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.746Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-da5eb2148868452d150b",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.746Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-6477fdca1f80e270a67d",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.746Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-4a3e589a8bae4f557810",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.746Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-a2c6c84437615a68e879",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.747Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-fe2fd26ff4444a4ee567",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.747Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-8a4457e5ddf75d667108",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.747Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-381c4bc9bca019d1b689",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.747Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-b4b099f7d44793f11d32",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.747Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-c6a744d389ab66c86b64",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.749Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-7a3e5c9874af26c8d6f9",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.749Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-f5236fd755fb42e70185",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.749Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-9630e7aeaefa166d189a",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:21.750Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "96e4d750d1d4400cada8-5ac6e68bebed4e57b47a",
              "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:23:08.685Z",
                      "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/1405/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/1406/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:23:24.966Z",
                      "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:23:24.966Z",
                      "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:23:24.967Z",
                      "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:23:24.967Z",
                      "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:23:24.968Z",
                      "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:23:24.969Z",
                      "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:23:24.969Z",
                      "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:23:24.969Z",
                      "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:23:24.970Z",
                      "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:23:24.970Z",
                      "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:23:24.970Z",
                      "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:23:24.971Z",
                      "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:23:24.971Z",
                      "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:23:24.972Z",
                      "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:23:24.972Z",
                      "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:23:24.972Z",
                      "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:23:24.973Z",
                      "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:23:24.973Z",
                      "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:23:24.973Z",
                      "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:23:24.974Z",
                      "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:23:24.974Z",
                      "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:23:24.974Z",
                      "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:23:24.975Z",
                      "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:23:24.975Z",
                      "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:23:24.975Z",
                      "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:23:24.976Z",
                      "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:23:24.976Z",
                      "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:23:24.977Z",
                      "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:23:24.977Z",
                      "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:23:24.977Z",
                      "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:23:24.977Z",
                      "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:23:24.978Z",
                      "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:23:24.978Z",
                      "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:23:24.978Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-b0ba1d93b1ecefc1608a",
              "file": "business_users/b4_user.spec.ts",
              "line": 994,
              "column": 9
            },
            {
              "title": "should register and activate successfully",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 45,
                      "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:33:52.528Z",
                      "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-firefox/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1407/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-firefox/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1408/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "60bf3bfe0623726f2c60-1c156eedf468c1fd4508",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.140Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-e2890045881e7004a021",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.140Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-3ea808c5b288270cb0e9",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.141Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-4611e758a7024491e344",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.141Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-5714384553742d1f919d",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.142Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-308b584efeb6c3ce8725",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.142Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-6b046977a38683d0f22d",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.143Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-675434e6df5b7397cb9a",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.143Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-b2874734ea798bc1a52f",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.144Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-63bb2c14138df371f87d",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.144Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-7bba0bdc3267e282b9a3",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.144Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-adb9ed516c844776c35e",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.145Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-e145cf6f24bddb8b0f12",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.145Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-2ffb3a09c4934e5df3f8",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.145Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-e4b995a3c6c3d0deea36",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.146Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-ff91daf173a53557c979",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.146Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-3ca9a177a688f35564ca",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.146Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-019336df9f1bc136c9cc",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.146Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-9b9d96145944332f4412",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.147Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-7e6474ea823502084353",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.147Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-f99899e3887604f67311",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.147Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-830cb97598d8af328cbb",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.147Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-72d869ac1ca5f20504f8",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.148Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-9f61052fbcd6a68a3c20",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.149Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-89d5639aec33bd2bc729",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.149Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-c888730a969a109f6165",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.149Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-2bde0259d426a8c978e6",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.150Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-c45320ea6ef0d4f82ac9",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.150Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-ef67c46368bec9e3aa58",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.150Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-cd07611d8810df1027e0",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.150Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-24a7433175fbc8f80921",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.150Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-51ad1753da5cf8dce3e2",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.151Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-ece052b4835ed74a32c4",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.151Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-e2f0c87e599bbb58fe16",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:11.152Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-8c2cd805ebb9fef57b83",
              "file": "business_users/b4_user.spec.ts",
              "line": 994,
              "column": 9
            },
            {
              "title": "should register and activate successfully",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 61,
                      "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:38:22.595Z",
                      "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-webkit/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1409/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-webkit/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1410/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "60bf3bfe0623726f2c60-bb460241de79d8f14d4b",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.865Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-293d2fd5c87e545f5f7b",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.865Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-e8f759dae2148d16051e",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.866Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-a9d86f7cba36c6425e27",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.866Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-7b63f541dc9d768d73c2",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.866Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-7a99c2c5e9f51529b947",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.866Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-ab4ad69ec6001554ad30",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.866Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-d7d4612ceee60f7b7ccd",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.866Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-148c2f82070d01d4e0f2",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.867Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-1d208a47b3dd9b86fe9c",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.867Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-353796dbdaa644b29c9d",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.867Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-808db168af19ad6c4206",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.867Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-f8ec7e5e01631a1788f4",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.868Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-7c8946ead9039d60b5b8",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.868Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-793d74169d74a3ebb0f0",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.868Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-300d268c1daf81d76141",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.868Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-2595aa66ce4ee5542e78",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.868Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-413ad1d7ed1f7ceb81a3",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.869Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-db12aaf7e95ee2f1afa5",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.869Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-c5e26d87fd55a266ada3",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.869Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-da676540d0e7a177a56e",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.869Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-320ed660627c9a47de40",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.870Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-e0852df5104e0a536ff1",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.870Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-7a75362a3a355ec25f69",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.871Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-04c1eecd93dd1155fbaa",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.871Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-75d7bb7f62d3fca949dc",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.871Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-421690d3b40b726065aa",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.871Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-dbb308c569cf5102b9ae",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.872Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-67e615f161e1c45cd131",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.872Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-dafde489fd23c9613680",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.872Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-6d1e8964fd1763f4e551",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.872Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-5ca8256b7fa6124b06fc",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.872Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-f56fcdc6d2ef53406008",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.872Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-eb08ecacc3334225383d",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:39.873Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "60bf3bfe0623726f2c60-8aafadf8af5fe43738ed",
              "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:23:25.882Z",
                      "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/1411/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/1412/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:23:42.225Z",
                      "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:23:42.226Z",
                      "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:23:42.227Z",
                      "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:23:42.227Z",
                      "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:23:42.228Z",
                      "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:23:42.228Z",
                      "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:23:42.229Z",
                      "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:23:42.229Z",
                      "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:23:42.230Z",
                      "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:23:42.230Z",
                      "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:23:42.230Z",
                      "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:23:42.231Z",
                      "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:23:42.231Z",
                      "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:23:42.232Z",
                      "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:23:42.232Z",
                      "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:23:42.232Z",
                      "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:23:42.233Z",
                      "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:23:42.233Z",
                      "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:23:42.233Z",
                      "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:23:42.234Z",
                      "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:23:42.234Z",
                      "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:23:42.234Z",
                      "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:23:42.234Z",
                      "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:23:42.235Z",
                      "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:23:42.235Z",
                      "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:23:42.235Z",
                      "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:23:42.236Z",
                      "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:23:42.236Z",
                      "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:23:42.236Z",
                      "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:23:42.237Z",
                      "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:23:42.237Z",
                      "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:23:42.237Z",
                      "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:23:42.237Z",
                      "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:23:42.238Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-fb4e201c418f2c47b977",
              "file": "business_users/b5_user.spec.ts",
              "line": 999,
              "column": 7
            },
            {
              "title": "should register and activate successfully",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 46,
                      "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:34:12.065Z",
                      "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-firefox/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1413/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-firefox/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1414/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "1e66932e4795f91cd90d-b5776490cf17fd157432",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.095Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-24305f239a1a95ac99b8",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.096Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-5dd370243c0cebcd3efe",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.097Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-9051f73840e4f8154c3b",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.097Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-6a551cc96b183532c30a",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.098Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-d33e63ef429931c7d386",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.098Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-87edef0068e1b5117ee1",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.099Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-b411faf8f8fb8b6ead91",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.099Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-c994ba61175f3e11c0ed",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.099Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-80a8ceb111d3cf9237bb",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.099Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-1290a2f3ecf13bbdf7a7",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.100Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-1841b8c8249990799361",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.100Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-89cc8d9cbb1221950261",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.100Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-70e9fc156e723aea2bb2",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.100Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-39f63d7a572e12ebdac3",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.100Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-58ecb221c59d6dd4c948",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.101Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-7924c4dd172308b0e1fb",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.101Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-d54bf3ffe5b49dbb03e1",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.101Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-803c517b9c0a503309fd",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.101Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-6088bda8422b50661d9d",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.102Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-7631ccdc48ae01bd8a69",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.102Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-0d623749800c32bcf447",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.102Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-6c6aa255ea2b7fc4ac95",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.102Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-c0c204749fd4ae382a57",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.102Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-2a4107c326b60bc5fdb0",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.103Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-ac3f15b61ce23ca6c40c",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.103Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-9469486b3df75a29c3a7",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.103Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-2859a55facbc687de4b6",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.104Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-db72ffac6c26297b055b",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.104Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-36f55eb291a837bb2d3f",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.105Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-6635192771f9794881bc",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.105Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-5fe3230764380d0f27b8",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.105Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-07f4f96c7d5621a109e4",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.106Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-0846f8f4c173c3293289",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:31.106Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-169e3fb7930275251ad4",
              "file": "business_users/b5_user.spec.ts",
              "line": 999,
              "column": 7
            },
            {
              "title": "should register and activate successfully",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 62,
                      "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:38:40.782Z",
                      "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-webkit/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1415/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-webkit/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1416/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "1e66932e4795f91cd90d-f582b89a89aeebc6d31a",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.963Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-adc0409feafd140226db",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.963Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-43a0cfbe6833afc4dd93",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.964Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-f36108267d0df5dfa33b",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.964Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-358652043584ad360958",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.964Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-cd8322b784c07b45c28f",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.965Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-13f5c0240bf6b3979a25",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.965Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-9799875771717b927699",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.965Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-3bcbaedc64e03348b4cd",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.965Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-dce0e63a07ba1fcdd3c9",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.966Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-f6ace32cb1854ed7b648",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.966Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-be70d8b6fe6957442e56",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.966Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-05043a831fc860d037e6",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.966Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-d5f93459e5f8633e3428",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.967Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-af353040640754c3ad44",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.967Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-65696c5624784e596aa1",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.967Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-b28479201ee1ad2b0aca",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.967Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-dd37223aaddd607c0ba3",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.968Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-ed386c41867adc9a8e13",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.969Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-73eddb282b9b0e81c85b",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.969Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-728ae8cd60acfeea6304",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.969Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-88f093feac72bd08133c",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.970Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-eb24162ee9f1af6461f1",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.970Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-1c8874437051839a042f",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.970Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-8cb91c9094a9245d9506",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.970Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-06e77e775c58b9dba723",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.971Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-20a8c36b4c2728116bc4",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.971Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-885fd44816bc02686c47",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.971Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-6d2457e4ff3b2228eba9",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.971Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-76dd37fb75f12e48164a",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.971Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-7ede0c950a583b2ac3aa",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.972Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-c6ccf7db33a25b8b5fb9",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.972Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-8d16f5d59ab74a5c8141",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.972Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-8324d7f8df8e857c00b3",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:38:57.972Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1e66932e4795f91cd90d-9ed52e9e363fab5bb5d4",
              "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:23:43.092Z",
                      "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/1417/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/1418/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:23:59.323Z",
                      "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:23:59.324Z",
                      "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:23:59.324Z",
                      "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:23:59.325Z",
                      "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:23:59.325Z",
                      "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:23:59.325Z",
                      "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:23:59.326Z",
                      "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:23:59.326Z",
                      "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:23:59.326Z",
                      "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:23:59.327Z",
                      "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:23:59.327Z",
                      "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:23:59.327Z",
                      "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:23:59.328Z",
                      "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:23:59.328Z",
                      "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:23:59.329Z",
                      "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:23:59.329Z",
                      "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:23:59.331Z",
                      "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:23:59.331Z",
                      "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:23:59.332Z",
                      "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:23:59.332Z",
                      "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:23:59.332Z",
                      "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:23:59.333Z",
                      "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:23:59.333Z",
                      "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:23:59.333Z",
                      "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:23:59.334Z",
                      "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:23:59.334Z",
                      "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:23:59.334Z",
                      "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:23:59.335Z",
                      "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:23:59.335Z",
                      "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:23:59.335Z",
                      "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:23:59.336Z",
                      "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:23:59.336Z",
                      "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:23:59.336Z",
                      "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:23:59.337Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-c365c5f75e216e89d92f",
              "file": "business_users/b6_user.spec.ts",
              "line": 988,
              "column": 9
            },
            {
              "title": "should register and activate successfully",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 47,
                      "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:34:32.073Z",
                      "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-firefox/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1419/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-firefox/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1420/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "1803a88bd34e70bc5134-6c816a02ee2b8a02c415",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.881Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-ddf185d45244027c58f3",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.881Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-9bb6a13ad1996024e75c",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.881Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-647b6985cacac12dcfda",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.882Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-899914ee83779d315d47",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.882Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-d2d643c37276d2402d93",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.882Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-56240153a51fe35dd11d",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.882Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-a0e1c9b1de5ea2dfd8a5",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.882Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-3de00e807cb86db45c67",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.882Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-97a28dbe50addec3c3f3",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.883Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-c73ed70049a7a9cd98bc",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.883Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-86bfb1d8f0a5ab20e626",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.883Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-173eba3f3284b1cbc75a",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.883Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-b1d80517e0bd3afb9aa6",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.883Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-7af99514a05e5bed098d",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.883Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-d872689387d2795a9287",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.884Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-1b61f12fc7e8e7ff47a3",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.884Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-8dc029ca1525dc73add2",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.884Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-7bee14fff448065dd554",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.884Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-6af45923485facb13e4b",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.884Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-7e9e853e282c8ab77aa5",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.884Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-e696b6cc4cba18589367",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.884Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-8f515e83902055b53b81",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.886Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-852354da7e7cb863ff5f",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.886Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-6e3dd58972f8b200b927",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.886Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-4ce1b839c2e180d736ee",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.886Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-3f9cc7b288303ba4ca26",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.887Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-6fd6602e4c9c86c299a0",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.887Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-5a5fdf5fa4d79cbf2aca",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.887Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-1dc6f52339d96bdd425b",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.887Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-904b4baec483760c5cc3",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.887Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-99f4fbe700235fa5c8a3",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.887Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-2abd47f37259fe710360",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.887Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-a82ff0d0c69e93074c58",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:34:50.888Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-d2057fdff9f8e52c48f4",
              "file": "business_users/b6_user.spec.ts",
              "line": 988,
              "column": 9
            },
            {
              "title": "should register and activate successfully",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 63,
                      "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:38:58.859Z",
                      "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-webkit/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1421/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-webkit/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1422/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "1803a88bd34e70bc5134-9d3a1734320effd54f46",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.066Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-1042d3091f196c94293e",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.066Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-f71636074a17275cd5a1",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.067Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-8ba00c8f16094d48b0f4",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.067Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-9df27abc0f0d05191538",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.067Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-92d85f3ae1ff6d4eaedf",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.067Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-6577500c76072d497842",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.068Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-ef2cb4165baae000febc",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.068Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-82f70ebae156ee3f0985",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.068Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-040bdb094943e7f32a8a",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.068Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-5e49a050f030d8cc4705",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.068Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-f83f491d9c8326dee9bd",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.068Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-692c9540e85fda140053",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.069Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-a78f786e069ef1ce2e22",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.070Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-14f355cab6322254d83d",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.070Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-7d88475a02cf07484c24",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.071Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-88f24e68fbb3464e857f",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.071Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-5e05724454c7ef4da7a1",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.071Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-55a806beebd029b1771d",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.071Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-028106f8d40570ca4593",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.071Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-9e1a1b6b1dbbdb30740f",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.072Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-8d65a8fe086b01e302fc",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.072Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-200cf8757f886c8c7c6a",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.072Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-7ef21b387ea47bea869e",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.072Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-64d527ebbd387a1c8013",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.072Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-0798c258e0466ce957e3",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.073Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-17aaec1df68fd1fd55e2",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.073Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-c1d6853a14813b92ee4b",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.073Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-cdb30c47028ab14a756b",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.073Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-371dd287bb62aeb94942",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.073Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-1005ad77e72486f90e81",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.073Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-4ae34bd8e6bf7fdb3a76",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.074Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-3fbe44593a9fe0e7051b",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.074Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-4f6c3cee1518119c4f39",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:16.074Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-f1c667c905454d434263",
              "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": 16784,
                  "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:24:00.181Z",
                  "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/1423/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/1424/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/1425/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": "114 B7 widget creation without domain uses default-domain schema flow",
          "ok": false,
          "tags": [],
          "tests": [
            {
              "timeout": 480000,
              "annotations": [],
              "expectedStatus": "passed",
              "projectId": "firefox",
              "projectName": "firefox",
              "results": [
                {
                  "workerIndex": 48,
                  "parallelIndex": 0,
                  "status": "failed",
                  "duration": 17591,
                  "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:34:51.744Z",
                  "annotations": [],
                  "attachments": [
                    {
                      "name": "screenshot",
                      "contentType": "image/png",
                      "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-33253--default-domain-schema-flow-firefox/test-failed-1.png",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1426/download"
                    },
                    {
                      "name": "video",
                      "contentType": "video/webm",
                      "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-33253--default-domain-schema-flow-firefox/video.webm",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1427/download"
                    },
                    {
                      "name": "error-context",
                      "contentType": "text/markdown",
                      "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-33253--default-domain-schema-flow-firefox/error-context.md",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1428/download"
                    }
                  ],
                  "errorLocation": {
                    "file": "/app/pages/RegistrationPage.ts",
                    "column": 34,
                    "line": 130
                  }
                }
              ],
              "status": "unexpected"
            }
          ],
          "id": "9815009c3efda51fa612-d9c4f641909bdd1e69aa",
          "file": "business_users/b7_scenarios/agentic_widget/114-B7.spec.ts",
          "line": 20,
          "column": 5
        },
        {
          "title": "114 B7 widget creation without domain uses default-domain schema flow",
          "ok": false,
          "tags": [],
          "tests": [
            {
              "timeout": 480000,
              "annotations": [],
              "expectedStatus": "passed",
              "projectId": "webkit",
              "projectName": "webkit",
              "results": [
                {
                  "workerIndex": 64,
                  "parallelIndex": 0,
                  "status": "failed",
                  "duration": 18212,
                  "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:39:16.898Z",
                  "annotations": [],
                  "attachments": [
                    {
                      "name": "screenshot",
                      "contentType": "image/png",
                      "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-33253--default-domain-schema-flow-webkit/test-failed-1.png",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1429/download"
                    },
                    {
                      "name": "video",
                      "contentType": "video/webm",
                      "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-33253--default-domain-schema-flow-webkit/video.webm",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1430/download"
                    },
                    {
                      "name": "error-context",
                      "contentType": "text/markdown",
                      "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-33253--default-domain-schema-flow-webkit/error-context.md",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1431/download"
                    }
                  ],
                  "errorLocation": {
                    "file": "/app/pages/RegistrationPage.ts",
                    "column": 34,
                    "line": 130
                  }
                }
              ],
              "status": "unexpected"
            }
          ],
          "id": "9815009c3efda51fa612-611f984ef9014e8bb58b",
          "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": 15854,
                      "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:24:17.994Z",
                      "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/1432/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/1433/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": "should follow the provided purchase flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 420000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/116-B7.spec.ts",
                        "line": 74,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 49,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 6,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:35:11.479Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/116-B7.spec.ts",
                            "line": 74,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "b251e1a22789a70b5c07-974fe8a09f20b93ef24e",
              "file": "business_users/b7_scenarios/agentic_widget/116-B7.spec.ts",
              "line": 72,
              "column": 9
            },
            {
              "title": "should follow the provided purchase flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 420000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/116-B7.spec.ts",
                        "line": 74,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 65,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 4,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:36.201Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/116-B7.spec.ts",
                            "line": 74,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "b251e1a22789a70b5c07-80dfb62b3727255ec784",
              "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": 16695,
                      "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:24:34.920Z",
                      "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/1434/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/1435/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/1436/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": "117 B7 creates media without domain and opens draft details",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/117-B7.spec.ts",
                        "line": 29,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 49,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 1264,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:35:12.041Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/117-B7.spec.ts",
                            "line": 29,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "ad62b69080abdd7c361c-87900d3fe7eacbd7cb00",
              "file": "business_users/b7_scenarios/agentic_widget/117-B7.spec.ts",
              "line": 27,
              "column": 9
            },
            {
              "title": "117 B7 creates media without domain and opens draft details",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/117-B7.spec.ts",
                        "line": 29,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 65,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 511,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:36.368Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/117-B7.spec.ts",
                            "line": 29,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "ad62b69080abdd7c361c-bc9aa8e564ee91e3c556",
              "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": 16883,
                      "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:24:52.673Z",
                      "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/1437/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/1438/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/1439/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": "118 B7 can publish no-domain agent and open published inventory details",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/118-B7.spec.ts",
                        "line": 124,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 49,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 363,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:35:13.341Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/118-B7.spec.ts",
                            "line": 124,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1266088c6b07b8514d90-5d76987ad0d3613fa5d3",
              "file": "business_users/b7_scenarios/agentic_widget/118-B7.spec.ts",
              "line": 122,
              "column": 9
            },
            {
              "title": "118 B7 can publish no-domain agent and open published inventory details",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/118-B7.spec.ts",
                        "line": 124,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 65,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 545,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:36.905Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/118-B7.spec.ts",
                            "line": 124,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1266088c6b07b8514d90-40e31a7129c10b9896c7",
              "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": 16691,
                      "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:25:10.598Z",
                      "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/1440/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/1441/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/1442/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": "119 B7 publish media and update media name from inventory",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/119-B7.spec.ts",
                        "line": 41,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 49,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 347,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:35:13.726Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/119-B7.spec.ts",
                            "line": 41,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "29d4c3c263462fcb9f01-a161001ce4e37a5e7e56",
              "file": "business_users/b7_scenarios/agentic_widget/119-B7.spec.ts",
              "line": 39,
              "column": 9
            },
            {
              "title": "119 B7 publish media and update media name from inventory",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/119-B7.spec.ts",
                        "line": 41,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 65,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 455,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:37.469Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/119-B7.spec.ts",
                            "line": 41,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "29d4c3c263462fcb9f01-8dda4ee8e2e4b4998645",
              "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": 16847,
                      "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:25:28.302Z",
                      "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/1443/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/1444/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/1445/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": "118 B7 can publish no-domain agent and open published inventory details",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/120-B7.spec.ts",
                        "line": 124,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 49,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 325,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:35:14.092Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/120-B7.spec.ts",
                            "line": 124,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "dd607f762b97f5da336c-2a666ad0b3b3a63e952d",
              "file": "business_users/b7_scenarios/agentic_widget/120-B7.spec.ts",
              "line": 122,
              "column": 9
            },
            {
              "title": "118 B7 can publish no-domain agent and open published inventory details",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/120-B7.spec.ts",
                        "line": 124,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 65,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 463,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:37.948Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/120-B7.spec.ts",
                            "line": 124,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "dd607f762b97f5da336c-f123a233286bba82d576",
              "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": 16713,
                      "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:25:46.133Z",
                      "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/1446/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/1447/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/1448/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": "119 B7 publish media and update media name from inventory",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/121-B7.spec.ts",
                        "line": 41,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 49,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 345,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:35:14.443Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/121-B7.spec.ts",
                            "line": 41,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "4714dbd13fd06357ef1d-112ca112f9807c931ba9",
              "file": "business_users/b7_scenarios/agentic_widget/121-B7.spec.ts",
              "line": 39,
              "column": 9
            },
            {
              "title": "119 B7 publish media and update media name from inventory",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/121-B7.spec.ts",
                        "line": 41,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 65,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 483,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:38.445Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/121-B7.spec.ts",
                            "line": 41,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "4714dbd13fd06357ef1d-accc10d194e906cf2117",
              "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": 15885,
                      "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:26:03.847Z",
                      "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/1449/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/1450/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": "122 B7 sold media cannot be unpublished by owner",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/122-B7.spec.ts",
                        "line": 127,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 49,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 1,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:35:14.810Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/122-B7.spec.ts",
                            "line": 127,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "ade58582f0393fb89721-d5043800406c7e39ef10",
              "file": "business_users/b7_scenarios/agentic_widget/122-B7.spec.ts",
              "line": 125,
              "column": 9
            },
            {
              "title": "122 B7 sold media cannot be unpublished by owner",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/122-B7.spec.ts",
                        "line": 127,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 65,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 3,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:38.965Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/122-B7.spec.ts",
                            "line": 127,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "ade58582f0393fb89721-d010cd25f549a6e35f5d",
              "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": 15872,
                      "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:26:20.795Z",
                      "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/1451/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/1452/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": "122 B7 sold media cannot be unpublished by owner",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/123-B7.spec.ts",
                        "line": 127,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 49,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 1,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:35:14.826Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/123-B7.spec.ts",
                            "line": 127,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "07cd486168da25c24fb0-92c36cd9aa170ccbad3e",
              "file": "business_users/b7_scenarios/agentic_widget/123-B7.spec.ts",
              "line": 125,
              "column": 9
            },
            {
              "title": "122 B7 sold media cannot be unpublished by owner",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/123-B7.spec.ts",
                        "line": 127,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 65,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 2,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:39.007Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/123-B7.spec.ts",
                            "line": 127,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "07cd486168da25c24fb0-78b2d43781b61b007d91",
              "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": 350,
                      "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:26:37.765Z",
                      "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/1453/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/1454/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": "124-125-126-NU B7 validates no-domain agent placeholder connection and publish flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/124-125-126-NU-B7.spec.ts",
                        "line": 72,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 49,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 329,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:35:14.845Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/124-125-126-NU-B7.spec.ts",
                            "line": 72,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5821febd3a5ae37daf0c-78cc5fadeb6253017436",
              "file": "business_users/b7_scenarios/agentic_widget/124-125-126-NU-B7.spec.ts",
              "line": 67,
              "column": 9
            },
            {
              "title": "124-125-126-NU B7 validates no-domain agent placeholder connection and publish flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/124-125-126-NU-B7.spec.ts",
                        "line": 72,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 65,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 439,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:39.036Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/124-125-126-NU-B7.spec.ts",
                            "line": 72,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5821febd3a5ae37daf0c-3200b38d1fc658befdb5",
              "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": 16679,
                      "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:26:39.109Z",
                      "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/1455/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/1456/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/1457/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": "124-125 B7 creates business account, completes onboarding, and connects wallet",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 1200000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This onboarding flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/124-125-B7.spec.ts",
                        "line": 202,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 49,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 366,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:35:15.202Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This onboarding flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/124-125-B7.spec.ts",
                            "line": 202,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "754aaa9b566295f96d98-81b6df660e2080dbe791",
              "file": "business_users/b7_scenarios/agentic_widget/124-125-B7.spec.ts",
              "line": 197,
              "column": 9
            },
            {
              "title": "124-125 B7 creates business account, completes onboarding, and connects wallet",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 1200000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This onboarding flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/124-125-B7.spec.ts",
                        "line": 202,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 65,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 429,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:39.513Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This onboarding flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/124-125-B7.spec.ts",
                            "line": 202,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "754aaa9b566295f96d98-df1e11186099f039701a",
              "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": 16058,
                      "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:26:56.790Z",
                      "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/1458/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": "126 B7 different onboarded user can find published asset with similar marketplace query text",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 720000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/126-B7.spec.ts",
                        "line": 82,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 49,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 1,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:35:15.586Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/126-B7.spec.ts",
                            "line": 82,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "e4824aae67b633b1dc16-290fa50065f7bd13a8b7",
              "file": "business_users/b7_scenarios/agentic_widget/126-B7.spec.ts",
              "line": 78,
              "column": 9
            },
            {
              "title": "126 B7 different onboarded user can find published asset with similar marketplace query text",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 720000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/126-B7.spec.ts",
                        "line": 82,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 65,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 2,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:39.985Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/126-B7.spec.ts",
                            "line": 82,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "e4824aae67b633b1dc16-4e67046084a2dc53f3e1",
              "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": 16824,
                      "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:27:13.857Z",
                      "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/1459/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/1460/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/1461/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": "128 B7 can purchase Katharagama domain driven agent from marketplace flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/128-B7.spec.ts",
                        "line": 7,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 49,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 322,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:35:15.610Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/128-B7.spec.ts",
                            "line": 7,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "b3f9d7c97e2782a88ebe-5be83570759b0f442089",
              "file": "business_users/b7_scenarios/agentic_widget/128-B7.spec.ts",
              "line": 5,
              "column": 9
            },
            {
              "title": "128 B7 can purchase Katharagama domain driven agent from marketplace flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/128-B7.spec.ts",
                        "line": 7,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 65,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 423,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:40.025Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/128-B7.spec.ts",
                            "line": 7,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "b3f9d7c97e2782a88ebe-c50cb8144185d12a4a04",
              "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": 15822,
                      "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:27:31.723Z",
                      "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/1462/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/1463/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": "should follow the provided purchase flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 420000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/129_30-B7-kf_check.spec.ts",
                        "line": 74,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 49,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 1,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:35:15.957Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/129_30-B7-kf_check.spec.ts",
                            "line": 74,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb25160e4d8f6decceab-3d9951def2f515e37bc8",
              "file": "business_users/b7_scenarios/agentic_widget/129_30-B7-kf_check.spec.ts",
              "line": 72,
              "column": 9
            },
            {
              "title": "should follow the provided purchase flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 420000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/129_30-B7-kf_check.spec.ts",
                        "line": 74,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 65,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 1,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:40.473Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/129_30-B7-kf_check.spec.ts",
                            "line": 74,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "fb25160e4d8f6decceab-27c05585ff9d2e5f02c7",
              "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": 16803,
                      "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:27:48.565Z",
                      "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/1464/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/1465/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/1466/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": "133 B7 widget typed source draft creation",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/133-B7.spec.ts",
                        "line": 114,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 49,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 351,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:35:15.979Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/133-B7.spec.ts",
                            "line": 114,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "7bd2c4d8f4db2d006a97-46c3476f8023519a3b14",
              "file": "business_users/b7_scenarios/agentic_widget/133-B7.spec.ts",
              "line": 112,
              "column": 9
            },
            {
              "title": "133 B7 widget typed source draft creation",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/133-B7.spec.ts",
                        "line": 114,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 65,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 436,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:40.497Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/133-B7.spec.ts",
                            "line": 114,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "7bd2c4d8f4db2d006a97-1caf83239773746e6a6a",
              "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": 16770,
                      "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:28:06.412Z",
                      "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/1467/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/1468/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/1469/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": "134 B7 knowledge fabric and MCP-backed widget test flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 720000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/134-B7.spec.ts",
                        "line": 58,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 49,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 366,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:35:16.363Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/134-B7.spec.ts",
                            "line": 58,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a975ccbae82843985194-e0d34f102e2715d7f388",
              "file": "business_users/b7_scenarios/agentic_widget/134-B7.spec.ts",
              "line": 56,
              "column": 9
            },
            {
              "title": "134 B7 knowledge fabric and MCP-backed widget test flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 720000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/134-B7.spec.ts",
                        "line": 58,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 65,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 451,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:40.952Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/134-B7.spec.ts",
                            "line": 58,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a975ccbae82843985194-a04366f4cf4ed2707175",
              "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": 16727,
                      "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:28:24.252Z",
                      "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/1470/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/1471/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/1472/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": "135 B7 widget review test with existing MCPs",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/135-B7.spec.ts",
                        "line": 12,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 49,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 375,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:35:16.755Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/135-B7.spec.ts",
                            "line": 12,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a734995b12b5d0b1e320-27ae6da185afb57f58c9",
              "file": "business_users/b7_scenarios/agentic_widget/135-B7.spec.ts",
              "line": 10,
              "column": 9
            },
            {
              "title": "135 B7 widget review test with existing MCPs",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/135-B7.spec.ts",
                        "line": 12,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 65,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 439,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:41.434Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/135-B7.spec.ts",
                            "line": 12,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a734995b12b5d0b1e320-7d90f08eeb6117664e23",
              "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": 16793,
                      "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:28:42.037Z",
                      "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/1473/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/1474/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/1475/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": "137 B7 asset creation review test with specific source types prompt",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/137-B7.spec.ts",
                        "line": 8,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 49,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 429,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:35:17.169Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/137-B7.spec.ts",
                            "line": 8,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "e8d9b123ed47e6fa683c-5cb4f7e4865df7e67979",
              "file": "business_users/b7_scenarios/agentic_widget/137-B7.spec.ts",
              "line": 6,
              "column": 9
            },
            {
              "title": "137 B7 asset creation review test with specific source types prompt",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/137-B7.spec.ts",
                        "line": 8,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 65,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 457,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:41.911Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/137-B7.spec.ts",
                            "line": 8,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "e8d9b123ed47e6fa683c-a1fd20b8df939b414c01",
              "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": 16879,
                      "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:28:59.846Z",
                      "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/1476/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/1477/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/1478/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": "137 B7 widget test stops at agentic query result",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/138-B7.spec.ts",
                        "line": 8,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 49,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 471,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:35:17.642Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/138-B7.spec.ts",
                            "line": 8,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "e2f14534367c1ee46569-d0e680da372b5b43b556",
              "file": "business_users/b7_scenarios/agentic_widget/138-B7.spec.ts",
              "line": 6,
              "column": 9
            },
            {
              "title": "137 B7 widget test stops at agentic query result",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/138-B7.spec.ts",
                        "line": 8,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 65,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 455,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:42.398Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/138-B7.spec.ts",
                            "line": 8,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "e2f14534367c1ee46569-81e273645ab362edb2ab",
              "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": 16781,
                      "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:29:17.711Z",
                      "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/1479/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/1480/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/1481/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": "139 B7 widget publish disabled before test flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/139-B7.spec.ts",
                        "line": 14,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 49,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 565,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:35:18.140Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/139-B7.spec.ts",
                            "line": 14,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "be3668db2c54062f7663-fab0fb462793fbeb01a6",
              "file": "business_users/b7_scenarios/agentic_widget/139-B7.spec.ts",
              "line": 12,
              "column": 9
            },
            {
              "title": "139 B7 widget publish disabled before test flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/139-B7.spec.ts",
                        "line": 14,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 65,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 455,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:42.873Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/139-B7.spec.ts",
                            "line": 14,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "be3668db2c54062f7663-597c938c0b02a136baf8",
              "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": 16082,
                      "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:29:35.473Z",
                      "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/1482/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": "140 B7 different users can find published asset with similar marketplace query text",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 720000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/140-B7.spec.ts",
                        "line": 74,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 49,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 1,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:35:18.729Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/140-B7.spec.ts",
                            "line": 74,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5154985073d74d844cd3-25b540351ac669a6fde1",
              "file": "business_users/b7_scenarios/agentic_widget/140-B7.spec.ts",
              "line": 69,
              "column": 9
            },
            {
              "title": "140 B7 different users can find published asset with similar marketplace query text",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 720000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/140-B7.spec.ts",
                        "line": 74,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 65,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 1,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:43.355Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/140-B7.spec.ts",
                            "line": 74,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "5154985073d74d844cd3-afa562d36e2fb9aae9a6",
              "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": 16729,
                      "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:29:52.538Z",
                      "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/1483/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/1484/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/1485/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": "141 B7 can purchase Kathragama Travel asset from marketplace flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/141-B7.spec.ts",
                        "line": 14,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 49,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 763,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:35:18.746Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/141-B7.spec.ts",
                            "line": 14,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "ba0d4d72cee3d30ea60f-40deda1dcd295ad307e1",
              "file": "business_users/b7_scenarios/agentic_widget/141-B7.spec.ts",
              "line": 12,
              "column": 9
            },
            {
              "title": "141 B7 can purchase Kathragama Travel asset from marketplace flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 600000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/141-B7.spec.ts",
                        "line": 14,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 65,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 461,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:43.381Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/141-B7.spec.ts",
                            "line": 14,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "ba0d4d72cee3d30ea60f-fde730377838c1b2d8c8",
              "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": 15797,
                      "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:30:10.299Z",
                      "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/1486/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/1487/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": "142_143 B7 should follow the provided purchase flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 420000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/142_143-B7.spec.ts",
                        "line": 74,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 49,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 1,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:35:19.530Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/142_143-B7.spec.ts",
                            "line": 74,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "6b94df8bfc82ac8f81d5-75d83d05701208811ce1",
              "file": "business_users/b7_scenarios/agentic_widget/142_143-B7.spec.ts",
              "line": 72,
              "column": 9
            },
            {
              "title": "142_143 B7 should follow the provided purchase flow",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 420000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/142_143-B7.spec.ts",
                        "line": 74,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 65,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 1,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:43.868Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/142_143-B7.spec.ts",
                            "line": 74,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "6b94df8bfc82ac8f81d5-68acf649db1e7468a681",
              "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": 15842,
                      "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:30:27.133Z",
                      "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/1488/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/1489/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": "User with KF and relevant sources can activate the asset with no need for manual action",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 420000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/144_145-B7.spec.ts",
                        "line": 99,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 49,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 1,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:35:19.549Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/144_145-B7.spec.ts",
                            "line": 99,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "de5d40517b18424dbc87-b913854a1645d95fe864",
              "file": "business_users/b7_scenarios/agentic_widget/144_145-B7.spec.ts",
              "line": 97,
              "column": 9
            },
            {
              "title": "User with KF and relevant sources can activate the asset with no need for manual action",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 420000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/144_145-B7.spec.ts",
                        "line": 99,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 65,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:43.883Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/144_145-B7.spec.ts",
                            "line": 99,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "de5d40517b18424dbc87-a5d3a8dfa4c916b030b2",
              "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:30:44.028Z",
                      "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/1490/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": "should complete the combined 146 to 148 flow with session refreshes between segments",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 1500000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/146_148-B7-combined.spec.ts",
                        "line": 271,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 49,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 1,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:35:19.569Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/146_148-B7-combined.spec.ts",
                            "line": 271,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "0b5b702a5f6c3eac81e0-75e7ddaed60d1e097ae6",
              "file": "business_users/b7_scenarios/agentic_widget/146_148-B7-combined.spec.ts",
              "line": 269,
              "column": 9
            },
            {
              "title": "should complete the combined 146 to 148 flow with session refreshes between segments",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 1500000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/146_148-B7-combined.spec.ts",
                        "line": 271,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 65,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:43.896Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/146_148-B7-combined.spec.ts",
                            "line": 271,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "0b5b702a5f6c3eac81e0-afcce59741ea5bffd660",
              "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": 357,
                  "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:30:45.267Z",
                  "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/1491/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/1492/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": "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": "firefox",
              "projectName": "firefox",
              "results": [
                {
                  "workerIndex": 49,
                  "parallelIndex": 0,
                  "status": "failed",
                  "duration": 401,
                  "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:35:19.585Z",
                  "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-firefox/test-failed-1.png",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1493/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-firefox/video.webm",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1494/download"
                    }
                  ],
                  "errorLocation": {
                    "file": "/app/tests/business_users/b7_scenarios/agentic_widget/146-B7.spec.ts",
                    "column": 15,
                    "line": 65
                  }
                }
              ],
              "status": "unexpected"
            }
          ],
          "id": "330e6ecdeec78d2a0004-ef46b64d4088632c719f",
          "file": "business_users/b7_scenarios/agentic_widget/146-B7.spec.ts",
          "line": 99,
          "column": 5
        },
        {
          "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": "webkit",
              "projectName": "webkit",
              "results": [
                {
                  "workerIndex": 65,
                  "parallelIndex": 0,
                  "status": "failed",
                  "duration": 500,
                  "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:39:43.910Z",
                  "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-webkit/test-failed-1.png",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1495/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-webkit/video.webm",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1496/download"
                    }
                  ],
                  "errorLocation": {
                    "file": "/app/tests/business_users/b7_scenarios/agentic_widget/146-B7.spec.ts",
                    "column": 15,
                    "line": 65
                  }
                }
              ],
              "status": "unexpected"
            }
          ],
          "id": "330e6ecdeec78d2a0004-cffdc7293cab5033533b",
          "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": 317,
                  "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:30:46.714Z",
                  "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/1497/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/1498/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": "Open knowledge fabric and configure MYSQL MCP integration",
          "ok": false,
          "tags": [],
          "tests": [
            {
              "timeout": 420000,
              "annotations": [],
              "expectedStatus": "passed",
              "projectId": "firefox",
              "projectName": "firefox",
              "results": [
                {
                  "workerIndex": 50,
                  "parallelIndex": 0,
                  "status": "failed",
                  "duration": 1329,
                  "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:35:21.709Z",
                  "annotations": [],
                  "attachments": [
                    {
                      "name": "screenshot",
                      "contentType": "image/png",
                      "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-14c57-igure-MYSQL-MCP-integration-firefox/test-failed-1.png",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1499/download"
                    },
                    {
                      "name": "video",
                      "contentType": "video/webm",
                      "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-14c57-igure-MYSQL-MCP-integration-firefox/video.webm",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1500/download"
                    }
                  ],
                  "errorLocation": {
                    "file": "/app/tests/business_users/b7_scenarios/agentic_widget/147-B7.spec.ts",
                    "column": 15,
                    "line": 65
                  }
                }
              ],
              "status": "unexpected"
            }
          ],
          "id": "26b5b337957aa7fa6aa0-172c3ab93a8636d485b1",
          "file": "business_users/b7_scenarios/agentic_widget/147-B7.spec.ts",
          "line": 99,
          "column": 5
        },
        {
          "title": "Open knowledge fabric and configure MYSQL MCP integration",
          "ok": false,
          "tags": [],
          "tests": [
            {
              "timeout": 420000,
              "annotations": [],
              "expectedStatus": "passed",
              "projectId": "webkit",
              "projectName": "webkit",
              "results": [
                {
                  "workerIndex": 66,
                  "parallelIndex": 0,
                  "status": "failed",
                  "duration": 575,
                  "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:39:45.315Z",
                  "annotations": [],
                  "attachments": [
                    {
                      "name": "screenshot",
                      "contentType": "image/png",
                      "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-14c57-igure-MYSQL-MCP-integration-webkit/test-failed-1.png",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1501/download"
                    },
                    {
                      "name": "video",
                      "contentType": "video/webm",
                      "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-14c57-igure-MYSQL-MCP-integration-webkit/video.webm",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1502/download"
                    }
                  ],
                  "errorLocation": {
                    "file": "/app/tests/business_users/b7_scenarios/agentic_widget/147-B7.spec.ts",
                    "column": 15,
                    "line": 65
                  }
                }
              ],
              "status": "unexpected"
            }
          ],
          "id": "26b5b337957aa7fa6aa0-bef6bcd5912a509969c5",
          "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": 366,
                  "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:30:48.032Z",
                  "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/1503/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/1504/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": "Open inventory, select first matching agentic widget draft, and reach test step",
          "ok": false,
          "tags": [],
          "tests": [
            {
              "timeout": 420000,
              "annotations": [],
              "expectedStatus": "passed",
              "projectId": "firefox",
              "projectName": "firefox",
              "results": [
                {
                  "workerIndex": 51,
                  "parallelIndex": 0,
                  "status": "failed",
                  "duration": 1272,
                  "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:35:25.202Z",
                  "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-firefox/test-failed-1.png",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1505/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-firefox/video.webm",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1506/download"
                    }
                  ],
                  "errorLocation": {
                    "file": "/app/tests/business_users/b7_scenarios/agentic_widget/148-B7.spec.ts",
                    "column": 15,
                    "line": 65
                  }
                }
              ],
              "status": "unexpected"
            }
          ],
          "id": "95361f7deb64fe4419a2-f6c6bff35028178bc5f0",
          "file": "business_users/b7_scenarios/agentic_widget/148-B7.spec.ts",
          "line": 111,
          "column": 5
        },
        {
          "title": "Open inventory, select first matching agentic widget draft, and reach test step",
          "ok": false,
          "tags": [],
          "tests": [
            {
              "timeout": 420000,
              "annotations": [],
              "expectedStatus": "passed",
              "projectId": "webkit",
              "projectName": "webkit",
              "results": [
                {
                  "workerIndex": 67,
                  "parallelIndex": 0,
                  "status": "failed",
                  "duration": 542,
                  "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:39:46.963Z",
                  "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-webkit/test-failed-1.png",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1507/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-webkit/video.webm",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1508/download"
                    }
                  ],
                  "errorLocation": {
                    "file": "/app/tests/business_users/b7_scenarios/agentic_widget/148-B7.spec.ts",
                    "column": 15,
                    "line": 65
                  }
                }
              ],
              "status": "unexpected"
            }
          ],
          "id": "95361f7deb64fe4419a2-41bfdd79e93337414109",
          "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": 15836,
                      "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:30:49.441Z",
                      "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/1509/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/1510/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": "User with KF and relevant sources can activate the asset with no need for manual action",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 420000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/kfUserAutoAssetActivation.spec.ts",
                        "line": 78,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 52,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 6,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:35:28.620Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/kfUserAutoAssetActivation.spec.ts",
                            "line": 78,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "328f3e688f014bbbda32-8811d083464f60b6d275",
              "file": "business_users/b7_scenarios/agentic_widget/kfUserAutoAssetActivation.spec.ts",
              "line": 76,
              "column": 9
            },
            {
              "title": "User with KF and relevant sources can activate the asset with no need for manual action",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 420000,
                  "annotations": [
                    {
                      "type": "skip",
                      "description": "This flow is currently validated only in Chromium.",
                      "location": {
                        "file": "/app/tests/business_users/b7_scenarios/agentic_widget/kfUserAutoAssetActivation.spec.ts",
                        "line": 78,
                        "column": 14
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 68,
                      "parallelIndex": 0,
                      "status": "skipped",
                      "duration": 4,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:39:48.541Z",
                      "annotations": [
                        {
                          "type": "skip",
                          "description": "This flow is currently validated only in Chromium.",
                          "location": {
                            "file": "/app/tests/business_users/b7_scenarios/agentic_widget/kfUserAutoAssetActivation.spec.ts",
                            "line": 78,
                            "column": 14
                          }
                        }
                      ],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "328f3e688f014bbbda32-482169ebd8ac4ec9ec01",
              "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": 16598,
                  "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:31:06.245Z",
                  "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/1511/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/1512/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/1513/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": "159-B7 creates a chain of agent and validates unavailable agent inventory state",
          "ok": false,
          "tags": [],
          "tests": [
            {
              "timeout": 300000,
              "annotations": [],
              "expectedStatus": "passed",
              "projectId": "firefox",
              "projectName": "firefox",
              "results": [
                {
                  "workerIndex": 52,
                  "parallelIndex": 0,
                  "status": "failed",
                  "duration": 16799,
                  "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:35:29.173Z",
                  "annotations": [],
                  "attachments": [
                    {
                      "name": "screenshot",
                      "contentType": "image/png",
                      "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-11741-lable-agent-inventory-state-firefox/test-failed-1.png",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1514/download"
                    },
                    {
                      "name": "video",
                      "contentType": "video/webm",
                      "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-11741-lable-agent-inventory-state-firefox/video.webm",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1515/download"
                    },
                    {
                      "name": "error-context",
                      "contentType": "text/markdown",
                      "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-11741-lable-agent-inventory-state-firefox/error-context.md",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1516/download"
                    }
                  ],
                  "errorLocation": {
                    "file": "/app/tests/business_users/b7_scenarios/chain_of_agent/159-B7.spec.ts",
                    "column": 65,
                    "line": 19
                  }
                }
              ],
              "status": "unexpected"
            }
          ],
          "id": "e982be942381cf48f187-726e4f62f0642a98ace5",
          "file": "business_users/b7_scenarios/chain_of_agent/159-B7.spec.ts",
          "line": 15,
          "column": 5
        },
        {
          "title": "159-B7 creates a chain of agent and validates unavailable agent inventory state",
          "ok": false,
          "tags": [],
          "tests": [
            {
              "timeout": 300000,
              "annotations": [],
              "expectedStatus": "passed",
              "projectId": "webkit",
              "projectName": "webkit",
              "results": [
                {
                  "workerIndex": 68,
                  "parallelIndex": 0,
                  "status": "failed",
                  "duration": 17559,
                  "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:39:48.680Z",
                  "annotations": [],
                  "attachments": [
                    {
                      "name": "screenshot",
                      "contentType": "image/png",
                      "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-11741-lable-agent-inventory-state-webkit/test-failed-1.png",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1517/download"
                    },
                    {
                      "name": "video",
                      "contentType": "video/webm",
                      "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-11741-lable-agent-inventory-state-webkit/video.webm",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1518/download"
                    },
                    {
                      "name": "error-context",
                      "contentType": "text/markdown",
                      "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b7_scenario-11741-lable-agent-inventory-state-webkit/error-context.md",
                      "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1519/download"
                    }
                  ],
                  "errorLocation": {
                    "file": "/app/tests/business_users/b7_scenarios/chain_of_agent/159-B7.spec.ts",
                    "column": 65,
                    "line": 19
                  }
                }
              ],
              "status": "unexpected"
            }
          ],
          "id": "e982be942381cf48f187-3da89bf5108610e4fd81",
          "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:31:23.939Z",
                      "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/1520/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/1521/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:31:40.070Z",
                      "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:31:40.071Z",
                      "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:31:40.071Z",
                      "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:31:40.071Z",
                      "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:31:40.072Z",
                      "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:31:40.072Z",
                      "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:31:40.073Z",
                      "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:31:40.073Z",
                      "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:31:40.073Z",
                      "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:31:40.074Z",
                      "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:31:40.074Z",
                      "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:31:40.075Z",
                      "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:31:40.076Z",
                      "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:31:40.077Z",
                      "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:31:40.077Z",
                      "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:31:40.077Z",
                      "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:31:40.078Z",
                      "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:31:40.078Z",
                      "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:31:40.078Z",
                      "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:31:40.079Z",
                      "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:31:40.079Z",
                      "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:31:40.079Z",
                      "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:31:40.079Z",
                      "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:31:40.079Z",
                      "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:31:40.080Z",
                      "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:31:40.080Z",
                      "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:31:40.080Z",
                      "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:31:40.081Z",
                      "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:31:40.081Z",
                      "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:31:40.082Z",
                      "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:31:40.082Z",
                      "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:31:40.083Z",
                      "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:31:40.083Z",
                      "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:31:40.084Z",
                      "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:31:40.084Z",
                      "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:31:40.086Z",
                      "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:31:40.087Z",
                      "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:31:40.087Z",
                      "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:31:40.088Z",
                      "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:31:40.088Z",
                      "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:31:40.089Z",
                      "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:31:40.089Z",
                      "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:31:40.090Z",
                      "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:31:40.090Z",
                      "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:31:40.090Z",
                      "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:31:40.091Z",
                      "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:31:40.091Z",
                      "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:31:40.092Z",
                      "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:31:40.092Z",
                      "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:31:40.093Z",
                      "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:31:40.093Z",
                      "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:31:40.093Z",
                      "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:31:40.094Z",
                      "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:31:40.094Z",
                      "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:31:40.094Z",
                      "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:31:40.095Z",
                      "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:31:40.095Z",
                      "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:31:40.096Z",
                      "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:31:40.096Z",
                      "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:31:40.096Z",
                      "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:31:40.098Z",
                      "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:31:40.099Z",
                      "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:31:40.099Z",
                      "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:31:40.100Z",
                      "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:31:40.101Z",
                      "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:31:40.101Z",
                      "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:31:40.101Z",
                      "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:31:40.102Z",
                      "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:31:40.102Z",
                      "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:31:40.103Z",
                      "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:31:40.103Z",
                      "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:31:40.103Z",
                      "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:31:40.104Z",
                      "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:31:40.104Z",
                      "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:31:40.105Z",
                      "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:31:40.105Z",
                      "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:31:40.106Z",
                      "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:31:40.106Z",
                      "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:31:40.107Z",
                      "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:31:40.107Z",
                      "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:31:40.108Z",
                      "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:31:40.108Z",
                      "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:31:40.108Z",
                      "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:31:40.109Z",
                      "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:31:40.110Z",
                      "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:31:40.111Z",
                      "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:31:40.112Z",
                      "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:31:40.112Z",
                      "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:31:40.113Z",
                      "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:31:40.113Z",
                      "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:31:40.114Z",
                      "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:31:40.114Z",
                      "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:31:40.114Z",
                      "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:31:40.115Z",
                      "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:31:40.115Z",
                      "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:31:40.116Z",
                      "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:31:40.116Z",
                      "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:31:40.117Z",
                      "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:31:40.117Z",
                      "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:31:40.118Z",
                      "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:31:40.118Z",
                      "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:31:40.118Z",
                      "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:31:40.119Z",
                      "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:31:40.119Z",
                      "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:31:40.119Z",
                      "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:31:40.120Z",
                      "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:31:40.120Z",
                      "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:31:40.121Z",
                      "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:31:40.121Z",
                      "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:31:40.122Z",
                      "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:31:40.122Z",
                      "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:31:40.123Z",
                      "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:31:40.123Z",
                      "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:31:40.124Z",
                      "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:31:40.124Z",
                      "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:31:40.124Z",
                      "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:31:40.125Z",
                      "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:31:40.125Z",
                      "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:31:40.125Z",
                      "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:31:40.126Z",
                      "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:31:40.126Z",
                      "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:31:40.127Z",
                      "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:31:40.127Z",
                      "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:31:40.127Z",
                      "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:31:40.128Z",
                      "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:31:40.128Z",
                      "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:31:40.128Z",
                      "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:31:40.129Z",
                      "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:31:40.129Z",
                      "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:31:40.130Z",
                      "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:31:40.130Z",
                      "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:31:40.130Z",
                      "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:31:40.131Z",
                      "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:31:40.131Z",
                      "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:31:40.131Z",
                      "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:31:40.133Z",
                      "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:31:40.133Z",
                      "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:31:40.134Z",
                      "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:31:40.134Z",
                      "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:31:40.134Z",
                      "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:31:40.135Z",
                      "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:31:40.135Z",
                      "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:31:40.135Z",
                      "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:31:40.136Z",
                      "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:31:40.136Z",
                      "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:31:40.136Z",
                      "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:31:40.137Z",
                      "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:31:40.137Z",
                      "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:31:40.137Z",
                      "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:31:40.138Z",
                      "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:31:40.138Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-11ed6dcdc8b1f485759c",
              "file": "business_users/b7_user.spec.ts",
              "line": 5707,
              "column": 9
            },
            {
              "title": "should be able to answer first question",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 53,
                      "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:35:47.959Z",
                      "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-firefox/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1522/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-firefox/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1523/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "a043ecf80a07d916a422-4fcff0dda9f0e109b6df",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.945Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-fbb8fac7033ec527b475",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.946Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-05f137c16f8b716b6f03",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.946Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-d99965c116390ce9a81e",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.947Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-b38e32d027ba9442e4c6",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.947Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-486563c364cd637f598e",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.947Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-690bfe25a55c1970c5ee",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.948Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-cd2a59062df7e502216f",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.948Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-8e55a5ecf9083483301f",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.948Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-8954055dd41875f29084",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.948Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-9fec798ed697c2877074",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.949Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-200f23bcc9beb5f45cd7",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.949Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-7aef7c8ffedf283f4acc",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.949Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-b93bbbbf8ca646d2f95f",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.951Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-45c44ae0ecd555ab40fe",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.951Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-e115f1b20e53cbc0f596",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.951Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-3f850a6571e06e5a2939",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.952Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-05e233b329b9bd2d3bae",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.952Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-574eb815f30d467db7c4",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.952Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-ae0890a0bd4f73c022c5",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.952Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-bd91fec5ec379b1d8aa6",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.953Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-208cc61a8bdc4ccb0e67",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.953Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-45f7aec95c505a661d77",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.953Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-bb1da8bc726b3332b908",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.953Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-76581be051381129530d",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.953Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-41f97647dbc110a9ff46",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.954Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-f7cc09260b9f00907c8c",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.954Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-1dfb026755faf85016a2",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.954Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-a9f69b1da3d7e45d7ba4",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.954Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-bed2d9a73edadce58868",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.955Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-18a650130ec881fcc3a1",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.955Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-1cfb89011b612adc21e5",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.955Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-7e42b6accc288ea70984",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.955Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-fbf75414fa5a457569ab",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.956Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-6bb537a4de96e240907b",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.956Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-337310be1af11a5a6109",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.956Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-e482b4056ce40a7b4237",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.956Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-9b289d1036e3ffe800e0",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.957Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-3b8892bb58ee6250e0b4",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.958Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-bbf3b34f6fe97afc5ade",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.958Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-819407e90a4a5d53cf50",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.958Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-c932def9fd2d2e7eb15b",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.958Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-502fd7bc7ac981800883",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.959Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-d3e35558cf4bd8bdc349",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.959Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-04c417aaa9496eb90011",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.959Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-6051688106586bfc5fb2",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.959Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-73861dc308350914fa5e",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.960Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-034badfc802fd3e69af3",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.960Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-925eb438d300846dd250",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.960Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-ee2e5bcbb6a111a50781",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.960Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-fbb48eaba63f0b408bbc",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.961Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-8e5ba0c2d6ab29e8bcaa",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.961Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-adfb1320b40a3f74e3c8",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.961Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-fe1760f66926595352c4",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.961Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-dfd3d2290c3ffa99975f",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.962Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-e067b668c3bf67639cb9",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.962Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-0498e12bad5ddde62522",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.962Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-9ea01c623e4d65286738",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.963Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-129af88989ed5e6aecab",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.963Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-f25c256f505ffede2bcd",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.963Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-89a0028d75a152cdeffb",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.963Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-e2368c5039ec9e172296",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.964Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-f672271d04da89ae4274",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.964Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-864eb0947d6b70b8ac75",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.965Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-4d5b87f4a468018eef37",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.965Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-0a241196e8b3dae8ff89",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.966Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-d7abec272644ea0596d0",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.966Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-2d740a2538991dab24ef",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.966Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-79fc11172f27f737c5e0",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.966Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-b948ce5f384266c5c78d",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.967Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-7c01dd65f332039e2cb7",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.967Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-d669793222a162c4fe4f",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.967Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-e95bba03d5b66ab2f0e4",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.967Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-78041637c3411a02dd29",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.968Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-9c3ab992fe1491016ccf",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.968Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-34752bca0c1fc52efc37",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.968Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-e70686f1cc4fdb574a8b",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.968Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-47ad35b2aac7d39c7a0c",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.968Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-3d36bbcdff6646797d23",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.969Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-bd38e3dc0aa82d5346d4",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.969Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-3fa6d32d15363aadac28",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.969Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-de0efefba971a9c707ca",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.969Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-c525fb6fe8b227a45009",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.970Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-f43950fad7604dc91f62",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.970Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-521d62e7495ec492baab",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.970Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-8ed9a07ccac473f4a4e5",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.970Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-16779eaada37b4b896d9",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.970Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-b3320687be0c9cd46a91",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.971Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-13c265eaa45ce053e448",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.972Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-901230fe6abb94d2e6c6",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.972Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-04ff1121fcec68225637",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.972Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-15b6442ff2797f47753e",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.973Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-9b437ef387e0182d1f11",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.973Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-ce07ace5a00cc370c6e2",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.973Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-323a347de2306f32dc6d",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.973Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-8816be51ed82e51da88d",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.974Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-62743ac9be05bc49cb12",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.974Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-87a786cc78b576a132d3",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.974Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-0c896d44055db9a222aa",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.974Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-3ad60045a09a02d8b292",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.975Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-234c9b20408ffc50ea80",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.975Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-af5d9afb0202c4678eb6",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.975Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-499babecc25f37170b41",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.975Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-b5b924fb9332f00a669b",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.976Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-dce0b312d027d98004f5",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.976Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-a8794fe445f4e84af66a",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.976Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-8a3b05b92195f857d8e1",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.976Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-93160137e0b58c52f93f",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.977Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-f5937e14b9da64a3f645",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.977Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-87c427c095d76ad8a01e",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.977Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-166941d0608ab358c8a3",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.977Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-b2661d0cd40460ee5215",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.977Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-589d560c080f6014cd55",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.978Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-55dde208a28dc38e81db",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.978Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-2dde3ccd829a10a2c256",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.979Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-81322c5b4c58dbd0b508",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.979Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-331ffc03746519e02c93",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.979Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-520d08597b79700ffa59",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.980Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-3484d203579dbcb11b15",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.980Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-1f3c283aed90da48e743",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.980Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-4f2ffd8786054aa6b86e",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.980Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-0135bd5594005d05f282",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.980Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-332ae434e668d541a3ad",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.981Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-80bf55611407b2f265d3",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.981Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-6077f5ea145e52cb923e",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.981Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-15740dc842351e86ba23",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.981Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-a751f74a2b15daed1414",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.981Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-c4c8747d160ff8825935",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.982Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-9d0014a6730cc0f11b4b",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.982Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-154724613d87d266793d",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.982Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-aaedf4b5ab92701fe36a",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.982Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-cc4f2dea01db5b3d4bf9",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.982Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-5185cf5fac1be8f13b2e",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.983Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-7860107447d4fb1d1d74",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.983Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-8101645fdeaf446bb7d0",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.983Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-b13c92416fe95e926349",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.984Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-04c99aebaa7d8aa8191d",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.984Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-03ca2aaa1aee67483bbf",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.984Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-3cbb3ac5229e2201fd3c",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.984Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-b0a2b9fd79ed4344ba18",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.985Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-efcc8816ff83ee02c956",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.985Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-6b7d4bd01fdb71528d93",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.985Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-99e6a85c663bca1a776f",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.986Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-3f17d2282201bccfaa08",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.986Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-457c4f2bc5bed539a6db",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.986Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-12234a2b6a60673a13c1",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.986Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-765ca6e832f0f60bc536",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.987Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-fe472b990fb12576c128",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.987Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-694ef07fd97ed00d7af5",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.987Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-8cb3205d8219f4c53d87",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.987Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-b532c2a7973c39150d99",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:06.987Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-9c3751ab81e544eeb3af",
              "file": "business_users/b7_user.spec.ts",
              "line": 5707,
              "column": 9
            },
            {
              "title": "should be able to answer first question",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 69,
                      "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:40:07.252Z",
                      "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-webkit/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1524/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-webkit/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1525/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "a043ecf80a07d916a422-a1f1c80cfbe91995a9d7",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.536Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-2665c48b9fd2bd873c4d",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.536Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-c0382398147ed3cfbf69",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.537Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-159507a44fa8cf2a850b",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.537Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-0555af419cdbb3e8ce49",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.537Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-78a2dedf1a0562a03e70",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.537Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-2d9b10c693dc1142079a",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.537Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-2894d28905160e358d14",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.538Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-f980b356607acf468516",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.538Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-be6179b15bdaf4692408",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.538Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-44669077c8c75b11ac29",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.538Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-1ff21f045e1f965580ef",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.539Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-a132e8b964f4dc7510b3",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.539Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-58478a9af48fc2c3611a",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.540Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-acb48e2e4ef7bc1adac5",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.540Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-27cb8652f859e42cbc0f",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.540Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-1358c95c0fea07621f01",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.540Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-1da37b7dee789cacfcc7",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.540Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-1fc80a450330fb3e299a",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.540Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-319833acda37cf8e4714",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.540Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-654645268c9aaa3044cf",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.541Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-82a3262234d464a489fe",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.541Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-866ed63a8a168cd00cef",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.541Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-c91155fc55d99ab3bcb4",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.541Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-e60a7da72b88b2eeb5e8",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.541Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-a561d5fb5ff6dad3be0c",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.541Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-c320ca4f7ee1246fc771",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.542Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-82ecd1fb9d9195084b5f",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.542Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-8284fbb78a237428a063",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.542Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-116287e450d20ec25dcf",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.542Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-09607aa8490bc0979f65",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.542Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-f4cd9cf71307a5d43745",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.542Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-b3227e0d570de52d3aec",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.543Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-fa4ebc966acd82560bf9",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.543Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-753a8992ecd5b80b41f4",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.543Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-8af67f5508a76e190d9a",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.543Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-e1124b03899c222a2cd3",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.543Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-b1afa9a722e1927020bd",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.544Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-7c60e57d710220193b4d",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.544Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-eece4c79118af5960a50",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.545Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-426d92df1e0e05382397",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.545Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-e8fea09f9d175ab2331c",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.545Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-0f4af34e010f33e3a5d9",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.545Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-8f1100826e2abdd12792",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.545Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-67e16e2150c8a4e7bff9",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.545Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-ae9288ea14c991ff2a1b",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.546Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-e456ca68c94482d410dc",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.546Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-24f360479b4a38c9ef75",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.546Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-026ec5fc8ee3965c9a73",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.546Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-5e4a71e5fee170e407aa",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.546Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-f37efa338e40f17e4d02",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.547Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-1bcf1ee87cba8fdac04e",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.547Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-fdb7997aa719491932d8",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.547Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-3f95da9753318e037084",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.547Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-52e4c001c28138677e2f",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.547Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-f4710807813622969f77",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.547Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-6e51c702d85e88fadee7",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.547Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-e7db15259abbc1ddee67",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.548Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-9155ff3973cbd7d9e78a",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.548Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-8b2ea29006e974195b0b",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.548Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-9883c02ae5775c909c9a",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.548Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-4d181d89c97b968a05c2",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.548Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-65cab3738c99a5874615",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.548Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-56c114478d9fc990a893",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.549Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-1a71c90db340b65dc179",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.549Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-b11835e7e639111aceed",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.549Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-67b53004000c9480f1ba",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.549Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-6a27140027fc2d51c6e0",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.550Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-b33ada5550f8db0a93c2",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.550Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-3392b49effa249977b18",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.550Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-6bbcd9178f821f200b8d",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.550Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-3835648432d034960bc8",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.550Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-eedc6e01984487238fb7",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.550Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-c231675e4ab4081e9076",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.550Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-04ef0eeb92a53879ad41",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.551Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-86576b7f9ffe139ae270",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.551Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-ca5370da8d098ea7f700",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.551Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-897d7af435dc23c4113e",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.551Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-cb5a8f10bb8ee858be65",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.551Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-fb69db35c052802f45de",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.551Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-2242353edea584c5ac1b",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.552Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-9486cf54ffefd204e145",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.552Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-309186cd63aa7f6b9877",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.552Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-2a8ca491100940530d69",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.552Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-745b15f5523e67b2d64f",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.552Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-c2f02b33ebf627f77fa5",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.552Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-f1f4b274e27a33a6573b",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.552Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-6057a3ee537615727df4",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.553Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-c03f74962545a830f5ec",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.553Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-be4456c7c1d24b03c143",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.553Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-80258a03d7e41b09a0f0",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.553Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-3364d29cecee193aa0fe",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.553Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-4bee6c99ca3abd87b95d",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.554Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-658e4ba3495ecc6e59bf",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.554Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-c53eb20b30624ba59551",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.554Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-616a32d15bd9fb21b6fd",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.555Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-4cf8d4219657e11c0147",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.555Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-34483b2157c7d106ff43",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.555Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-7cbbe36c4382ae6cf535",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.555Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-f1178cb8e2883a5b273a",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.555Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-d713f52cdd65ad13bf94",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.555Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-6f74d43513c0211a3c90",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.556Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-4cdacf039a67f5c30124",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.556Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-7d865831fc139d75cc41",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.556Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-e6db2d70538375e793b4",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.556Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-070efd342f06f69c9dfb",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.556Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-688563837c4c6d8acf11",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.556Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-c2b2f5a018584bc5e64f",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.556Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-c727561f0885297bd362",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.557Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-43e4d7fec1c0c2ef2eb9",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.557Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-86abe833f258605585a7",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.557Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-2c53954b5b710030e260",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.557Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-794f04a835e67dd10a2e",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.557Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-7a93a4fa5ed0e8873039",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.557Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-b660b1f5c51e681dcce8",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.557Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-cd80504fdd8bcd8727d2",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.558Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-1b3cf98f21b9f50edf40",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.558Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-e2c30231f17f7974a4d6",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.558Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-bd04416871cbf95d42ea",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.558Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-2cc4030ed9b8ec74c719",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.559Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-7b901d4004d7730f3ee8",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.559Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-b9aefabb1672c8f813c2",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.559Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-7747749918c9984a6565",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.559Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-dd622a4ce9f223a4e173",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.559Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-eecea69c766bf0747aaf",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.560Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-a061dcff5038fce5a993",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.560Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-d7f10f6b56fb664fa347",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.560Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-7d6aa85081acad991471",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.560Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-78008e7b9ba519a50d85",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.560Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-ef40138c4cc554fb79d4",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.560Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-56f62897bbd6139d88ab",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.560Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-afdf1bc92084e684f58a",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.561Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-00e8ea72bfef5bd79931",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.561Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-2e898a48fff228da0192",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.561Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-35f3d3e70fd8f91442f0",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.561Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-27d4a32b052338e4d788",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.561Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-1c0424ffee59d5d8760d",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.561Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-6edcc9818c118221815d",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.562Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-d8a2b971c464e83e63d4",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.562Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-2271cff29eb21cbe46f8",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.562Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-89542ed10fe4623faf43",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.562Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-34c7f04328629d4cbd96",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.562Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-e095417a3bc1f63fdc08",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.562Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-0473fba9ecb709a7a8f3",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.562Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-fd9356f5fdccfb7c75ae",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.563Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-0eccfbf64b133e1c8e4e",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.563Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-1faaedd79c36ca401f22",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.564Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-ae091d24053b3147d050",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.564Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-ca2a9e28db86ce994942",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.565Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-367de1f7b128a78dd3f4",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.565Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-270f541815d0da73e81d",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:24.565Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "a043ecf80a07d916a422-5bce8ee8cf3af9d385ae",
              "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:31:41.026Z",
                      "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/1526/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/1527/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:31:57.218Z",
                      "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:31:57.218Z",
                      "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:31:57.219Z",
                      "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:31:57.219Z",
                      "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:31:57.220Z",
                      "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:31:57.220Z",
                      "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:31:57.220Z",
                      "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:31:57.221Z",
                      "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:31:57.221Z",
                      "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:31:57.222Z",
                      "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:31:57.223Z",
                      "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:31:57.223Z",
                      "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:31:57.224Z",
                      "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:31:57.224Z",
                      "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:31:57.226Z",
                      "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:31:57.226Z",
                      "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:31:57.227Z",
                      "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:31:57.227Z",
                      "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:31:57.227Z",
                      "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:31:57.228Z",
                      "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:31:57.228Z",
                      "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:31:57.228Z",
                      "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:31:57.229Z",
                      "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:31:57.229Z",
                      "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:31:57.229Z",
                      "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:31:57.230Z",
                      "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:31:57.230Z",
                      "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:31:57.230Z",
                      "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:31:57.230Z",
                      "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:31:57.231Z",
                      "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:31:57.231Z",
                      "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:31:57.231Z",
                      "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:31:57.231Z",
                      "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:31:57.232Z",
                      "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:31:57.232Z",
                      "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:31:57.232Z",
                      "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:31:57.233Z",
                      "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:31:57.234Z",
                      "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:31:57.235Z",
                      "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:31:57.235Z",
                      "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:31:57.235Z",
                      "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:31:57.236Z",
                      "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:31:57.236Z",
                      "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:31:57.236Z",
                      "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:31:57.237Z",
                      "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:31:57.237Z",
                      "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:31:57.237Z",
                      "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:31:57.238Z",
                      "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:31:57.238Z",
                      "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:31:57.238Z",
                      "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:31:57.238Z",
                      "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:31:57.239Z",
                      "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:31:57.239Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-ec2e113d3a4c5c98c56a",
              "file": "business_users/b8_user.spec.ts",
              "line": 2419,
              "column": 9
            },
            {
              "title": "should be able to answer first question",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 54,
                      "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:36:07.855Z",
                      "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-firefox/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1528/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-firefox/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1529/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-2d3a10d39c6dde71a3eb",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.706Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-36a982236d83557a0f61",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.706Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-cc9c8bf34d429c99099e",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.707Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-9333d6812bef08d4b190",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.707Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-539b1a83a180fe2f0d6d",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.707Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-dfac399b349aa6178ad1",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.708Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-d2fa3c6486e605275fa1",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.708Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-6da763d47f1db5f34f52",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.708Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-9e76e26ef4c861d27e99",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.709Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-acc9aba1038605647391",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.709Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-e98cc087b57bf66acd0c",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.709Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-2c5242b6bb7fa2a8bb89",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.709Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-09e18e16b91de95037ea",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.710Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-1f640a56d0728beabdbb",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.711Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-7455bd8c1869b61fccd1",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.711Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-9e17e1ac62265914ba1a",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.711Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-981c71302389156d5f40",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.712Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-f26b3ef8d82f1db0b414",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.712Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-552f2a8d5eb0409a77ee",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.712Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-b3f0a41f5371f9d0a9bc",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.712Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-de47cb0c0b2907895d48",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.713Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-418ffbd9d208d450eb30",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.713Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-3c3836c863a3902c9fa2",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.713Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-329c15ba9799bc2100ee",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.713Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-4ca7171c89f9f740a905",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.714Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-64cee500d17cfbcaee28",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.714Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-91b192f3604c846171b6",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.714Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-de9360a519d97ee080fd",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.714Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-f6b4304ed1a1c72ddf81",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.715Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-7a11200f750bb26853ae",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.715Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-a47b8186c750cb6a8c98",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.715Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-9f576101b00003b70d26",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.715Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-a1adee9ad1e35d84d491",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.715Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-ceab7afd8d10f1075ac4",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.716Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-a7834e49359a5c7dc5e9",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.716Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-02b5b6738b503a489f33",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.716Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-256c0cc3713a0a7f692f",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.716Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-2cd5809d430561a35d91",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.716Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-02d6c5f4c836cc45b96a",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.717Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-bcd129194db97655f05d",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.717Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-383b88c0706d4276e19b",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.718Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-b5fad3db45cf884ac060",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.718Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-c863de276d01f1e328a5",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.718Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-ea7d031bdfba670f0037",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.718Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-8eba482090df73bfe4fc",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.719Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-d781b8efbbf21aa433d8",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.719Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-1566d4e53accc31b4e3c",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.719Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-3a4da24db0583524aac0",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.719Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-752a7dcef3346369f2a4",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.719Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-f10e57af1011768f6ae1",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.720Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-90ddf13b5f7f8fa29a66",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.720Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-b4e25140106b129a6aa4",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.720Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-95ea24f4f9eedbb63055",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:26.720Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-76f9f6bd4ee88e949542",
              "file": "business_users/b8_user.spec.ts",
              "line": 2419,
              "column": 9
            },
            {
              "title": "should be able to answer first question",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 70,
                      "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:40:25.480Z",
                      "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-webkit/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1530/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-webkit/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1531/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-163c5185628441c1c662",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.797Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-2002a58a30ef9fdb1e83",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.797Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-89e487868af1cfedb3dc",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.797Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-3ac0ef0bcbf19c1ca17c",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.798Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-c3b6393f79f213529f9e",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.798Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-549664568d68c1c7593e",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.798Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-ff60631a2dcbc7a9b983",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.798Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-988215dc80be2fefddde",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.798Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-7d3a6f483888aa27f64a",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.798Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-9dd89b01abd5511abe22",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.799Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-31169d89f6546efcb716",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.799Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-3bdaa93d531559605fff",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.799Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-e67238baeb6ab870d8ef",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.799Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-f14198d58445873a2599",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.799Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-1c7c70c292d22af54657",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.799Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-069c5bc42dd756c855d7",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.799Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-7333c2b2f585417cdedd",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.800Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-f4544afc69da997fb32d",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.800Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-5a907a5c2cb004598a9f",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.800Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-ffab80355b2e1df85f22",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.800Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-7ec1b96934dc7c2f75b0",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.800Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-55584fe7607367406cd5",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.800Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-bd078a751a1646890cad",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.801Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-7fae66a4524d592ba033",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.802Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-d101eae8d03c50ab6055",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.802Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-3690984cbdce9cf01e16",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.802Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-b8970c913820c0141e86",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.802Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-d8e80d27daadebeeaf67",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.802Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-7482b23656ea84dc6043",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.803Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-784612df4daef7571b6b",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.803Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-8c36535a85a0088fed6c",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.803Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-b0ed0abf538f6196ff9f",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.803Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-e90b6bd0e22f7b70bbd3",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.803Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-a6f6d98719856c27fcfb",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.804Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-8e863b91c0335eb5770d",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.804Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-9e0dfc4be8ab9924ad6a",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.804Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-104d4351492f42d4ab46",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.804Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-5b34ce564e611898a41c",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.804Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-910a9dc9eb3c0c6981d2",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.805Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-42b9e67020864561c161",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.805Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-a157f4156b30640a6f53",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.805Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-c4a9b8965f4c4ddc17a1",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.805Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-b3ec930a175f078679e8",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.805Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-7238eb09678ddda37dac",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.805Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-a639fec59177a4e452e6",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.806Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-6be027500570773ea6af",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.806Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-df9f7bebc321c650bf24",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.806Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-b9df9499d3d224383381",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.806Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-3849ff573331a19ed3d5",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.806Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-b0940457c63488f49c0b",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.806Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-9fed2891dbed576a51a3",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.807Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-17ab731554986ffd5751",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.807Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-7f890a1c0cc8d2082822",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:40:42.807Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "536b4f6bd96b5ba33cdc-055c9e180b3d5fcefa87",
              "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:31:58.213Z",
                      "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/1532/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/1533/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:32:14.499Z",
                      "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:32:14.500Z",
                      "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:32:14.501Z",
                      "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:32:14.501Z",
                      "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:32:14.502Z",
                      "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:32:14.503Z",
                      "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:32:14.503Z",
                      "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:32:14.504Z",
                      "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:32:14.504Z",
                      "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:32:14.505Z",
                      "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:32:14.507Z",
                      "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:32:14.507Z",
                      "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:32:14.508Z",
                      "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:32:14.508Z",
                      "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:32:14.509Z",
                      "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:32:14.509Z",
                      "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:32:14.510Z",
                      "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:32:14.510Z",
                      "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:32:14.511Z",
                      "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:32:14.511Z",
                      "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:32:14.512Z",
                      "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:32:14.512Z",
                      "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:32:14.513Z",
                      "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:32:14.513Z",
                      "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:32:14.513Z",
                      "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:32:14.514Z",
                      "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:32:14.514Z",
                      "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:32:14.514Z",
                      "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:32:14.515Z",
                      "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:32:14.515Z",
                      "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:32:14.515Z",
                      "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:32:14.516Z",
                      "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:32:14.516Z",
                      "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:32:14.516Z",
                      "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:32:14.518Z",
                      "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:32:14.518Z",
                      "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:32:14.519Z",
                      "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:32:14.519Z",
                      "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:32:14.519Z",
                      "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:32:14.520Z",
                      "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:32:14.520Z",
                      "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:32:14.521Z",
                      "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:32:14.521Z",
                      "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:32:14.521Z",
                      "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:32:14.522Z",
                      "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:32:14.522Z",
                      "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:32:14.524Z",
                      "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:32:14.526Z",
                      "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:32:14.527Z",
                      "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:32:14.527Z",
                      "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:32:14.528Z",
                      "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:32:14.528Z",
                      "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:32:14.528Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-5f6333177ba7d84ae5e8",
              "file": "business_users/b9_user.spec.ts",
              "line": 2419,
              "column": 9
            },
            {
              "title": "should be able to answer first question",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 55,
                      "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:36:27.655Z",
                      "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-firefox/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1534/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-firefox/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1535/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-2266a22cb7d44e6150a8",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.551Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-738da22a582708a90c93",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.552Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-0ddf71a94d0b9f15ece9",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.553Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-076a868fe6a8b3bfe7e4",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.553Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-d7bebe1e346ccb62f58c",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.553Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-544586aa24b151782124",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.554Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-b42bf9eb19a958a8655c",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.554Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-0065cd6b6df7438ed6eb",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.554Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-e22e797eaf811de2fd1c",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.555Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-b9d4f015c329fbc5e3f1",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.555Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-1bfddff7d8f32799167d",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.555Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-53d27a4b4e645e6a8d11",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.555Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-013934f6106dc5f9ea76",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.556Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-30d34a6161a052ad37dc",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.557Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-92e4be3b0b5e83a0cd63",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.557Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-11ff1d015befeaf87d87",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.558Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-a0b57d486df77f329c85",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.558Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-899680735b13b3bb5f16",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.558Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-2468a7ab8a0e0c419faf",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.559Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-a17ffcb98ea4643a65d7",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.559Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-da3faac512f281623b56",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.560Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-b8fb442f9b83934dc2ef",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.560Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-56fda5605809604f2622",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.560Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-194edadfd42bd2741e27",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.561Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-eea66cc45099d626e563",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.561Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-bbb01821423a7cb74b1d",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.561Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-37aa963b51967b8901be",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.562Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-a22d76c5be94aa8e025b",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.563Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-4029a8434a1448695139",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.563Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-4d8f35aa953822ecf563",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.564Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-46125686fd6d739807b0",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.564Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-75f1740b5832ec937982",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.564Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-c991eeb4f2f03e4cf405",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.564Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-42e01a31b2a09581c800",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.565Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-1f93ef5efd2f6d0f9430",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.565Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-a19c2ae43b9cceaca116",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.565Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-8dba1729e4397e87171b",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.565Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-27c1194bbe5b2a4e88a1",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.566Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-aa0018a0ee0052d683f4",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.566Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-2ef6b17eb9b3f34d37c6",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.567Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-5f0ffcd61eeea1f3f1e6",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.568Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-d25dac6b6f5ea587eee2",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.568Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-ced3812a59de68d78a65",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.568Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-c3285274b3d4cf058216",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.569Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-d223ba528dbd82e91b17",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.569Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-b969cf4a312882377b86",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.570Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-967b03cd31dc726e8402",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.570Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-d3dd3e072255b3fa149a",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.570Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-501a47b012226664ce00",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.570Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-6072d8ff7329e2892486",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.571Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-92831ca20a9cd54ac6be",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.571Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-e6c1c96b4ff52cca7503",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.571Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-83dedbeb6fd36f3e9b8f",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:36:46.571Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-aacbf3a40143e87c9d81",
              "file": "business_users/b9_user.spec.ts",
              "line": 2419,
              "column": 9
            },
            {
              "title": "should be able to answer first question",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 71,
                      "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:40:43.678Z",
                      "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-webkit/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1536/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-webkit/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1537/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-179ee9071c7e730c1780",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.821Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-91f1d2330dd3c1691f0a",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.821Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-ab7cc997bcee91e4f05d",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.821Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-083827fcf3f34147264f",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.822Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-b20bc57ba96637bd7f1e",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.823Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-0d39f04f7ac8f348e3e4",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.823Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-3af0b64a32e88e501c63",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.823Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-e4aaf9230da3774fa230",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.823Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-4beffd55afec093b9674",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.823Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-5cc3a59d829ea2c0f274",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.823Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-68b4650cac02185c0ef9",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.824Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-6673aacdccaaafcc6ce7",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.824Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-fd9201d5f0d350adbc0a",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.824Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-541d169d04e55a6754ab",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.824Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-fda3cb8bb8abfe127afc",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.824Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-d0f8b6c04c1780dd1502",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.824Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-e5139ced56f0dd36026a",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.824Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-73d4795aae47e025d1ed",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.825Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-26056e0624d19f16d4bb",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.825Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-7e2bdbb452ee3297fc95",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.825Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-92a0d11aebdd890a63b1",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.825Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-d66f19538183bcd36c6c",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.825Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-bad5163216d4cbbe5af5",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.825Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-edee02ea5a523698932f",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.825Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-ad0abcd72180033089e3",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.826Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-6e4cdb62f738212ff516",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.826Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-762314f63225eaad9cb5",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.826Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-335ffbaa275e88c3430e",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.826Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-54d0734dc69eb0c175fd",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.826Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-3adf5009ee017d9a5d49",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.826Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-ea8440fd6cf57f704686",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.826Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-d13a4ef6fad62829d1b3",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.827Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-7ccb6e5fe94925d1b2ee",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.827Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-b4fca04dff3e66c9e458",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.828Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-7db6891ea9b3914e7279",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.828Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-d8bf4872f77f88f76fe8",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.828Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-5c51c4f99c7e8f5aa124",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.828Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-3b705bd9a6e97ab8099b",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.828Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-d16f6ddaa2434175916a",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.828Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-725712fa8dedf29736df",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.829Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-cbe1808f3c82c8b5a2a4",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.829Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-1e474189339714fb77df",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.829Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-b0f7e5e09bee0d41c901",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.829Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-a9929f718a7b33be3804",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.829Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-c0e86253ee09fdebcbf8",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.829Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-327b727e4488bc92d234",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.830Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-67399a093431587efedf",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.830Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-2d407123c7f05f6a525f",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.830Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-cf0cda4c1f5187b4f17c",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.830Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-0c767ed1b55ab2fd2685",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.830Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-14610aa11f59f108019b",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.830Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-a1ae5ecc71c341f77a02",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.830Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-e97e0cbbb0f8a77ac4de",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:00.831Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "28889d4c5cc96dcde2c7-6df9c8ccb866ab10c391",
              "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": 16088,
                      "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:32:15.402Z",
                      "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/1538/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/1539/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:32:31.794Z",
                      "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:32:31.794Z",
                      "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:32:31.795Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "b07f93d79a602100f737-84dc27fc016efa92549f",
              "file": "business_users/general_business_user.spec.ts",
              "line": 355,
              "column": 9
            },
            {
              "title": "should fund wallet with 100 DAAC",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 56,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 17263,
                      "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:36:47.470Z",
                      "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-firefox/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1540/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-firefox/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1541/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "b07f93d79a602100f737-fa6dc17796242d728dcc",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:06.432Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "b07f93d79a602100f737-12618007c8fa075eaa24",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:06.433Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "b07f93d79a602100f737-4ccdf7cca1e128ed6686",
              "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": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:37:06.433Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "b07f93d79a602100f737-5bce87b2b9fe90150d62",
              "file": "business_users/general_business_user.spec.ts",
              "line": 355,
              "column": 9
            },
            {
              "title": "should fund wallet with 100 DAAC",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 480000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 72,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 16981,
                      "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:41:01.679Z",
                      "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-webkit/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1542/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-webkit/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1543/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "b07f93d79a602100f737-aa82b4fbc98847ed05e2",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:18.964Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "b07f93d79a602100f737-24d436cfaf6c0804cb61",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:18.965Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "b07f93d79a602100f737-b87469a3c29ecd5dee2b",
              "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": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-06-18T04:41:18.965Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "b07f93d79a602100f737-b5e36c3386824ed3ada6",
              "file": "business_users/general_business_user.spec.ts",
              "line": 355,
              "column": 9
            }
          ]
        }
      ]
    }
  ],
  "errors": [],
  "stats": {
    "startTime": "2026-06-18T04:21:50.184Z",
    "duration": 1168801.497,
    "expected": 0,
    "skipped": 1493,
    "unexpected": 73,
    "flaky": 0
  }
}