Add emoji for exact text match

This commit is contained in:
yuneng-jiang 2025-11-26 17:09:07 -08:00
parent 67f9c6cc08
commit f0e5921bbd

View File

@ -12,7 +12,9 @@ test.describe("User Info View", () => {
page,
}) => {
// Wait for loading state to disappear
await page.waitForSelector('text="Loading users..."', { state: "hidden" });
await page.waitForSelector('text="🚅 Loading users..."', {
state: "hidden",
});
// Wait for users table to load
await page.waitForSelector("table");