mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Switch schema preview feature flag to multivariant (no-changelog) (#13983)
This commit is contained in:
@@ -484,7 +484,7 @@ describe('VirtualSchema.vue', () => {
|
||||
const trackSpy = vi.spyOn(telemetry, 'track');
|
||||
const posthogStore = usePostHog();
|
||||
|
||||
vi.spyOn(posthogStore, 'isFeatureEnabled').mockReturnValue(true);
|
||||
vi.spyOn(posthogStore, 'isVariantEnabled').mockReturnValue(true);
|
||||
const schemaPreviewStore = useSchemaPreviewStore();
|
||||
vi.spyOn(schemaPreviewStore, 'getSchemaPreview').mockResolvedValue(
|
||||
createResultOk({
|
||||
@@ -562,7 +562,7 @@ describe('VirtualSchema.vue', () => {
|
||||
data: [],
|
||||
});
|
||||
const posthogStore = usePostHog();
|
||||
vi.spyOn(posthogStore, 'isFeatureEnabled').mockReturnValue(true);
|
||||
vi.spyOn(posthogStore, 'isVariantEnabled').mockReturnValue(true);
|
||||
const schemaPreviewStore = useSchemaPreviewStore();
|
||||
vi.spyOn(schemaPreviewStore, 'getSchemaPreview').mockResolvedValue(
|
||||
createResultOk({
|
||||
|
||||
Reference in New Issue
Block a user