Skip to content

Commit

Permalink
Fix chart input E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-gordon committed Jul 22, 2024
1 parent bb66524 commit a96e0dd
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 @@ -132,7 +132,7 @@ test("Create chart from AI", async () => {
test("Create chart from imported data", async () => {
try {
await page.getByRole("link", { name: "New" }).click();
await page.getByRole("button", { name: "Create" }).click();
await page.getByTestId("Create Chart").click();
await page.waitForURL(new RegExp(`${BASE_URL}/u/\\d+`));
await page.getByRole("button", { name: "Import Data" }).click();

Expand Down

0 comments on commit a96e0dd

Please sign in to comment.