Skip to content

build(deps-dev): bump svelte from 5.2.10 to 5.2.11 #1241

build(deps-dev): bump svelte from 5.2.10 to 5.2.11

build(deps-dev): bump svelte from 5.2.10 to 5.2.11 #1241

GitHub Actions / JUnit Test Report failed Dec 1, 2024 in 0s

16 tests run, 10 passed, 5 skipped, 1 failed.

Annotations

Check failure on line 217 in ts

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

ts.AI Lab extension installation and verification › AI Recipe installation › Install Audio to Text example app

ai-lab-extension.spec.ts:208:7 Install Audio to Text example app
Raw output
[chromium] › src\ai-lab-extension.spec.ts:208:7 › AI Lab extension installation and verification › AI Recipe installation › Install Audio to Text example app @smoke 

    Error: Timed out 60000ms waiting for expect(locator).toContainText(expected)

    Locator: getByRole('status')
    Expected string: "AI App is running"
    Received string: " Pulling Audio to Text recipe    Checking out repository    Model ggerganov/whisper.cpp already present on disk    Starting Inference server    Loading configuration    Building whispercpp-app   "
    Call log:
      - expect.toContainText with timeout 60000ms
      - waiting for getByRole('status')
        62 × locator resolved to <div role="status" class="mx-5 mt-5">…</div>
           - unexpected value " Pulling Audio to Text recipe    Checking out repository    Model ggerganov/whisper.cpp already present on disk    Starting Inference server    Loading configuration    Building whispercpp-app   "


       at src\model\ai-lab-start-recipe-page.ts:83

      81 |       await this.refreshStartRecipeUI(this.page, this.webview, appName);
      82 |     }
    > 83 |     await playExpect(this.recipeStatus).toContainText('AI App is running', { timeout: 60_000 });
         |                                         ^
      84 |   }
      85 |
      86 |   async getModelDownloadProgress(): Promise<number> {
        at AILabStartRecipePage.startRecipe (C:\Users\rhqp\pd-e2e\podman-desktop-extension-ai-lab\tests\playwright\src\model\ai-lab-start-recipe-page.ts:83:41)
        at AILabAppDetailsPage.startNewDeployment (C:\Users\rhqp\pd-e2e\podman-desktop-extension-ai-lab\tests\playwright\src\model\ai-lab-app-details-page.ts:47:5)
        at C:\Users\rhqp\pd-e2e\podman-desktop-extension-ai-lab\tests\playwright\src\ai-lab-extension.spec.ts:212:9

    Error: expect(received).toBeTruthy()

    Received: false

    Call Log:
    - Timeout 10000ms exceeded while waiting on the predicate

      237 |   const aiRunningAppsPage = await aiLabPage.navigationBar.openRunningApps();
      238 |   await aiRunningAppsPage.waitForLoad();
    > 239 |   await playExpect.poll(async () => await aiRunningAppsPage.appExists(appName), { timeout: 10_000 }).toBeTruthy();
          |   ^
      240 |   await playExpect
      241 |     .poll(async () => await aiRunningAppsPage.getCurrentStatusForApp(appName), { timeout: 60_000 })
      242 |     .toBe('RUNNING');
        at stopAndDeleteApp (C:\Users\rhqp\pd-e2e\podman-desktop-extension-ai-lab\tests\playwright\src\ai-lab-extension.spec.ts:239:3)
        at C:\Users\rhqp\pd-e2e\podman-desktop-extension-ai-lab\tests\playwright\src\ai-lab-extension.spec.ts:217:9