mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-20 11:22:55 -05:00
fixes surveys package build
This commit is contained in:
@@ -956,7 +956,7 @@ describe("Survey Logic", () => {
|
||||
{
|
||||
id: "condition1",
|
||||
operator: "isClicked",
|
||||
leftOperand: { type: "question", value: "ctaQuestion" },
|
||||
leftOperand: { type: "element", value: "ctaQuestion" },
|
||||
},
|
||||
],
|
||||
};
|
||||
@@ -980,7 +980,7 @@ describe("Survey Logic", () => {
|
||||
{
|
||||
id: "condition2",
|
||||
operator: "isNotClicked",
|
||||
leftOperand: { type: "question", value: "ctaQuestion" },
|
||||
leftOperand: { type: "element", value: "ctaQuestion" },
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user