Skip to content

Commit

Permalink
revert ext portal change
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Dec 3, 2024
1 parent 4273bc7 commit 5982f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/ui-driven/src/create-flow.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ test.describe("Flow creation, publish and preview", () => {
await navigateToService(page, serviceProps.slug);

// Add our ext portal to the middle of the service
await createExternalPortal(page, page.locator("li:nth-child(6)").first());
await createExternalPortal(page, page.locator("li:nth-child(6)"));

await expect(
page.getByRole("link", { name: "E2E/an-external-portal-service" }),
Expand Down

0 comments on commit 5982f52

Please sign in to comment.