build(deps-dev): bump @typescript-eslint/parser from 8.15.0 to 8.16.0 #663
GitHub Actions / JUnit Test Report
failed
Nov 26, 2024 in 0s
13 tests run, 9 passed, 3 skipped, 1 failed.
Annotations
Check failure on line 171 in ts
github-actions / JUnit Test Report
ts.AI Lab extension installation and verification › AI Recipe installation › Install Summarizer example app
ai-lab-extension.spec.ts:162:7 Install Summarizer example app
Raw output
[chromium] › src\ai-lab-extension.spec.ts:162:7 › AI Lab extension installation and verification › AI Recipe installation › Install Summarizer 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 Summarizer recipe Checking out repository Model instructlab/granite-7b-lab-GGUF already present on disk Starting Inference server Loading configuration Building streamlit-summary-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 Summarizer recipe Checking out repository Model instructlab/granite-7b-lab-GGUF already present on disk Starting Inference server Loading configuration Building streamlit-summary-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:166:9
Error: expect(received).toBeTruthy()
Received: false
Call Log:
- Timeout 10000ms exceeded while waiting on the predicate
191 | const aiRunningAppsPage = await aiLabPage.navigationBar.openRunningApps();
192 | await aiRunningAppsPage.waitForLoad();
> 193 | await playExpect.poll(async () => await aiRunningAppsPage.appExists(appName), { timeout: 10_000 }).toBeTruthy();
| ^
194 | await playExpect
195 | .poll(async () => await aiRunningAppsPage.getCurrentStatusForApp(appName), { timeout: 60_000 })
196 | .toBe('RUNNING');
at stopAndDeleteApp (C:\Users\rhqp\pd-e2e\podman-desktop-extension-ai-lab\tests\playwright\src\ai-lab-extension.spec.ts:193:3)
at C:\Users\rhqp\pd-e2e\podman-desktop-extension-ai-lab\tests\playwright\src\ai-lab-extension.spec.ts:171:9
Loading