Skip to content

Commit

Permalink
fix cicd variable in ui.
Browse files Browse the repository at this point in the history
Signed-off-by: theresa <[email protected]>
  • Loading branch information
ichbinblau committed Nov 14, 2024
1 parent 31f32e8 commit cbc875c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GraphRAG/ui/svelte/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default defineConfig({
/* Maximum time each action such as `click()` can take. Defaults to 0 (no limit). */
actionTimeout: 0,
/* Base URL to use in actions like `await page.goto('/')`. */
baseURL: "http://10.7.4.57:80",
baseURL: "http://localhost:80", // change it back to localhost

/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: "on-first-retry",
Expand Down

0 comments on commit cbc875c

Please sign in to comment.