Skip to content

Commit

Permalink
initial expects for area and uplaod file button
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Dec 3, 2024
1 parent 7327f85 commit 6251e38
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions e2e/tests/ui-driven/src/create-flow-with-geospatial.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,12 @@ test.describe("Flow creation, publish and preview", () => {
).toBeVisible();
await clickContinue({ page });

await expect(page.getByRole('heading', { name: 'Confirm your location plan' })).toBeVisible();

await expect(page.getByRole('heading', { name: 'Confirm your location plan' })).toBeVisible()

await expect(page.getByTestId('upload-file-button')).toBeVisible()
await expect(page.getByText("490.37")).toBeVisible()

// TODO: answer uploadAndLabel
// TODO: answerPropertyInfo, answerDrawBoundary, answerPlanningConstraints
// TODO: answerPropertyInfo, answerPlanningConstraints
});
});

0 comments on commit 6251e38

Please sign in to comment.