diff --git a/e2e/utils/functions/testBase.ts b/e2e/utils/functions/testBase.ts index cd9431f4..27cf7503 100644 --- a/e2e/utils/functions/testBase.ts +++ b/e2e/utils/functions/testBase.ts @@ -597,7 +597,7 @@ export class HomePage { await expect(this.page.getByRole('button', { name: 'Search Patient' })).toBeEnabled(); await expect(this.page.getByRole('button', { name: 'Add Patient' })).toBeEnabled(); await expect(this.page.getByRole('button', { name: 'Implementer Tools' })).toBeEnabled(); - await expect(this.page.getByRole('button', { name: 'User' })).toBeEnabled(); + await expect(this.page.getByRole('button', { name: 'My Account' })).toBeEnabled(); await expect(this.page.getByRole('button', { name: 'App Menu' })).toBeEnabled(); } diff --git a/package.json b/package.json index 7bf1fbcb..72fc9260 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "author": "", "license": "ISC", "devDependencies": { - "@playwright/test": "^1.40.0", + "@playwright/test": "^1.42.1", "@types/node": "^20.8.10", "@types/react": "^18.2.22", "@types/react-dom": "^18.2.7",