Fixed some tests

This commit is contained in:
AG
2025-11-30 19:48:01 +02:00
parent eef65251d7
commit 5e92cc9a7a
6 changed files with 2 additions and 8 deletions

View File

@@ -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)