add Asile

This commit is contained in:
ramkumarp
2025-04-10 11:15:23 +00:00
parent f6338bba43
commit e781643183
20 changed files with 1011 additions and 90 deletions

View File

@@ -7,7 +7,7 @@ test('Login page', async ({ page }) => {
await page.getByText('Register here!').click();
await page.waitForTimeout(3000);
await page.getByPlaceholder('Username').fill('RamkumarP');
await page.getByPlaceholder('Email').fill('ramkumar1234567@testing.local');
await page.getByPlaceholder('Email').fill('ramkumar12@tester.local');
await page.getByPlaceholder('Password').fill('12345678');
await page.locator('input[type="checkbox"]').first().check(); // Checks the first checkbox
await page.waitForTimeout(3000);
@@ -16,8 +16,8 @@ test('Login page', async ({ page }) => {
await page.getByRole('button', { name: 'Continue', exact: true }).click();
await page.waitForTimeout(10000);
await page.goto('http://185.100.212.76:8200/project');
await page.waitForTimeout(10000);
// await page.goto('http://185.100.212.76:8200/project');
// await page.waitForTimeout(10000);