diff --git a/app/gateway-frontend/e2e/hwe-lifecycle.spec.ts b/app/gateway-frontend/e2e/hwe-lifecycle.spec.ts index 2369a70..db47c32 100644 --- a/app/gateway-frontend/e2e/hwe-lifecycle.spec.ts +++ b/app/gateway-frontend/e2e/hwe-lifecycle.spec.ts @@ -23,7 +23,7 @@ const login = async (page: Page, username: string, password: string): Promise page.locator('tbody tr').filter({ hasText: '훼섭' }); +const hweRow = (page: Page) => page.locator('tbody tr').filter({ hasText: /^hwe섭/ }); const enterHwe = async (page: Page): Promise => { const row = hweRow(page);