Skip to content

Commit

Permalink
chore(test): testing with debug build of AI Lab
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Dancs <[email protected]>
  • Loading branch information
ScrewTSW committed Sep 2, 2024
1 parent e320c54 commit dd95fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/playwright/src/ai-lab-extension.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit dd95fa1

Please sign in to comment.