Skip to content

Commit b97d726

Browse files
fix:test case fixed
1 parent d9a202c commit b97d726

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/visualBuilder/utils/__test__/isFieldDisabled.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ describe("isFieldDisabled", () => {
123123
const result = isFieldDisabled(fieldSchemaMap, eventFieldDetails);
124124
expect(result.isDisabled).toBe(true);
125125
expect(result.reason).toBe(
126-
"To edit an experience, click the Audience widget and select the Edit icon."
126+
"To edit an experience, open the Audience widget and click the Edit icon."
127127
);
128128
});
129129

0 commit comments

Comments
 (0)