Skip to content

Commit

Permalink
e2e fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-gordon committed Aug 8, 2024
1 parent 0a63208 commit dbf5ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/e2e/pro.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ test("Rename Chart", async () => {
await page.getByTestId("rename-button").click();
await page.getByRole("textbox").fill("to publish");
await page.getByRole("button", { name: "Rename" }).click();
await expect(page.getByLabel("Rename")).toHaveText("to publish");
await expect(page.getByTestId("rename-button")).toHaveText("to publish");
});

test("Publish Chart & Clone from Public", async () => {
Expand Down

0 comments on commit dbf5ad0

Please sign in to comment.