Use stable HWE row selector

This commit is contained in:
2026-07-25 13:56:59 +00:00
parent e6cedf3b37
commit a3f657e77f
@@ -23,7 +23,7 @@ const login = async (page: Page, username: string, password: string): Promise<vo
await expect(page).toHaveURL(/\/gateway\/lobby$/);
};
const hweRow = (page: Page) => page.locator('tbody tr').filter({ hasText: '훼섭' });
const hweRow = (page: Page) => page.locator('tbody tr').filter({ hasText: /^hwe섭/ });
const enterHwe = async (page: Page): Promise<void> => {
const row = hweRow(page);