build(deps-dev): bump @typescript-eslint/parser from 8.15.0 to 8.16.0 #663
GitHub Actions / JUnit Test Report
failed
Nov 27, 2024 in 0s
16 tests run, 13 passed, 2 skipped, 1 failed.
Annotations
Check failure on line 217 in ts
github-actions / JUnit Test Report
ts.AI Lab extension installation and verification › AI Recipe installation › Install Code Generation example app
ai-lab-extension.spec.ts:208:7 Install Code Generation example app
Raw output
[chromium] › src\ai-lab-extension.spec.ts:208:7 › AI Lab extension installation and verification › AI Recipe installation › Install Code Generation example app @smoke
Error: expect(received).toBeFalsy()
Received: true
Call Log:
- Timeout 60000ms exceeded while waiting on the predicate
246 | .toBe('UNKNOWN');
247 | await aiRunningAppsPage.deleteAIApp(appName);
> 248 | await playExpect.poll(async () => await aiRunningAppsPage.appExists(appName), { timeout: 60_000 }).toBeFalsy();
| ^
249 | }
250 |
251 | async function deleteUnusedImages(navigationBar: NavigationBar): Promise<void> {
at stopAndDeleteApp (C:\Users\rhqp\pd-e2e\podman-desktop-extension-ai-lab\tests\playwright\src\ai-lab-extension.spec.ts:248:3)
at C:\Users\rhqp\pd-e2e\podman-desktop-extension-ai-lab\tests\playwright\src\ai-lab-extension.spec.ts:217:9
Loading