build(deps-dev): bump vite from 6.1.0 to 6.1.1 #1509
GitHub Actions / JUnit Test Report
failed
Feb 20, 2025 in 0s
29 tests run, 21 passed, 7 skipped, 1 failed.
Annotations
Check failure on line 65 in ts
github-actions / JUnit Test Report
ts.AI Lab extension installation and verification › AI Recipe installation › Install ChatBot example app
ai-lab-extension.spec.ts:345:7 Install ChatBot example app
Raw output
[chromium] › src\ai-lab-extension.spec.ts:345:7 › AI Lab extension installation and verification › AI Recipe installation › Install ChatBot example app
Error: Timed out 60000ms waiting for expect(locator).toContainText(expected)
Locator: getByRole('status')
Expected string: "AI App is running"
Received string: " Pulling ChatBot recipe Checking out repository Downloading model bartowski/granite-3.1-8b-instruct-GGUF (100%) Starting Inference server Loading configuration Building streamlit-chat-app "
Call log:
- expect.toContainText with timeout 60000ms
- waiting for getByRole('status')
63 × locator resolved to <div role="status" class="mx-5 mt-5">…</div>
- unexpected value " Pulling ChatBot recipe Checking out repository Downloading model bartowski/granite-3.1-8b-instruct-GGUF (100%) Starting Inference server Loading configuration Building streamlit-chat-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:349:9
Error: expect(received).toBeTruthy()
Received: false
Call Log:
- Timeout 10000ms exceeded while waiting on the predicate
374 | const aiRunningAppsPage = await aiLabPage.navigationBar.openRunningApps();
375 | await aiRunningAppsPage.waitForLoad();
> 376 | await playExpect.poll(async () => await aiRunningAppsPage.appExists(appName), { timeout: 10_000 }).toBeTruthy();
| ^
377 | await playExpect
378 | .poll(async () => await aiRunningAppsPage.getCurrentStatusForApp(appName), { timeout: 60_000 })
379 | .toBe('RUNNING');
at stopAndDeleteApp (C:\Users\rhqp\pd-e2e\podman-desktop-extension-ai-lab\tests\playwright\src\ai-lab-extension.spec.ts:376:3)
at C:\Users\rhqp\pd-e2e\podman-desktop-extension-ai-lab\tests\playwright\src\ai-lab-extension.spec.ts:354:9
"afterAll" hook timeout of 120000ms exceeded.
63 | });
64 |
> 65 | test.afterAll(async ({ runner }) => {
| ^
66 | test.setTimeout(120_000);
67 | await cleanupServiceModels();
68 | await runner.close();
at C:\Users\rhqp\pd-e2e\podman-desktop-extension-ai-lab\tests\playwright\src\ai-lab-extension.spec.ts:65:6
Loading