Skip to content

Commit

Permalink
add a check to ensure val changes when changing prop type
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Dec 3, 2024
1 parent baaf27d commit 30abe04
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 @@ -149,6 +149,8 @@ test.describe("Flow creation, publish and preview", () => {
});

await clickContinue({ page });
await expect(page.getByText("Commercial")).toBeVisible();

await clickContinue({ page });

await expect(
Expand Down

0 comments on commit 30abe04

Please sign in to comment.