Skip to content

Commit

Permalink
fix: playwright (#4935)
Browse files Browse the repository at this point in the history
* fix: playwright

* fix name

* WIP
  • Loading branch information
mikeldking authored Oct 9, 2024
1 parent 506f412 commit 199d0eb
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 22 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"@emotion/react": "^11.11.4",
"@playwright/test": "^1.47.0",
"@playwright/test": "^1.48.0",
"@types/d3-format": "^3.0.4",
"@types/d3-scale-chromatic": "^3.0.3",
"@types/d3-time-format": "^4.0.3",
Expand Down
82 changes: 62 additions & 20 deletions app/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ test("admin can create system api key", async ({ page }) => {
await page.getByRole("button", { name: "Create Key" }).click();

await expect(
page.getByRole("heading", { name: "New API Key Created dismiss" })
page.getByRole("heading", { name: "New API Key Created" })
).toBeVisible();
});

0 comments on commit 199d0eb

Please sign in to comment.