Call the last create-flow action Publish so it reads as putting a rule on the web, not locking it forever.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
adilallo
2026-09-02 16:27:57 -06:00
co-authored by Cursor
parent db34a1f0df
commit f91ac7a893
16 changed files with 44 additions and 26 deletions
+2 -2
View File
@@ -84,7 +84,7 @@ describe("CompletedScreen", () => {
expect(screen.getByText("Fixture value title")).toBeInTheDocument();
});
it("does not show post-finalize toast without celebrate query", () => {
it("does not show post-publish toast without celebrate query", () => {
render(<CompletedScreen />);
expect(
screen.queryByText(
@@ -98,7 +98,7 @@ describe("CompletedScreen", () => {
).not.toBeInTheDocument();
});
it("shows post-finalize toast in status region when celebrate query is set", () => {
it("shows post-publish toast in status region when celebrate query is set", () => {
mockSearchParams({
[CREATE_FLOW_COMPLETED_CELEBRATE_QUERY]:
CREATE_FLOW_COMPLETED_CELEBRATE_VALUE,