Refine admin login flow and verification harness
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m21s
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m21s
This commit is contained in:
@@ -3,8 +3,8 @@ import { loginThroughAdminUi } from './helpers/admin-auth';
|
||||
|
||||
// 테스트 계정 (실 admin 계정과 분리)
|
||||
const TEST_USERNAME = process.env.E2E_ADMIN_USERNAME || 'test_admin';
|
||||
const TEST_PASSWORD = process.env.E2E_ADMIN_PASSWORD || 'TestAdmin@123456';
|
||||
const baseUrl = (process.env.E2E_BASE_URL ?? 'http://178.104.200.7/taxbaik').replace(/\/$/, '');
|
||||
const TEST_PASSWORD = process.env.E2E_ADMIN_PASSWORD || 'admin123';
|
||||
const baseUrl = (process.env.E2E_BASE_URL ?? 'https://www.taxbaik.com/taxbaik').replace(/\/$/, '');
|
||||
|
||||
test.describe('admin responsive design (test_admin account)', () => {
|
||||
const deviceTests = [
|
||||
|
||||
Reference in New Issue
Block a user