Fixed some tests
This commit is contained in:
@@ -15,7 +15,7 @@ test.describe('V. User & System Management', () => {
|
||||
await page.getByRole('button', { name: 'Profile' }).click();
|
||||
|
||||
// 3. Expand 'Admin Area' and 'Users List'.
|
||||
await page.getByRole('button', { name: 'Users List (1)' }).click(); // The count might vary based on previous tests
|
||||
await page.getByRole('button', { name: /Users List \(\d+\)/ }).click();
|
||||
|
||||
// 4. Locate a non-admin user. (using user1@gymflow.ai from seed)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user