From a3f657e77f6d7ddf74905e32e45dff575486717d Mon Sep 17 00:00:00 2001 From: hided62 Date: Sat, 25 Jul 2026 13:56:59 +0000 Subject: [PATCH] Use stable HWE row selector --- app/gateway-frontend/e2e/hwe-lifecycle.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);