mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-19 19:21:15 -05:00
fix: add projectId to ActionClass mock in js-core widget test
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -62,6 +62,7 @@ export const mockSurvey: TEnvironmentStateSurvey = {
|
||||
createdAt: new Date("2025-01-01T10:00:00Z"),
|
||||
updatedAt: new Date("2025-01-01T10:00:00Z"),
|
||||
environmentId: mockEnvironmentId,
|
||||
projectId: null,
|
||||
description: "Manual Trigger",
|
||||
noCodeConfig: {
|
||||
elementSelector: { cssSelector: ".btn", innerHtml: "Click me" },
|
||||
|
||||
Reference in New Issue
Block a user