docs: standardize AgendaMax demo access
This commit is contained in:
+2
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user