Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit 097e3f5

Browse files
Align Dashboard Title renaming
Signed-off-by: Carlos Feria <2582866+carlosthe19916@users.noreply.github.com>
1 parent 9a18856 commit 097e3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/helpers/Auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ export const login = async (page: Page) => {
1313
await page.fill('input[name="password"]:visible', userPassword);
1414
await page.keyboard.press("Enter");
1515

16-
await page.waitForSelector("text=Your Dashboard"); // Ensure login was successful
16+
await page.waitForSelector("text=Dashboard"); // Ensure login was successful
1717
}
1818
};

0 commit comments

Comments
 (0)