Skip to content

Commit

Permalink
Upgraded playwright to 1.42.1 + Renamed 'User' to 'My Account' (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaud authored Mar 8, 2024
1 parent e88bcc6 commit eac7a64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/utils/functions/testBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit eac7a64

Please sign in to comment.