test: fix data-testid attribute names and update E2E test URLs to port 8917
This commit is contained in:
@@ -4,7 +4,7 @@ import * as assertions from '../utils/assertions';
|
||||
import { LDAP_USERS, LOCAL_USERS } from '../fixtures/test-data';
|
||||
|
||||
test.describe('Login Workflow', () => {
|
||||
const BASE_URL = process.env.BASE_URL || 'http://localhost:3000';
|
||||
const BASE_URL = process.env.BASE_URL || 'http://localhost:8917';
|
||||
|
||||
test.beforeEach(async ({ page }) => {
|
||||
// Navigate to login page
|
||||
|
||||
Reference in New Issue
Block a user