Add emoji for exact text match
This commit is contained in:
parent
67f9c6cc08
commit
f0e5921bbd
@ -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");
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user