Updated Script 17/5/25

This commit is contained in:
2025-05-17 11:00:18 +00:00
parent 609fc55ebe
commit 7d327711a6
137 changed files with 22806 additions and 754 deletions

View File

@@ -172,7 +172,7 @@ async function loginAndSetup(page) {
await page.goto('http://185.100.212.76:8200');
// Log in
await page.getByPlaceholder('Email').fill('ramkumar@testdomin.local');
await page.getByPlaceholder('Email').fill('ramkumar@tester.local');
await page.getByPlaceholder('Password').fill('123456');
await page.getByRole('button', { name: 'Continue', exact: true }).click();