From dd95fa10d075671e783726b02af259164b79bf0b Mon Sep 17 00:00:00 2001 From: Tibor Dancs Date: Thu, 29 Aug 2024 12:00:43 +0200 Subject: [PATCH] chore(test): testing with debug build of AI Lab Signed-off-by: Tibor Dancs --- tests/playwright/src/ai-lab-extension.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playwright/src/ai-lab-extension.spec.ts b/tests/playwright/src/ai-lab-extension.spec.ts index c16ceeb21..f69834958 100644 --- a/tests/playwright/src/ai-lab-extension.spec.ts +++ b/tests/playwright/src/ai-lab-extension.spec.ts @@ -32,7 +32,7 @@ import type { AILabAppDetailsPage } from './model/ai-lab-app-details-page'; import * as os from 'node:os'; const AI_LAB_EXTENSION_OCI_IMAGE: string = - process.env.AI_LAB_OCI ?? 'ghcr.io/containers/podman-desktop-extension-ai-lab:nightly'; + process.env.AI_LAB_OCI ?? 'quay.io/rh-ee-astefani/demo-ai-lab:debug-wsl-upload-disabled-1725025190'; const AI_LAB_CATALOG_EXTENSION_LABEL: string = 'redhat.ai-lab'; const AI_LAB_NAVBAR_EXTENSION_LABEL: string = 'AI Lab'; const AI_LAB_PAGE_BODY_LABEL: string = 'Webview AI Lab';