docs: standardize AgendaMax demo access

This commit is contained in:
AgendaPro Dev
2026-07-27 11:36:42 -06:00
parent 0e6195ce23
commit 6355d18a07
10 changed files with 26 additions and 26 deletions
+2 -2
View File
@@ -43,9 +43,9 @@ async function login(browser, viewport, role) {
await page.waitForTimeout(400);
const email =
role === "admin"
? "admin@agendapro.demo"
? "admin@agendamax.demo"
: role === "owner"
? "owner@agendapro.demo"
? "owner@agendamax.demo"
: "[email protected]";
// Fill the login form
await page.fill('input[type="email"]', email);