Skip to content

Commit

Permalink
add checks up to the first constraint displaying for listed building
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Dec 10, 2024
1 parent ac01a52 commit 3e7b2e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/tests/ui-driven/src/create-flow-with-geospatial.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ test.describe("Flow creation, publish and preview", () => {
),
).toBeVisible();

await expect(page.getByRole('button', { name: 'is, or is within, a Listed' })).toBeVisible()

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

0 comments on commit 3e7b2e7

Please sign in to comment.