This commit is contained in:
@@ -2,8 +2,8 @@ import { expect, test } from '@playwright/test';
|
||||
import { captureEvidence } from './helpers/evidence';
|
||||
|
||||
const baseUrl = 'https://www.taxbaik.com/taxbaik';
|
||||
const username = 'test_admin';
|
||||
const password = 'admin123';
|
||||
const username = 'admin';
|
||||
const password = 'Admin123!@#456';
|
||||
|
||||
test('Blog Management Full Flow - Real Domain Validation', async ({ page }) => {
|
||||
// 콘솔 로그 & 에러 캡처
|
||||
|
||||
Reference in New Issue
Block a user