Skip to content

Commit 714358a

Browse files
committed
Url issue fixed
1 parent b772ea8 commit 714358a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/playwright-tests/admin/admin.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { test, expect } from '@playwright/test';
22

3-
const QLOAPPS_ADMIN_URL = process.env.ADMIN_BASE_URL || 'http://127.0.0.1/QloApps_play/adminhtl';
3+
const QLOAPPS_ADMIN_URL = process.env.ADMIN_BASE_URL || 'http://127.0.0.1/QloApps/adminhtl';
44

55
test('AdminLogin Page', async ({ page }) => {
66
await page.goto(QLOAPPS_ADMIN_URL);

tests/playwright-tests/website/website.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { test, expect } from '@playwright/test';
22

3-
const QLOAPPS_URL = process.env.WEBSITE_BASE_URL || 'http://127.0.0.1/QloApps_play';
3+
const QLOAPPS_URL = process.env.WEBSITE_BASE_URL || 'http://127.0.0.1/QloApps';
44

55
test('Home Page Check', async ({ page }) => {
66
await page.goto(QLOAPPS_URL);

0 commit comments

Comments
 (0)