``` { editorType: 'VSCode', osVersion: 'darwin 25.0.0', nodeVersion: 'v22.15.0', coreVersion: '1.0.1891', pnp: '', pnpEsm: '', checksum: 'NWQ2NzFiM2NhYmNlY2Y3NWRhMmE4NTI0ZjE1MDlmMWEsMTc4NzM1NjgwMDAwMCww', config: { trace: true, runAllTestsWhenNoAffectedTests: true, filesWithNoCoverageCalculated: [ 'tmp/**/*', 'vendor/**/*', 'null/fonts/**/*', 'null/img/**/*', 'null/devtools/**/*' ], files: [ { pattern: '**/*.spec.js', ignore: true, trigger: true, load: true, file: true }, { pattern: '**/*.spec.ts', ignore: true, trigger: true, load: true, file: true }, { pattern: 'null/**/*.js', ignore: false, trigger: true, load: true, order: 1 }, { pattern: 'null/**/*.ts', ignore: false, trigger: true, load: true, order: 2 } ], tests: [ { pattern: '**/node_modules/**', ignore: true, trigger: true, load: true, test: true, file: false }, { pattern: '**/dist/**', ignore: true, trigger: true, load: true, test: true, file: false }, { pattern: '**/cypress/**', ignore: true, trigger: true, load: true, test: true, file: false }, { pattern: '**/.{idea,git,cache,output,temp}/**', ignore: true, trigger: true, load: true, test: true, file: false }, { pattern: '**/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build,eslint,prettier}.config.*', ignore: true, trigger: true, load: true, test: true, file: false }, { pattern: 'null/**/*.spec.js', ignore: false, trigger: true, load: true, test: true, order: 3 }, { pattern: 'null/**/*.spec.ts', ignore: false, trigger: true, load: true, test: true, order: 4 } ], diagnostics: { vitest: { file: { config: "import {defineConfig} from 'vitest/config';\n" + '\n' + 'export default defineConfig({\n' + '\ttest: {\n' + "\t\tenvironment: 'jsdom',\n" + "\t\tinclude: ['null/**/*.spec.js', 'null/**/*.spec.ts'],\n" + '\t\tglobals: true,\n' + "\t\tsetupFiles: ['./tests/unit/setup.js'],\n" + '\t\ttestTimeout: 10_000,\n' + '\t\tslowTestThreshold: 2_000,\n' + '\t},\n' + '\tresolve: {\n' + '\t\talias: {\n' + "\t\t\t'@': '/null',\n" + '\t\t},\n' + '\t},\n' + '});\n' }, config: { config: { allowOnly: true, isolate: true, globals: true, environment: 'jsdom', pool: 'forks', clearMocks: false, restoreMocks: false, mockReset: false, unstubGlobals: false, unstubEnvs: false, include: [ 'null/**/*.spec.js', 'null/**/*.spec.ts' ], exclude: [ '**/node_modules/**', '**/dist/**', '**/cypress/**', '**/.{idea,git,cache,output,temp}/**', '**/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build,eslint,prettier}.config.*' ], teardownTimeout: 10000, forceRerunTriggers: [ '**/package.json/**', '**/{vitest,vite}.config.*/**', '/tests/unit/setup.js' ], update: false, reporters: [ [ 'default', {} ] ], silent: false, hideSkippedTests: false, api: { middlewareMode: true, token: '145f31e0-215a-4ceb-b163-27dc9ff6bc71' }, ui: false, uiBase: '/__vitest__/', open: true, css: { include: [], modules: { classNameStrategy: 'stable' } }, coverage: { provider: 'v8', enabled: false, all: true, clean: true, cleanOnRerun: true, reportsDirectory: './coverage', exclude: [ 'coverage/**', 'dist/**', '**/node_modules/**', '**/[.]**', 'packages/*/test?(s)/**', '**/*.d.ts', '**/virtual:*', '**/__x00__*', '**/\x00*', 'cypress/**', 'test?(s)/**', 'test?(-*).?(c|m)[jt]s?(x)', '**/*{.,-}{test,spec,bench,benchmark}?(-d).?(c|m)[jt]s?(x)', '**/__tests__/**', '**/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build,eslint,prettier}.config.*', '**/vitest.{workspace,projects}.[jt]s?(on)', '**/.{eslint,mocha,prettier}rc.{?(c|m)js,yml}', 'tests/unit/setup.js', 'null/**/*.spec.js', 'null/**/*.spec.ts' ], reportOnFailure: false, reporter: [ [ 'text', {} ], [ 'html', {} ], [ 'clover', {} ], [ 'json', {} ] ], extension: [ '.js', '.cjs', '.mjs', '.ts', '.mts', '.tsx', '.jsx', '.vue', '.svelte', '.marko', '.astro' ], allowExternal: false, excludeAfterRemap: false, ignoreEmptyLines: true, processingConcurrency: 12 }, fakeTimers: { loopLimit: 10000, shouldClearNativeTimers: true }, maxConcurrency: 5, dangerouslyIgnoreUnhandledErrors: false, typecheck: { checker: 'tsc', include: [ '**/*.{test,spec}-d.?(c|m)[jt]s?(x)' ], exclude: [ '**/node_modules/**', '**/dist/**', '**/cypress/**', '**/.{idea,git,cache,output,temp}/**', '**/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build,eslint,prettier}.config.*' ], enabled: false }, slowTestThreshold: 2000, disableConsoleIntercept: false, setupFiles: [ '/tests/unit/setup.js' ], testTimeout: 10000, poolOptions: { threads: {}, forks: {} }, config: '/vitest.config.js', defines: {}, root: '', mode: 'test', project: [], provide: {}, name: '', inspector: { enabled: false, waitForDebugger: false }, clearScreen: true, fileParallelism: true, browser: { enabled: false, headless: false, isolate: true, fileParallelism: true, ui: true, screenshotFailures: false, viewport: { width: 414, height: 896 }, locators: { testIdAttribute: 'data-testid' }, api: { port: 63315 } }, expect: {}, deps: { moduleDirectories: [ '/node_modules/' ], optimizer: { ssr: { enabled: true }, web: { enabled: true } }, web: { transformAssets: true, transformCss: true, transformGlobPattern: [] } }, globalSetup: [], server: { deps: { inline: [ {}, {}, {} ], inlineFiles: [ '/tests/unit/setup.js', 'file:///tests/unit/setup.js' ], moduleDirectories: [ '/node_modules/' ], cacheDir: 'node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709' } }, attachmentsDir: '/.vitest-attachments', snapshotOptions: { expand: false, snapshotFormat: {}, updateSnapshot: 'new', snapshotEnvironment: null }, snapshotSerializers: [], poolMatchGlobs: [], cache: { dir: '/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709' }, sequence: { groupOrder: 0, hooks: 'stack' }, environmentMatchGlobs: [], testTransformMode: {}, hookTimeout: 10000 }, projects: [ { path: '', config: { allowOnly: true, isolate: true, globals: true, environment: 'jsdom', pool: 'forks', clearMocks: false, restoreMocks: false, mockReset: false, unstubGlobals: false, unstubEnvs: false, include: [ 'null/**/*.spec.js', 'null/**/*.spec.ts' ], exclude: [ '**/node_modules/**', '**/dist/**', '**/cypress/**', '**/.{idea,git,cache,output,temp}/**', '**/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build,eslint,prettier}.config.*' ], teardownTimeout: 10000, forceRerunTriggers: [ '**/package.json/**', '**/{vitest,vite}.config.*/**', '/tests/unit/setup.js' ], update: false, reporters: [ [ 'default', {} ] ], silent: false, hideSkippedTests: false, api: { middlewareMode: true, token: '145f31e0-215a-4ceb-b163-27dc9ff6bc71' }, ui: false, uiBase: '/__vitest__/', open: true, css: { include: [], modules: { classNameStrategy: 'stable' } }, coverage: { provider: 'v8', enabled: false, all: true, clean: true, cleanOnRerun: true, reportsDirectory: './coverage', exclude: [ 'coverage/**', 'dist/**', '**/node_modules/**', '**/[.]**', 'packages/*/test?(s)/**', '**/*.d.ts', '**/virtual:*', '**/__x00__*', '**/\x00*', 'cypress/**', 'test?(s)/**', 'test?(-*).?(c|m)[jt]s?(x)', '**/*{.,-}{test,spec,bench,benchmark}?(-d).?(c|m)[jt]s?(x)', '**/__tests__/**', '**/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build,eslint,prettier}.config.*', '**/vitest.{workspace,projects}.[jt]s?(on)', '**/.{eslint,mocha,prettier}rc.{?(c|m)js,yml}', 'tests/unit/setup.js', 'null/**/*.spec.js', 'null/**/*.spec.ts' ], reportOnFailure: false, reporter: [ [ 'text', {} ], [ 'html', {} ], [ 'clover', {} ], [ 'json', {} ] ], extension: [ '.js', '.cjs', '.mjs', '.ts', '.mts', '.tsx', '.jsx', '.vue', '.svelte', '.marko', '.astro' ], allowExternal: false, excludeAfterRemap: false, ignoreEmptyLines: true, processingConcurrency: 12 }, fakeTimers: { loopLimit: 10000, shouldClearNativeTimers: true }, maxConcurrency: 5, dangerouslyIgnoreUnhandledErrors: false, typecheck: { checker: 'tsc', include: [ '**/*.{test,spec}-d.?(c|m)[jt]s?(x)' ], exclude: [ '**/node_modules/**', '**/dist/**', '**/cypress/**', '**/.{idea,git,cache,output,temp}/**', '**/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build,eslint,prettier}.config.*' ], enabled: false }, slowTestThreshold: 2000, disableConsoleIntercept: false, setupFiles: [ '/tests/unit/setup.js' ], testTimeout: 10000, poolOptions: { threads: {}, forks: {} }, config: '/vitest.config.js', defines: {}, root: '', mode: 'test', project: [], provide: {}, name: '', inspector: { enabled: false, waitForDebugger: false }, clearScreen: true, fileParallelism: true, browser: { enabled: false, headless: false, isolate: true, fileParallelism: true, ui: true, screenshotFailures: false, viewport: { width: 414, height: 896 }, locators: { testIdAttribute: 'data-testid' }, api: { port: 63315 } }, expect: {}, deps: { moduleDirectories: [ '/node_modules/' ], optimizer: { ssr: { enabled: true }, web: { enabled: true } }, web: { transformAssets: true, transformCss: true, transformGlobPattern: [] } }, globalSetup: [], server: { deps: { inline: [ {}, {}, {} ], inlineFiles: [ '/tests/unit/setup.js', 'file:///tests/unit/setup.js' ], moduleDirectories: [ '/node_modules/' ], cacheDir: 'node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709' } }, attachmentsDir: '/.vitest-attachments', snapshotOptions: { expand: false, snapshotFormat: {}, updateSnapshot: 'new', snapshotEnvironment: null }, snapshotSerializers: [], poolMatchGlobs: [], cache: { dir: '/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709' }, sequence: { groupOrder: 0, hooks: 'stack' }, environmentMatchGlobs: [], testTransformMode: {}, hookTimeout: 10000 } } ], package: { version: '3.2.4', urls: { hooks: 'file:///.vscode/extensions/wallabyjs.wallaby-vscode-1.0.470/wallabyc26bea/runners/node/hooks.mjs' }, paths: { root: '/node_modules/vitest', dist: '/node_modules/vitest/dist' } } } } }, testFramework: { version: 'vitest@0.14.0', configurator: 'vitest@0.14.0', reporter: 'vitest@0.14.0', starter: 'vitest@0.14.0', autoDetected: true }, preserveComments: false, extractComments: false, workers: { initial: 0, regular: 0, recycle: false }, dot: true, captureConsoleLog: true, runAllTestsInAffectedTestFile: false, updateNoMoreThanOneSnapshotPerTestFileRun: false, compilers: {}, logLimits: { inline: { depth: 5, elements: 5000 }, values: { default: { stringLength: 8192 }, autoExpand: { elements: 5000, stringLength: 8192, depth: 10 } } }, preprocessors: {}, maxConsoleMessagesPerTest: 100, maxTraceSteps: 999999, maxTraceStepsForWatchExpressionPrefetch: 10, autoConsoleLog: true, delays: { run: 0, edit: 100, update: 0 }, teardown: undefined, hints: { ignoreCoverage: '__REGEXP /ignore coverage|istanbul ignore|c8 ignore/', ignoreCoverageForFile: '__REGEXP /ignore file coverage/', commentAutoLog: '?', testFileSelection: { include: '__REGEXP /file\\.only/', exclude: '__REGEXP /file\\.skip/' } }, automaticTestFileSelection: true, runSelectedTestsOnly: false, mapConsoleMessagesStackTrace: false, extensions: {}, env: { type: 'node', kind: 'vitest', params: {}, runner: '/.nvm/versions/node/v22.15.1/bin/node', runnerReason: 'project', runnerReasonSource: '/package.json', viewportSize: { width: 800, height: 600 }, options: { width: 800, height: 600 }, bundle: true }, reportUnhandledPromises: true, slowTestThreshold: 75, lowCoverageThreshold: 80, symlinkNodeModules: undefined, allowedToStreamResults: true, allowedToCacheResults: true, configCode: 'module.exports = () => ({\n' + '\ttrace: true,\n' + '\trunAllTestsWhenNoAffectedTests: true,\n' + "\tautoDetect: ['vitest'],\n" + '\n' + "\tfilesWithNoCoverageCalculated: ['tmp/**/*', 'vendor/**/*', 'null/fonts/**/*', 'null/img/**/*', 'null/devtools/**/*'],\n" + '\n' + "\tfiles: ['!**/*.spec.js', '!**/*.spec.ts', 'null/**/*.js', 'null/**/*.ts'],\n" + '\n' + '\ttests: {\n' + '\t\toverride: testPatterns => {\n' + '\t\t\treturn testPatterns;\n' + '\t\t},\n' + '\t},\n' + '});\n' }, packageJSON: { dependencies: { '@reduxjs/toolkit': '^2.8.2' }, devDependencies: { '@actions/core': '^1.11.1', '@actions/github': '^6.0.0', '@babel/core': '^7.26.10', '@babel/parser': '^7.27.0', '@babel/preset-env': '^7.26.9', '@babel/preset-typescript': '^7.27.1', '@babel/traverse': '^7.27.0', '@playwright/test': '^1.51.0', '@rollup/plugin-babel': '^6.0.4', '@rollup/plugin-commonjs': '^28.0.3', '@rollup/plugin-json': '^6.1.0', '@rollup/plugin-node-resolve': '^16.0.1', '@rollup/plugin-replace': '^6.0.2', '@rollup/plugin-typescript': '12.1.4', '@types/node': '^20.5.0', '@typescript-eslint/eslint-plugin': '^6.4.0', '@typescript-eslint/parser': '^6.4.0', autoprefixer: '^10.4.21', 'babel-loader': '^10.0.0', 'core-js': '3.42.0', 'cross-env': '^7.0.3', dotenv: '^16.5.0', eslint: '^8.47.0', 'eslint-config-airbnb-base': '^15.0.0', 'eslint-config-prettier': '^9.1.0', 'eslint-plugin-import': '^2.28.1', 'eslint-plugin-jquery': '^1.5.1', 'eslint-plugin-playwright': '^0.15.3', 'eslint-plugin-prettier': '^5.1.0', 'eslint-plugin-simple-import-sort': '^10.0.0', glob: '^11.0.2', husky: '^8.0.0', jsdom: '^26.1.0', 'lint-staged': '^13.1.2', livereload: '^0.9.3', postcss: '^8.5.6', 'postcss-import': '^16.1.0', 'postcss-loader': '^8.1.1', 'postcss-nested': '^7.0.2', prettier: '^3.1.1', rollup: '^2.79.2', 'rollup-plugin-delete': '^3.0.1', 'rollup-plugin-postcss': '^4.0.2', 'rollup-plugin-terser': '^7.0.2', 'simple-git': '^3.27.0', stylelint: '^16.0.2', 'stylelint-config-standard': '^35.0.0', 'stylelint-order': '^6.0.4', superstatic: '^9.2.0', typescript: '5.9.3', vitest: '^3.2.4' } }, fs: { numberOfFiles: 106 }, debug: [ '2025-10-16T08:48:08.322Z project waiting for initial run signal\n', '2025-10-16T08:48:08.325Z model Initialization Completed: 154ms\n', '2025-10-16T08:48:08.363Z config Attempting automatic configuration for vitest\n', '2025-10-16T08:48:08.363Z vitest/config Detecting Vitest.\n', '2025-10-16T08:48:08.364Z vitest/config Detected Vitest (3.2.4).\n', '2025-10-16T08:48:08.368Z extended-core Setting preferences\n', '2025-10-16T08:48:08.369Z ui.service Starting UI service on port: 55000\n', '2025-10-16T08:48:08.369Z ui.service UI service started on port: 55000\n', "2025-10-16T08:48:08.495Z websocket client connected: ui { address: '::', family: 'IPv6', port: 55000 }\n", "2025-10-16T08:48:08.507Z websocket client connected: ui { address: '::', family: 'IPv6', port: 55000 }\n", '2025-10-16T08:48:08.509Z websocket received message ui.trackProjectConfig\n', '2025-10-16T08:48:08.509Z websocket received method call: trackProjectConfig\n', '2025-10-16T08:48:08.509Z websocket received message ui.featureUsed\n', '2025-10-16T08:48:08.509Z websocket received method call: featureUsed\n', '2025-10-16T08:48:08.510Z websocket received message ui.trackStatus\n', '2025-10-16T08:48:08.510Z websocket received method call: trackStatus\n', '2025-10-16T08:48:08.510Z websocket received message ui.trackStatus\n', '2025-10-16T08:48:08.510Z websocket received method call: trackStatus\n', '2025-10-16T08:48:08.510Z websocket received message ui.trackTestRun\n', '2025-10-16T08:48:08.510Z websocket received method call: trackTestRun\n', '2025-10-16T08:48:08.511Z websocket received message ui.handshake\n', '2025-10-16T08:48:08.511Z websocket received method call: handshake\n', '2025-10-16T08:48:08.511Z websocket received message ui.trackEditorCursor\n', '2025-10-16T08:48:08.511Z websocket received method call: trackEditorCursor\n', '2025-10-16T08:48:08.511Z websocket received message ui.trackProjectConfig\n', '2025-10-16T08:48:08.511Z websocket received method call: trackProjectConfig\n', '2025-10-16T08:48:08.511Z websocket received message ui.trackStatus\n', '2025-10-16T08:48:08.511Z websocket received method call: trackStatus\n', '2025-10-16T08:48:08.517Z websocket received message ui.trackStatus\n', '2025-10-16T08:48:08.517Z websocket received method call: trackStatus\n', '2025-10-16T08:48:08.517Z websocket received message ui.trackTestRun\n', '2025-10-16T08:48:08.517Z websocket received method call: trackTestRun\n', '2025-10-16T08:48:08.517Z websocket received message ui.trackStartupEvents\n', '2025-10-16T08:48:08.517Z websocket received method call: trackStartupEvents\n', '2025-10-16T08:48:08.517Z websocket received message ui.trackStats\n', '2025-10-16T08:48:08.517Z websocket received method call: trackStats\n', '2025-10-16T08:48:08.517Z websocket received message ui.trackStatus\n', '2025-10-16T08:48:08.517Z websocket received method call: trackStatus\n', '2025-10-16T08:48:08.517Z websocket received message ui.handshake\n', '2025-10-16T08:48:08.517Z websocket received method call: handshake\n', '2025-10-16T08:48:08.518Z websocket received message ui.trackEditorCursor\n', '2025-10-16T08:48:08.518Z websocket received method call: trackEditorCursor\n', '2025-10-16T08:48:08.518Z websocket received message ui.trackProjectConfig\n', '2025-10-16T08:48:08.518Z websocket received method call: trackProjectConfig\n', '2025-10-16T08:48:08.518Z websocket received message ui.trackStatus\n', '2025-10-16T08:48:08.518Z websocket received method call: trackStatus\n', '2025-10-16T08:48:08.589Z websocket received message ui.trackDiagnosticMessages\n', '2025-10-16T08:48:08.589Z websocket received method call: trackDiagnosticMessages\n', '2025-10-16T08:48:09.498Z websocket received message ui.updateAppSettings\n', '2025-10-16T08:48:09.498Z websocket received method call: updateAppSettings\n', '2025-10-16T08:48:09.502Z websocket received message ui.updateAppSettings\n', '2025-10-16T08:48:09.502Z websocket received method call: updateAppSettings\n', '2025-10-16T08:48:09.722Z vitest/config Configured Vitest.\n', '2025-10-16T08:48:09.722Z config Finished attempting automatic configuration for vitest (1359ms)\n', '2025-10-16T08:48:09.722Z config Using node.js runner from project configuration (/package.json): /.nvm/versions/node/v22.15.1/bin/node\n', '2025-10-16T08:48:09.723Z project Wallaby Node version: v22.15.0\n', '2025-10-16T08:48:09.723Z project Wallaby config: /wallaby.js\n', '2025-10-16T08:48:09.751Z fs File system starting\n', '2025-10-16T08:48:09.759Z fs File added: null/tn-ab-panel-ui.js\n', '2025-10-16T08:48:09.759Z fs File added: null/tn-ab-panel.js\n', '2025-10-16T08:48:09.759Z fs File added: null/tn-ab.js\n', '2025-10-16T08:48:09.759Z fs File added: null/tn-core-autolayout.js\n', '2025-10-16T08:48:09.759Z fs File added: null/tn-core-contextmenu.js\n', '2025-10-16T08:48:09.759Z fs File added: null/tn-core-dialogs.js\n', '2025-10-16T08:48:09.759Z fs File added: null/tn-core-dictionary.js\n', '2025-10-16T08:48:09.759Z fs File added: null/tn-core-flags.js\n', '2025-10-16T08:48:09.760Z fs File added: null/tn-core-grid.js\n', '2025-10-16T08:48:09.760Z fs File added: null/tn-core-guides.js\n', '2025-10-16T08:48:09.760Z fs File added: null/tn-core-init.js\n', '2025-10-16T08:48:09.760Z fs File added: null/tn-core-init.spec.js\n', '2025-10-16T08:48:09.760Z fs File added: null/tn-core-keyboard.js\n', '2025-10-16T08:48:09.760Z fs File added: null/tn-core-lasso.js\n', '2025-10-16T08:48:09.760Z fs File added: null/tn-core-layers.js\n', '2025-10-16T08:48:09.760Z fs File added: null/tn-core-loadsave.js\n', '2025-10-16T08:48:09.760Z fs File added: null/tn-core-menu.js\n', '2025-10-16T08:48:09.760Z fs File added: null/tn-core-more.js\n', '2025-10-16T08:48:09.760Z fs File added: null/tn-core-more.spec.js\n', '2025-10-16T08:48:09.760Z fs File added: null/tn-core-outline.js\n', '2025-10-16T08:48:09.760Z fs File added: null/tn-core-panel-trigger.js\n', '2025-10-16T08:48:09.760Z fs File added: null/tn-core-screens.js\n', '2025-10-16T08:48:09.760Z fs File added: null/tn-core-undo.js\n', '2025-10-16T08:48:09.760Z fs File added: null/tn-core-zbsettings.js\n', '2025-10-16T08:48:09.760Z fs File added: null/tn-core-zoom.js\n', '2025-10-16T08:48:09.760Z fs File added: null/tn-elem-actions.js\n', '2025-10-16T08:48:09.760Z fs File added: null/tn-elem-add.js\n', '2025-10-16T08:48:09.760Z fs File added: null/tn-elem-events.js\n', '2025-10-16T08:48:09.760Z fs File added: null/tn-elem-group.js\n', '2025-10-16T08:48:09.760Z fs File added: null/tn-elem-paste.spec.ts\n', '2025-10-16T08:48:09.760Z fs File added: null/tn-elem-paste.ts\n', '2025-10-16T08:48:09.760Z fs File added: null/tn-elem-render.js\n', '2025-10-16T08:48:09.760Z fs File added: null/tn-elem-select.js\n', '2025-10-16T08:48:09.760Z fs File added: null/tn-elem-selected.js\n', '2025-10-16T08:48:09.760Z fs File added: null/tn-elem-zindex.js\n', '2025-10-16T08:48:09.760Z fs File added: null/tn-elem.js\n', '2025-10-16T08:48:09.761Z fs File added: null/tn-panel-layout.js\n', '2025-10-16T08:48:09.761Z fs File added: null/tn-panel-sbs-btns.js\n', '2025-10-16T08:48:09.761Z fs File added: null/tn-panel-sbs.js\n', '2025-10-16T08:48:09.761Z fs File added: null/tn-panel-ui-gallery.js\n', '2025-10-16T08:48:09.761Z fs File added: null/tn-panel-ui-input.js\n', '2025-10-16T08:48:09.761Z fs File added: null/tn-panel-ui-input.spec.js\n', '2025-10-16T08:48:09.761Z fs File added: null/tn-panel-ui-more.js\n', '2025-10-16T08:48:09.761Z fs File added: null/tn-panel-ui-selectbox.js\n', '2025-10-16T08:48:09.761Z fs File added: null/tn-panel-ui-slider.js\n', '2025-10-16T08:48:09.761Z fs File added: null/tn-panel-ui-upload.js\n', '2025-10-16T08:48:09.761Z fs File added: null/tn-panel.js\n', '2025-10-16T08:48:09.761Z fs File added: null/tn-plugins-bgposition.js\n', '2025-10-16T08:48:09.761Z fs File added: null/tn-plugins-colorpicker.js\n', '2025-10-16T08:48:09.761Z fs File added: null/tn-plugins-colorpicker.spec.js\n', '2025-10-16T08:48:09.761Z fs File added: null/tn-plugins-easing.js\n', '2025-10-16T08:48:09.761Z fs File added: null/tn-plugins-figma.js\n', '2025-10-16T08:48:09.761Z fs File added: null/tn-plugins-images.js\n', '2025-10-16T08:48:09.761Z fs File added: null/tn-plugins-jq-ui-patch.js\n', '2025-10-16T08:48:09.761Z fs File added: null/tn-plugins-radius.js\n', '2025-10-16T08:48:09.761Z fs File added: null/tn-plugins-richeditor.js\n', '2025-10-16T08:48:09.761Z fs File added: null/tn-plugins-rulers-option.js\n', '2025-10-16T08:48:09.761Z fs File added: null/tn-plugins-rulers.js\n', '2025-10-16T08:48:09.761Z fs File added: null/tn-plugins-smartalign.js\n', '2025-10-16T08:48:09.761Z fs File added: null/tn-plugins-tidy.js\n', '2025-10-16T08:48:09.761Z fs File added: null/tn-plugins-tooltip.ts\n', '2025-10-16T08:48:09.761Z fs File added: null/tn-plugins-vector.js\n', '2025-10-16T08:48:09.761Z fs File added: null/tn-plugins.js\n', '2025-10-16T08:48:09.763Z fs File added: null/types/dictionary.d.ts\n', '2025-10-16T08:48:09.763Z fs File added: null/types/global.d.ts\n', '2025-10-16T08:48:09.763Z fs File added: null/types/history.d.ts\n', '2025-10-16T08:48:09.763Z fs File added: null/types/index.d.ts\n', '2025-10-16T08:48:09.763Z fs File added: null/translations/index.ts\n', '2025-10-16T08:48:09.765Z fs File added: null/translations/locale/en.ts\n', '2025-10-16T08:48:09.765Z fs File added: null/translations/locale/ru.ts\n', '2025-10-16T08:48:09.765Z fs File added: null/store/actions.ts\n', '2025-10-16T08:48:09.765Z fs File added: null/store/batchingEnhancer.ts\n', '2025-10-16T08:48:09.765Z fs File added: null/store/constants.ts\n', '2025-10-16T08:48:09.765Z fs File added: null/store/index.ts\n', '2025-10-16T08:48:09.765Z fs File added: null/store/selectors.ts\n', '2025-10-16T08:48:09.765Z fs File added: null/store/types.ts\n', '2025-10-16T08:48:09.765Z fs File added: null/store/utils/convert-backend-to-state.spec.ts\n', '2025-10-16T08:48:09.765Z fs File added: null/store/utils/convert-backend-to-state.ts\n', '2025-10-16T08:48:09.765Z fs File added: null/store/utils/convert-state-to-backend.spec.ts\n', '2025-10-16T08:48:09.765Z fs File added: null/store/utils/convert-state-to-backend.ts\n', '2025-10-16T08:48:09.765Z fs File added: null/store/utils/index.spec.ts\n', '2025-10-16T08:48:09.765Z fs File added: null/store/utils/index.ts\n', '2025-10-16T08:48:09.765Z fs File added: null/store/utils/nesting.spec.ts\n', '2025-10-16T08:48:09.766Z fs File added: null/store/utils/nesting.ts\n', '2025-10-16T08:48:09.766Z fs File added: null/store/test-utils/structure-builder.spec.ts\n', '2025-10-16T08:48:09.766Z fs File added: null/store/test-utils/structure-builder.ts\n', '2025-10-16T08:48:09.766Z fs File added: null/store/selection/index.spec.ts\n', '2025-10-16T08:48:09.766Z fs File added: null/store/selection/index.ts\n', '2025-10-16T08:48:09.766Z fs File added: null/store/elements/common.ts\n', '2025-10-16T08:48:09.766Z fs File added: null/store/elements/index.ts\n', '2025-10-16T08:48:09.766Z fs File added: null/store/elements/selectors.spec.ts\n', '2025-10-16T08:48:09.766Z fs File added: null/store/elements/types.ts\n', '2025-10-16T08:48:09.766Z fs File added: null/store/elements/reducers/crud.spec.ts\n', '2025-10-16T08:48:09.766Z fs File added: null/store/elements/reducers/crud.ts\n', '2025-10-16T08:48:09.766Z fs File added: null/store/elements/reducers/fields.spec.ts\n', '2025-10-16T08:48:09.766Z fs File added: null/store/elements/reducers/fields.ts\n', '2025-10-16T08:48:09.766Z fs File added: null/store/elements/reducers/general.spec.ts\n', '2025-10-16T08:48:09.766Z fs File added: null/store/elements/reducers/general.ts\n', '2025-10-16T08:48:09.766Z fs File added: null/store/elements/reducers/hierarchy.spec.ts\n', '2025-10-16T08:48:09.766Z fs File added: null/store/elements/reducers/hierarchy.ts\n', '2025-10-16T08:48:09.766Z fs File added: null/store/breakpoints/index.spec.ts\n', '2025-10-16T08:48:09.766Z fs File added: null/store/breakpoints/index.ts\n', '2025-10-16T08:48:09.767Z fs File added: null/globalstyles/tn-global-styles.spec.js\n', '2025-10-16T08:48:09.767Z fs File added: null/globalstyles/tn-global-styles.ts\n', '2025-10-16T08:48:09.767Z fs File added: null/globalstyles/types.ts\n', '2025-10-16T08:48:09.768Z fs File added: null/devtools/index.js\n', '2025-10-16T08:48:09.774Z fs File system scan completed\n', '2025-10-16T08:48:09.781Z project File cache: /.vscode/extensions/wallabyjs.wallaby-vscode-1.0.470/projects/d1053a92d465033b\n', '2025-10-16T08:48:09.783Z fs File changed in editor: null/store/test-utils/structure-builder.ts\n', '2025-10-16T08:48:09.784Z fs File changed in editor: null/tn-elem-add.js\n', '2025-10-16T08:48:09.784Z fs File changed in editor: null/tn-elem-events.js\n', '2025-10-16T08:48:09.785Z fs File changed in editor: null/tn-panel.js\n', '2025-10-16T08:48:09.788Z workers Parallelism for initial run: 10, for regular run: 5\n', '2025-10-16T08:48:09.789Z workers Web server is listening at 58890\n', '2025-10-16T08:48:09.790Z project File null/store/test-utils/structure-builder.ts changes are patches only: false\n', '2025-10-16T08:48:09.790Z project File null/tn-elem-add.js changes are patches only: false\n', '2025-10-16T08:48:09.790Z project File null/tn-elem-events.js changes are patches only: false\n', '2025-10-16T08:48:09.790Z project File null/tn-panel.js changes are patches only: false\n', '2025-10-16T08:48:09.791Z project File null/store/test-utils/structure-builder.ts is not instrumented by core\n', '2025-10-16T08:48:09.791Z project File null/tn-elem-add.js is not instrumented by core\n', '2025-10-16T08:48:09.791Z project File null/tn-elem-events.js is not instrumented by core\n', '2025-10-16T08:48:09.791Z project File null/tn-panel.js is not instrumented by core\n', '2025-10-16T08:48:09.791Z project Stopping process pool\n', '2025-10-16T08:48:09.791Z project File cache is up-to-date, starting initial test run\n', '2025-10-16T08:48:09.795Z project File null/store/test-utils/structure-builder.ts changes saved, store ts: 1760525537837, change ts: 1760604489790\n', '2025-10-16T08:48:09.795Z project File null/tn-panel.js changes saved, store ts: 1760538311300, change ts: 1760604489790\n', '2025-10-16T08:48:09.795Z project File null/tn-elem-events.js changes saved, store ts: 1760539880822, change ts: 1760604489790\n', '2025-10-16T08:48:09.795Z project File null/tn-elem-add.js changes saved, store ts: 1760525884311, change ts: 1760604489790\n', '2025-10-16T08:48:09.797Z runManager Test run started; run priority: 3\n', '2025-10-16T08:48:09.797Z runManager Running all tests\n', '2025-10-16T08:48:09.799Z workers Planning to run 18 queued test files (full run)\n', '2025-10-16T08:48:09.800Z workers [worker #0] New run (tier 1, regular): 2 test files, time estimate 71100.35 ms\n', '2025-10-16T08:48:09.800Z workers [worker #1] New run (tier 1, regular): 2 test files, time estimate 39853.3 ms\n', '2025-10-16T08:48:09.800Z workers [worker #2] New run (tier 1, regular): 2 test files, time estimate 39791.21 ms\n', '2025-10-16T08:48:09.800Z workers [worker #3] New run (tier 1, regular): 2 test files, time estimate 70984.38 ms\n', '2025-10-16T08:48:09.800Z workers [worker #4] New run (tier 1, regular): 2 test files, time estimate 39815.32 ms\n', '2025-10-16T08:48:09.800Z workers [worker #5] New run (tier 2, regular): 3 test files, time estimate 12857.630000000001 ms\n', '2025-10-16T08:48:09.800Z workers [worker #6] New run (tier 2, regular): 1 test files, time estimate 35468.92 ms\n', '2025-10-16T08:48:09.800Z workers [worker #7] New run (tier 3, regular): 1 test files, time estimate 35458.75 ms\n', '2025-10-16T08:48:09.800Z workers [worker #8] New run (tier 3, regular): 1 test files, time estimate 4276.77 ms\n', '2025-10-16T08:48:09.800Z workers [worker #9] New run (tier 3, regular): 2 test files, time estimate 8566.59 ms\n', '2025-10-16T08:48:09.805Z workers Starting run worker instance #0\n', '2025-10-16T08:48:09.805Z workers Started run worker instance (immediate) #0\n', '2025-10-16T08:48:09.805Z nodeRunner Starting sandbox [worker #0, session #52g97]\n', '2025-10-16T08:48:09.805Z workers Starting run worker instance #1\n', '2025-10-16T08:48:09.805Z workers Started run worker instance (immediate) #1\n', '2025-10-16T08:48:09.805Z nodeRunner Starting sandbox [worker #1, session #yamtg]\n', '2025-10-16T08:48:09.805Z workers Starting run worker instance #2\n', '2025-10-16T08:48:09.805Z workers Started run worker instance (immediate) #2\n', '2025-10-16T08:48:09.805Z nodeRunner Starting sandbox [worker #2, session #dejl1]\n', '2025-10-16T08:48:09.805Z workers Starting run worker instance #3\n', '2025-10-16T08:48:09.805Z workers Started run worker instance (immediate) #3\n', '2025-10-16T08:48:09.805Z nodeRunner Starting sandbox [worker #3, session #4pk9y]\n', '2025-10-16T08:48:09.805Z workers Starting run worker instance #4\n', '2025-10-16T08:48:09.805Z workers Started run worker instance (immediate) #4\n', '2025-10-16T08:48:09.805Z nodeRunner Starting sandbox [worker #4, session #rwyli]\n', '2025-10-16T08:48:09.806Z workers Starting run worker instance #5\n', '2025-10-16T08:48:09.806Z workers Started run worker instance (immediate) #5\n', '2025-10-16T08:48:09.806Z nodeRunner Starting sandbox [worker #5, session #4dskg]\n', '2025-10-16T08:48:09.806Z workers Starting run worker instance #6\n', '2025-10-16T08:48:09.806Z workers Started run worker instance (immediate) #6\n', '2025-10-16T08:48:09.806Z nodeRunner Starting sandbox [worker #6, session #23unf]\n', '2025-10-16T08:48:09.806Z workers Starting run worker instance #7\n', '2025-10-16T08:48:09.806Z workers Started run worker instance (immediate) #7\n', '2025-10-16T08:48:09.806Z nodeRunner Starting sandbox [worker #7, session #d4nf5]\n', '2025-10-16T08:48:09.806Z workers Starting run worker instance #8\n', '2025-10-16T08:48:09.806Z workers Started run worker instance (immediate) #8\n', '2025-10-16T08:48:09.806Z nodeRunner Starting sandbox [worker #8, session #i6ujk]\n', '2025-10-16T08:48:09.806Z workers Starting run worker instance #9\n', '2025-10-16T08:48:09.806Z workers Started run worker instance (immediate) #9\n', '2025-10-16T08:48:09.806Z nodeRunner Starting sandbox [worker #9, session #xp7k0]\n', '2025-10-16T08:48:09.808Z websocket received message ui.trackExecutionProgress\n', '2025-10-16T08:48:09.808Z websocket received method call: trackExecutionProgress\n', '2025-10-16T08:48:09.854Z nodeRunner Preparing sandbox [worker #0, session #52g97]\n', '2025-10-16T08:48:09.854Z nodeRunner Preparing sandbox [worker #1, session #yamtg]\n', '2025-10-16T08:48:09.854Z nodeRunner Preparing sandbox [worker #2, session #dejl1]\n', '2025-10-16T08:48:09.854Z nodeRunner Preparing sandbox [worker #3, session #4pk9y]\n', '2025-10-16T08:48:09.854Z nodeRunner Preparing sandbox [worker #4, session #rwyli]\n', '2025-10-16T08:48:09.854Z nodeRunner Preparing sandbox [worker #5, session #4dskg]\n', '2025-10-16T08:48:09.854Z nodeRunner Preparing sandbox [worker #6, session #23unf]\n', '2025-10-16T08:48:09.854Z nodeRunner Preparing sandbox [worker #7, session #d4nf5]\n', '2025-10-16T08:48:09.854Z nodeRunner Preparing sandbox [worker #8, session #i6ujk]\n', '2025-10-16T08:48:09.854Z nodeRunner Preparing sandbox [worker #9, session #xp7k0]\n', '2025-10-16T08:48:09.854Z nodeRunner Prepared sandbox [worker #0, session #52g97]\n', '2025-10-16T08:48:09.854Z nodeRunner Prepared sandbox [worker #1, session #yamtg]\n', '2025-10-16T08:48:09.854Z nodeRunner Prepared sandbox [worker #2, session #dejl1]\n', '2025-10-16T08:48:09.854Z nodeRunner Prepared sandbox [worker #3, session #4pk9y]\n', '2025-10-16T08:48:09.854Z nodeRunner Prepared sandbox [worker #4, session #rwyli]\n', '2025-10-16T08:48:09.854Z nodeRunner Prepared sandbox [worker #5, session #4dskg]\n', '2025-10-16T08:48:09.854Z nodeRunner Prepared sandbox [worker #6, session #23unf]\n', '2025-10-16T08:48:09.854Z nodeRunner Prepared sandbox [worker #7, session #d4nf5]\n', '2025-10-16T08:48:09.854Z nodeRunner Prepared sandbox [worker #8, session #i6ujk]\n', '2025-10-16T08:48:09.854Z nodeRunner Prepared sandbox [worker #9, session #xp7k0]\n', '2025-10-16T08:48:09.854Z workers [worker #0, session #52g97] Running tests in sandbox\n', '2025-10-16T08:48:09.855Z workers [worker #1, session #yamtg] Running tests in sandbox\n', '2025-10-16T08:48:09.855Z workers [worker #2, session #dejl1] Running tests in sandbox\n', '2025-10-16T08:48:09.856Z workers [worker #3, session #4pk9y] Running tests in sandbox\n', '2025-10-16T08:48:09.856Z workers [worker #4, session #rwyli] Running tests in sandbox\n', '2025-10-16T08:48:09.856Z workers [worker #5, session #4dskg] Running tests in sandbox\n', '2025-10-16T08:48:09.857Z workers [worker #6, session #23unf] Running tests in sandbox\n', '2025-10-16T08:48:09.857Z workers [worker #7, session #d4nf5] Running tests in sandbox\n', '2025-10-16T08:48:09.857Z workers [worker #8, session #i6ujk] Running tests in sandbox\n', '2025-10-16T08:48:09.858Z workers [worker #9, session #xp7k0] Running tests in sandbox\n', '2025-10-16T08:48:10.060Z workers Processing buffered results (regular), buffer size: 1, buffer time: 251ms\n', '2025-10-16T08:48:10.061Z workers Handling first result of full run\n', '2025-10-16T08:48:10.061Z runManager Test run finished\n', '2025-10-16T08:48:10.062Z project Processed console.log entries\n', '2025-10-16T08:48:10.062Z project Processed loading sequences\n', '2025-10-16T08:48:10.062Z project Processed executed tests\n', '2025-10-16T08:48:10.080Z project Processed code coverage\n', '2025-10-16T08:48:10.176Z runManager Test run result processed and sent to IDE\n', '2025-10-16T08:48:10.176Z websocket received message ui.untrackExecutionProgress\n', '2025-10-16T08:48:10.176Z websocket received method call: untrackExecutionProgress\n', '2025-10-16T08:48:10.176Z websocket received message ui.untrackStats\n', '2025-10-16T08:48:10.176Z websocket received method call: untrackStats\n', '2025-10-16T08:48:10.176Z websocket received message ui.untrackStartupEvents\n', '2025-10-16T08:48:10.176Z websocket received method call: untrackStartupEvents\n', '2025-10-16T08:48:10.176Z websocket received message ui.untrackTestRun\n', '2025-10-16T08:48:10.177Z websocket received method call: untrackTestRun\n', '2025-10-16T08:48:10.177Z websocket received message ui.trackOverviewTestList\n', '2025-10-16T08:48:10.177Z websocket received method call: trackOverviewTestList\n', '2025-10-16T08:48:10.177Z websocket received message ui.trackAllLogsAndErrors\n', '2025-10-16T08:48:10.177Z websocket received method call: trackAllLogsAndErrors\n', '2025-10-16T08:48:10.177Z websocket received message ui.trackStats\n', '2025-10-16T08:48:10.177Z websocket received method call: trackStats\n', '2025-10-16T08:48:10.177Z websocket received message ui.trackStatus\n', '2025-10-16T08:48:10.177Z websocket received method call: trackStatus\n', '2025-10-16T08:48:10.178Z websocket received message ui.trackExecutionProgress\n', '2025-10-16T08:48:10.178Z websocket received method call: trackExecutionProgress\n', "2025-10-16T08:48:10.178Z workers 'Scheduling Vitest Run (52g97): 2025-10-16T08:48:10.040Z'\n", "2025-10-16T08:48:10.180Z workers 'Scheduling Vitest Run (yamtg): 2025-10-16T08:48:10.048Z'\n", "2025-10-16T08:48:10.180Z workers 'Scheduling Vitest Run (4pk9y): 2025-10-16T08:48:10.048Z'\n", "2025-10-16T08:48:10.180Z workers 'Scheduling Vitest Run (dejl1): 2025-10-16T08:48:10.049Z'\n", "2025-10-16T08:48:10.180Z workers 'Scheduling Vitest Run (rwyli): 2025-10-16T08:48:10.050Z'\n", "2025-10-16T08:48:10.180Z workers 'Scheduling Vitest Run (4dskg): 2025-10-16T08:48:10.051Z'\n", "2025-10-16T08:48:10.180Z workers 'Scheduling Vitest Run (23unf): 2025-10-16T08:48:10.052Z'\n", "2025-10-16T08:48:10.180Z workers 'Scheduling Vitest Run (d4nf5): 2025-10-16T08:48:10.052Z'\n", "2025-10-16T08:48:10.180Z workers 'Scheduling Vitest Run (i6ujk): 2025-10-16T08:48:10.053Z'\n", "2025-10-16T08:48:10.180Z workers 'Scheduling Vitest Run (xp7k0): 2025-10-16T08:48:10.054Z'\n", '2025-10-16T08:48:10.765Z project Test Runner transformed file: null/tn-core-more.spec.js 2025-10-16T08:48:10.747Z\n', '2025-10-16T08:48:13.596Z project Test Runner transformed file: null/tn-core-more.js 2025-10-16T08:48:10.940Z\n', '2025-10-16T08:48:13.635Z project Test Runner transformed file: null/tn-plugins-colorpicker.spec.js 2025-10-16T08:48:11.057Z\n', '2025-10-16T08:48:13.636Z project Test Runner transformed file: null/tn-plugins-colorpicker.js 2025-10-16T08:48:11.072Z\n', '2025-10-16T08:48:13.661Z project Test Runner transformed file: null/store/elements/reducers/hierarchy.spec.ts 2025-10-16T08:48:11.104Z\n', '2025-10-16T08:48:13.663Z project Test Runner transformed file: null/store/elements/reducers/general.spec.ts 2025-10-16T08:48:11.113Z\n', '2025-10-16T08:48:13.663Z project Test Runner transformed file: null/tn-elem-paste.spec.ts 2025-10-16T08:48:11.118Z\n', '2025-10-16T08:48:13.776Z project Test Runner transformed file: null/store/test-utils/structure-builder.spec.ts 2025-10-16T08:48:11.121Z\n', '2025-10-16T08:48:13.794Z websocket client disconnected: ui 1001\n', '2025-10-16T08:48:13.984Z project Test Runner transformed file: null/store/elements/reducers/crud.spec.ts 2025-10-16T08:48:11.139Z\n', '2025-10-16T08:48:13.985Z project Test Runner transformed file: null/store/elements/selectors.spec.ts 2025-10-16T08:48:11.148Z\n', '2025-10-16T08:48:13.986Z project Test Runner transformed file: null/store/elements/reducers/fields.spec.ts 2025-10-16T08:48:11.166Z\n', '2025-10-16T08:48:13.986Z project Test Runner transformed file: null/store/utils/convert-state-to-backend.spec.ts 2025-10-16T08:48:11.190Z\n', '2025-10-16T08:48:13.987Z project Test Runner transformed file: null/tn-ab.js 2025-10-16T08:48:11.221Z\n', '2025-10-16T08:48:13.995Z project Test Runner transformed file: null/store/elements/index.ts 2025-10-16T08:48:11.239Z\n', '2025-10-16T08:48:13.996Z project Test Runner transformed file: null/store/elements/index.ts 2025-10-16T08:48:11.244Z\n', '2025-10-16T08:48:13.996Z project Test Runner transformed file: null/store/test-utils/structure-builder.ts 2025-10-16T08:48:11.251Z\n', '2025-10-16T08:48:14.034Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:14.036Z project Test Runner transformed file: null/tn-elem-paste.ts 2025-10-16T08:48:11.265Z\n', '2025-10-16T08:48:14.036Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:14.135Z project Test Runner transformed file: null/store/elements/index.ts 2025-10-16T08:48:11.275Z\n', '2025-10-16T08:48:14.135Z project Test Runner transformed file: null/store/index.ts 2025-10-16T08:48:11.277Z\n', '2025-10-16T08:48:14.135Z project Test Runner transformed file: null/store/elements/index.ts 2025-10-16T08:48:11.282Z\n', '2025-10-16T08:48:14.136Z project Test Runner transformed file: null/store/elements/index.ts 2025-10-16T08:48:11.288Z\n', '2025-10-16T08:48:14.136Z project Test Runner transformed file: null/store/elements/reducers/crud.ts 2025-10-16T08:48:11.300Z\n', '2025-10-16T08:48:14.137Z project Test Runner transformed file: null/store/elements/reducers/crud.ts 2025-10-16T08:48:11.305Z\n', '2025-10-16T08:48:14.137Z project Test Runner transformed file: null/store/elements/reducers/crud.ts 2025-10-16T08:48:11.311Z\n', '2025-10-16T08:48:14.137Z project Test Runner transformed file: null/store/elements/reducers/crud.ts 2025-10-16T08:48:11.315Z\n', '2025-10-16T08:48:14.138Z project Test Runner transformed file: null/store/elements/reducers/crud.ts 2025-10-16T08:48:11.320Z\n', '2025-10-16T08:48:14.138Z project Test Runner transformed file: null/store/actions.ts 2025-10-16T08:48:11.324Z\n', '2025-10-16T08:48:14.138Z project Test Runner transformed file: null/store/batchingEnhancer.ts 2025-10-16T08:48:11.328Z\n', '2025-10-16T08:48:14.139Z project Test Runner transformed file: null/store/utils/convert-state-to-backend.ts 2025-10-16T08:48:11.336Z\n', '2025-10-16T08:48:14.442Z project Test Runner transformed file: null/tn-ab-panel-ui.js 2025-10-16T08:48:11.377Z\n', '2025-10-16T08:48:14.448Z project Test Runner transformed file: null/store/index.ts 2025-10-16T08:48:11.400Z\n', '2025-10-16T08:48:14.448Z project Test Runner transformed file: null/store/utils/index.ts 2025-10-16T08:48:11.412Z\n', '2025-10-16T08:48:14.449Z project Test Runner transformed file: null/store/utils/index.ts 2025-10-16T08:48:11.426Z\n', '2025-10-16T08:48:14.450Z project Test Runner transformed file: null/store/utils/index.ts 2025-10-16T08:48:11.439Z\n', '2025-10-16T08:48:14.450Z project Test Runner transformed file: null/store/utils/index.ts 2025-10-16T08:48:11.453Z\n', '2025-10-16T08:48:14.451Z project Test Runner transformed file: null/store/breakpoints/index.ts 2025-10-16T08:48:11.458Z\n', '2025-10-16T08:48:14.451Z project Test Runner transformed file: null/store/utils/index.ts 2025-10-16T08:48:11.468Z\n', '2025-10-16T08:48:14.452Z project Test Runner transformed file: null/store/utils/index.ts 2025-10-16T08:48:11.484Z\n', '2025-10-16T08:48:14.452Z project Test Runner transformed file: null/store/elements/index.ts 2025-10-16T08:48:11.493Z\n', '2025-10-16T08:48:15.777Z model [WARN] [52g97.1] Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- null/tn-core-more.spec.js\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2025-10-16T08:48:15.778Z workers [52g97.1] Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- null/tn-core-more.spec.js\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2025-10-16T08:48:15.978Z model [WARN] The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2025-10-16T08:48:15.978Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2025-10-16T08:48:16.433Z project Test Runner transformed file: null/tn-core-more.js 2025-10-16T08:48:11.612Z\n', '2025-10-16T08:48:18.411Z project Test Runner transformed file: null/tn-core-more.js 2025-10-16T08:48:11.830Z\n', '2025-10-16T08:48:18.445Z project Test Runner transformed file: null/store/batchingEnhancer.ts 2025-10-16T08:48:11.935Z\n', '2025-10-16T08:48:19.034Z model [WARN] [xp7k0.1] Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- null/tn-plugins-colorpicker.spec.js\n' + '- null/tn-ab.js\n' + '- null/tn-plugins-colorpicker.js\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2025-10-16T08:48:19.035Z workers [xp7k0.1] Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- null/tn-plugins-colorpicker.spec.js\n' + '- null/tn-ab.js\n' + '- null/tn-plugins-colorpicker.js\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2025-10-16T08:48:19.234Z model [WARN] The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2025-10-16T08:48:19.234Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2025-10-16T08:48:19.344Z model [WARN] [yamtg.1] Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- null/store/utils/convert-state-to-backend.spec.ts\n' + '- null/store/utils/convert-state-to-backend.ts\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2025-10-16T08:48:19.344Z workers [yamtg.1] Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- null/store/utils/convert-state-to-backend.spec.ts\n' + '- null/store/utils/convert-state-to-backend.ts\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2025-10-16T08:48:19.344Z model [WARN] [4dskg.1] Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- null/tn-elem-paste.spec.ts\n' + '- null/tn-elem-paste.ts\n' + '- null/store/actions.ts\n' + '- null/store/index.ts\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2025-10-16T08:48:19.344Z workers [4dskg.1] Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- null/tn-elem-paste.spec.ts\n' + '- null/tn-elem-paste.ts\n' + '- null/store/actions.ts\n' + '- null/store/index.ts\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2025-10-16T08:48:19.344Z model [WARN] [d4nf5.1] Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- null/store/test-utils/structure-builder.spec.ts\n' + '- null/store/index.ts\n' + '- null/store/test-utils/structure-builder.ts\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2025-10-16T08:48:19.344Z workers [d4nf5.1] Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- null/store/test-utils/structure-builder.spec.ts\n' + '- null/store/index.ts\n' + '- null/store/test-utils/structure-builder.ts\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2025-10-16T08:48:19.344Z model [WARN] [23unf.1] Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- null/store/elements/selectors.spec.ts\n' + '- null/store/utils/index.ts\n' + '- null/store/elements/index.ts\n' + '- null/store/elements/reducers/crud.ts\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2025-10-16T08:48:19.344Z workers [23unf.1] Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- null/store/elements/selectors.spec.ts\n' + '- null/store/utils/index.ts\n' + '- null/store/elements/index.ts\n' + '- null/store/elements/reducers/crud.ts\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2025-10-16T08:48:19.344Z model [WARN] [4pk9y.1] Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- null/store/elements/reducers/crud.spec.ts\n' + '- null/store/utils/index.ts\n' + '- null/store/elements/index.ts\n' + '- null/store/elements/reducers/crud.ts\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2025-10-16T08:48:19.345Z workers [4pk9y.1] Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- null/store/elements/reducers/crud.spec.ts\n' + '- null/store/utils/index.ts\n' + '- null/store/elements/index.ts\n' + '- null/store/elements/reducers/crud.ts\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2025-10-16T08:48:19.345Z model [WARN] [rwyli.1] Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- null/store/elements/reducers/fields.spec.ts\n' + '- null/store/utils/index.ts\n' + '- null/store/elements/index.ts\n' + '- null/store/elements/reducers/crud.ts\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2025-10-16T08:48:19.345Z workers [rwyli.1] Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- null/store/elements/reducers/fields.spec.ts\n' + '- null/store/utils/index.ts\n' + '- null/store/elements/index.ts\n' + '- null/store/elements/reducers/crud.ts\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2025-10-16T08:48:19.345Z model [WARN] [dejl1.1] Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- null/store/elements/reducers/hierarchy.spec.ts\n' + '- null/store/utils/index.ts\n' + '- null/store/elements/index.ts\n' + '- null/store/elements/reducers/crud.ts\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2025-10-16T08:48:19.345Z workers [dejl1.1] Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- null/store/elements/reducers/hierarchy.spec.ts\n' + '- null/store/utils/index.ts\n' + '- null/store/elements/index.ts\n' + '- null/store/elements/reducers/crud.ts\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2025-10-16T08:48:19.345Z model [WARN] [i6ujk.1] Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- null/store/elements/reducers/general.spec.ts\n' + '- null/store/utils/index.ts\n' + '- null/store/elements/index.ts\n' + '- null/store/elements/reducers/crud.ts\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2025-10-16T08:48:19.345Z workers [i6ujk.1] Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- null/store/elements/reducers/general.spec.ts\n' + '- null/store/utils/index.ts\n' + '- null/store/elements/index.ts\n' + '- null/store/elements/reducers/crud.ts\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2025-10-16T08:48:19.545Z model [WARN] The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2025-10-16T08:48:19.545Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2025-10-16T08:48:19.545Z model [WARN] The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2025-10-16T08:48:19.545Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2025-10-16T08:48:19.545Z model [WARN] The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2025-10-16T08:48:19.545Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2025-10-16T08:48:19.545Z model [WARN] The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2025-10-16T08:48:19.545Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2025-10-16T08:48:19.545Z model [WARN] The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2025-10-16T08:48:19.545Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2025-10-16T08:48:19.545Z model [WARN] The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2025-10-16T08:48:19.545Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2025-10-16T08:48:19.545Z model [WARN] The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2025-10-16T08:48:19.545Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2025-10-16T08:48:19.545Z model [WARN] The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2025-10-16T08:48:19.545Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2025-10-16T08:48:21.205Z project Test Runner transformed file: null/tn-core-more.js 2025-10-16T08:48:12.053Z\n', '2025-10-16T08:48:22.780Z nodeRunner Error messaging worker #0: Unable to start worker process\n', '2025-10-16T08:48:22.780Z nodeRunner Error messaging worker #9: Unable to start worker process\n', '2025-10-16T08:48:22.780Z nodeRunner Error messaging worker #1: Unable to start worker process\n', '2025-10-16T08:48:22.780Z nodeRunner Error messaging worker #5: Unable to start worker process\n', '2025-10-16T08:48:22.780Z nodeRunner Error messaging worker #7: Unable to start worker process\n', '2025-10-16T08:48:22.780Z nodeRunner Error messaging worker #6: Unable to start worker process\n', '2025-10-16T08:48:22.780Z nodeRunner Error messaging worker #3: Unable to start worker process\n', '2025-10-16T08:48:22.780Z nodeRunner Error messaging worker #4: Unable to start worker process\n', '2025-10-16T08:48:22.780Z nodeRunner Error messaging worker #2: Unable to start worker process\n', '2025-10-16T08:48:22.780Z nodeRunner Error messaging worker #8: Unable to start worker process\n', '2025-10-16T08:48:24.236Z project Test Runner transformed file: null/tn-core-more.js 2025-10-16T08:48:12.245Z\n', '2025-10-16T08:48:26.268Z project Test Runner transformed file: null/tn-core-more.js 2025-10-16T08:48:12.429Z\n', '2025-10-16T08:48:26.419Z project Test Runner transformed file: null/store/breakpoints/index.ts 2025-10-16T08:48:12.519Z\n', '2025-10-16T08:48:26.419Z project Test Runner transformed file: null/store/elements/reducers/crud.ts 2025-10-16T08:48:12.523Z\n', '2025-10-16T08:48:26.419Z project Test Runner transformed file: null/store/utils/index.ts 2025-10-16T08:48:12.535Z\n', '2025-10-16T08:48:26.420Z project Test Runner transformed file: null/store/elements/index.ts 2025-10-16T08:48:12.544Z\n', '2025-10-16T08:48:28.117Z websocket received message ui.untrackExecutionProgress\n', '2025-10-16T08:48:28.117Z websocket received method call: untrackExecutionProgress\n', '2025-10-16T08:48:28.118Z websocket received message ui.trackExecutionProgress\n', '2025-10-16T08:48:28.118Z websocket received method call: trackExecutionProgress\n', '2025-10-16T08:48:28.868Z project Test Runner transformed file: null/tn-core-more.js 2025-10-16T08:48:12.644Z\n', '2025-10-16T08:48:29.336Z project Test Runner transformed file: null/tn-ab-panel.js 2025-10-16T08:48:12.753Z\n', '2025-10-16T08:48:29.343Z project Test Runner transformed file: null/store/elements/reducers/crud.ts 2025-10-16T08:48:12.767Z\n', '2025-10-16T08:48:31.320Z model [WARN] [yamtg.1] Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- null/store/utils/convert-state-to-backend.spec.ts\n' + '- null/store/utils/convert-state-to-backend.ts\n' + '- null/store/utils/index.ts\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2025-10-16T08:48:31.320Z workers [yamtg.1] Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- null/store/utils/convert-state-to-backend.spec.ts\n' + '- null/store/utils/convert-state-to-backend.ts\n' + '- null/store/utils/index.ts\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2025-10-16T08:48:31.320Z nodeRunner Error messaging worker #1: Unable to start worker process\n', '2025-10-16T08:48:31.338Z project Test Runner transformed file: null/tn-core-more.js 2025-10-16T08:48:12.866Z\n', '2025-10-16T08:48:31.422Z websocket received message ui.untrackExecutionProgress\n', '2025-10-16T08:48:31.422Z websocket received method call: untrackExecutionProgress\n', '2025-10-16T08:48:31.422Z websocket received message ui.trackExecutionProgress\n', '2025-10-16T08:48:31.423Z websocket received method call: trackExecutionProgress\n', '2025-10-16T08:48:31.511Z project Test Runner transformed file: null/store/utils/index.ts 2025-10-16T08:48:12.965Z\n', '2025-10-16T08:48:31.521Z model [WARN] The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2025-10-16T08:48:31.521Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2025-10-16T08:48:31.725Z project Test Runner transformed file: null/tn-core-autolayout.js 2025-10-16T08:48:13.000Z\n', '2025-10-16T08:48:31.865Z project Test Runner transformed file: null/tn-ab-panel-ui.js 2025-10-16T08:48:13.055Z\n', '2025-10-16T08:48:33.949Z project Test Runner transformed file: null/tn-core-more.js 2025-10-16T08:48:13.191Z\n', '2025-10-16T08:48:34.094Z project Test Runner transformed file: null/tn-ab-panel.js 2025-10-16T08:48:13.305Z\n', '2025-10-16T08:48:34.189Z project Test Runner transformed file: null/tn-ab-panel-ui.js 2025-10-16T08:48:13.351Z\n', '2025-10-16T08:48:34.237Z model [WARN] [d4nf5.1] Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- null/store/test-utils/structure-builder.spec.ts\n' + '- null/store/index.ts\n' + '- null/store/utils/index.ts\n' + '- null/store/test-utils/structure-builder.ts\n' + '- null/store/elements/index.ts\n' + '- null/store/elements/reducers/crud.ts\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2025-10-16T08:48:34.237Z workers [d4nf5.1] Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- null/store/test-utils/structure-builder.spec.ts\n' + '- null/store/index.ts\n' + '- null/store/utils/index.ts\n' + '- null/store/test-utils/structure-builder.ts\n' + '- null/store/elements/index.ts\n' + '- null/store/elements/reducers/crud.ts\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2025-10-16T08:48:34.237Z nodeRunner Error messaging worker #7: Unable to start worker process\n', '2025-10-16T08:48:34.438Z model [WARN] The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2025-10-16T08:48:34.438Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2025-10-16T08:48:34.468Z project Test Runner transformed file: null/tn-ab-panel-ui.js 2025-10-16T08:48:13.411Z\n', '2025-10-16T08:48:34.741Z project Test Runner transformed file: null/tn-ab-panel-ui.js 2025-10-16T08:48:13.466Z\n', '2025-10-16T08:48:35.214Z project Test Runner transformed file: null/tn-ab.js 2025-10-16T08:48:13.528Z\n', '2025-10-16T08:48:35.228Z project Test Runner transformed file: null/tn-ab-panel-ui.js 2025-10-16T08:48:13.579Z\n', '2025-10-16T08:48:35.341Z project Test Runner transformed file: null/tn-ab-panel-ui.js 2025-10-16T08:48:13.639Z\n', '2025-10-16T08:48:35.633Z project Test Runner transformed file: null/tn-ab-panel-ui.js 2025-10-16T08:48:13.700Z\n', '2025-10-16T08:48:35.639Z project Test Runner transformed file: null/tn-ab-panel-ui.js 2025-10-16T08:48:13.755Z\n', '2025-10-16T08:48:35.765Z project Test Runner transformed file: null/tn-core-init.js 2025-10-16T08:48:13.842Z\n', '2025-10-16T08:48:35.953Z websocket received message ui.untrackExecutionProgress\n', '2025-10-16T08:48:35.953Z websocket received method call: untrackExecutionProgress\n', '2025-10-16T08:48:35.953Z websocket received message ui.trackExecutionProgress\n', '2025-10-16T08:48:35.953Z websocket received method call: trackExecutionProgress\n', '2025-10-16T08:48:35.980Z project Test Runner transformed file: null/tn-ab-panel.js 2025-10-16T08:48:13.924Z\n', '2025-10-16T08:48:35.993Z project Test Runner transformed file: null/tn-ab-panel.js 2025-10-16T08:48:13.952Z\n', '2025-10-16T08:48:35.996Z project Test Runner transformed file: null/tn-ab-panel.js 2025-10-16T08:48:13.978Z\n', '2025-10-16T08:48:36.049Z websocket received message ui.updateAppSettings\n', '2025-10-16T08:48:36.049Z websocket received method call: updateAppSettings\n', '2025-10-16T08:48:36.050Z websocket received message ui.openInSideView\n', '2025-10-16T08:48:36.050Z websocket received method call: openInSideView\n', '2025-10-16T08:48:36.072Z project Test Runner transformed file: null/tn-core-autolayout.js 2025-10-16T08:48:14.016Z\n', "2025-10-16T08:48:36.221Z websocket client connected: ui { address: '::', family: 'IPv6', port: 55000 }\n", '2025-10-16T08:48:36.244Z websocket received message ui.trackProjectConfig\n', '2025-10-16T08:48:36.244Z websocket received method call: trackProjectConfig\n', '2025-10-16T08:48:36.244Z websocket received message ui.featureUsed\n', '2025-10-16T08:48:36.244Z websocket received method call: featureUsed\n', '2025-10-16T08:48:36.244Z websocket received message ui.trackStatus\n', '2025-10-16T08:48:36.244Z websocket received method call: trackStatus\n', '2025-10-16T08:48:36.244Z websocket received message ui.trackStatus\n', '2025-10-16T08:48:36.244Z websocket received method call: trackStatus\n', '2025-10-16T08:48:36.245Z websocket received message ui.trackTestRun\n', '2025-10-16T08:48:36.245Z websocket received method call: trackTestRun\n', '2025-10-16T08:48:36.245Z websocket received message ui.handshake\n', '2025-10-16T08:48:36.245Z websocket received method call: handshake\n', '2025-10-16T08:48:36.245Z websocket received message ui.trackEditorCursor\n', '2025-10-16T08:48:36.245Z websocket received method call: trackEditorCursor\n', '2025-10-16T08:48:36.245Z websocket received message ui.trackProjectConfig\n', '2025-10-16T08:48:36.245Z websocket received method call: trackProjectConfig\n', '2025-10-16T08:48:36.245Z websocket received message ui.trackStatus\n', '2025-10-16T08:48:36.245Z websocket received method call: trackStatus\n', '2025-10-16T08:48:36.300Z project Test Runner transformed file: null/tn-ab.js 2025-10-16T08:48:14.064Z\n', '2025-10-16T08:48:36.329Z project Test Runner transformed file: null/tn-ab.js 2025-10-16T08:48:14.102Z\n', '2025-10-16T08:48:36.342Z websocket received message ui.trackDiagnosticMessages\n', '2025-10-16T08:48:36.342Z websocket received method call: trackDiagnosticMessages\n', '2025-10-16T08:48:36.396Z project Test Runner transformed file: null/tn-ab.js 2025-10-16T08:48:14.137Z\n', '2025-10-16T08:48:36.541Z project Test Runner transformed file: null/tn-ab-panel.js 2025-10-16T08:48:14.168Z\n', '2025-10-16T08:48:36.546Z project Test Runner transformed file: null/tn-ab-panel.js 2025-10-16T08:48:14.194Z\n', '2025-10-16T08:48:36.549Z project Test Runner transformed file: null/tn-ab-panel.js 2025-10-16T08:48:14.221Z\n', '2025-10-16T08:48:36.553Z project Test Runner transformed file: null/tn-ab-panel.js 2025-10-16T08:48:14.248Z\n', '2025-10-16T08:48:36.574Z project Test Runner transformed file: null/tn-core-init.js 2025-10-16T08:48:14.315Z\n', '2025-10-16T08:48:36.696Z project Test Runner transformed file: null/tn-core-autolayout.js 2025-10-16T08:48:14.381Z\n', '2025-10-16T08:48:36.702Z project Test Runner transformed file: null/tn-ab.js 2025-10-16T08:48:14.432Z\n', '2025-10-16T08:48:36.707Z project Test Runner transformed file: null/tn-ab.js 2025-10-16T08:48:14.470Z\n', '2025-10-16T08:48:36.711Z project Test Runner transformed file: null/tn-core-autolayout.js 2025-10-16T08:48:14.511Z\n', '2025-10-16T08:48:36.719Z project Test Runner transformed file: null/tn-core-autolayout.js 2025-10-16T08:48:14.557Z\n', '2025-10-16T08:48:36.725Z project Test Runner transformed file: null/tn-ab.js 2025-10-16T08:48:14.598Z\n', '2025-10-16T08:48:36.729Z project Test Runner transformed file: null/tn-ab.js 2025-10-16T08:48:14.634Z\n', '2025-10-16T08:48:36.735Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:36.737Z project Test Runner transformed file: null/tn-ab-panel-ui.js 2025-10-16T08:48:14.684Z\n', '2025-10-16T08:48:36.744Z project Test Runner transformed file: null/tn-core-autolayout.js 2025-10-16T08:48:14.753Z\n', '2025-10-16T08:48:36.749Z project Test Runner transformed file: null/tn-core-autolayout.js 2025-10-16T08:48:14.798Z\n', '2025-10-16T08:48:36.757Z project Test Runner transformed file: null/tn-core-autolayout.js 2025-10-16T08:48:14.843Z\n', '2025-10-16T08:48:36.764Z project Test Runner transformed file: null/tn-core-autolayout.js 2025-10-16T08:48:14.887Z\n', '2025-10-16T08:48:36.769Z project Test Runner transformed file: null/tn-ab-panel.js 2025-10-16T08:48:14.920Z\n', '2025-10-16T08:48:36.775Z project Test Runner transformed file: null/tn-core-init.js 2025-10-16T08:48:14.984Z\n', '2025-10-16T08:48:36.779Z project Test Runner transformed file: null/tn-core-init.js 2025-10-16T08:48:15.061Z\n', '2025-10-16T08:48:36.783Z project Test Runner transformed file: null/tn-core-init.js 2025-10-16T08:48:15.141Z\n', '2025-10-16T08:48:36.789Z project Test Runner transformed file: null/tn-ab.js 2025-10-16T08:48:15.197Z\n', '2025-10-16T08:48:36.793Z project Test Runner transformed file: null/tn-core-init.js 2025-10-16T08:48:15.438Z\n', '2025-10-16T08:48:36.797Z project Test Runner transformed file: null/tn-core-init.js 2025-10-16T08:48:15.520Z\n', '2025-10-16T08:48:36.813Z project Test Runner transformed file: null/tn-core-contextmenu.js 2025-10-16T08:48:15.237Z\n', '2025-10-16T08:48:36.820Z project Test Runner transformed file: null/tn-core-contextmenu.js 2025-10-16T08:48:15.284Z\n', '2025-10-16T08:48:36.828Z project Test Runner transformed file: null/tn-core-init.js 2025-10-16T08:48:15.359Z\n', '2025-10-16T08:48:36.844Z project Test Runner transformed file: null/tn-core-init.js 2025-10-16T08:48:15.610Z\n', '2025-10-16T08:48:36.852Z project Test Runner transformed file: null/tn-core-contextmenu.js 2025-10-16T08:48:15.670Z\n', '2025-10-16T08:48:36.862Z project Test Runner transformed file: null/tn-core-contextmenu.js 2025-10-16T08:48:15.713Z\n', '2025-10-16T08:48:36.969Z project Test Runner transformed file: null/tn-core-autolayout.js 2025-10-16T08:48:15.758Z\n', '2025-10-16T08:48:36.975Z project Test Runner transformed file: null/tn-core-grid.js 2025-10-16T08:48:15.788Z\n', '2025-10-16T08:48:36.979Z project Test Runner transformed file: null/tn-core-contextmenu.js 2025-10-16T08:48:15.828Z\n', '2025-10-16T08:48:36.984Z project Test Runner transformed file: null/tn-core-grid.js 2025-10-16T08:48:15.854Z\n', '2025-10-16T08:48:36.986Z project Test Runner transformed file: null/tn-core-more.js 2025-10-16T08:48:15.961Z\n', '2025-10-16T08:48:37.036Z project Test Runner transformed file: null/tn-core-grid.js 2025-10-16T08:48:16.058Z\n', '2025-10-16T08:48:37.038Z project Test Runner transformed file: null/tn-core-grid.js 2025-10-16T08:48:16.074Z\n', '2025-10-16T08:48:37.039Z project Test Runner transformed file: null/tn-core-init.js 2025-10-16T08:48:16.134Z\n', '2025-10-16T08:48:37.044Z project Test Runner transformed file: null/tn-core-contextmenu.js 2025-10-16T08:48:16.188Z\n', '2025-10-16T08:48:37.049Z project Test Runner transformed file: null/tn-core-contextmenu.js 2025-10-16T08:48:16.231Z\n', '2025-10-16T08:48:37.055Z project Test Runner transformed file: null/tn-core-contextmenu.js 2025-10-16T08:48:16.275Z\n', '2025-10-16T08:48:37.060Z project Test Runner transformed file: null/tn-core-contextmenu.js 2025-10-16T08:48:16.320Z\n', '2025-10-16T08:48:37.065Z project Test Runner transformed file: null/tn-core-guides.js 2025-10-16T08:48:16.354Z\n', '2025-10-16T08:48:37.070Z project Test Runner transformed file: null/tn-core-guides.js 2025-10-16T08:48:16.386Z\n', '2025-10-16T08:48:37.075Z project Test Runner transformed file: null/tn-core-guides.js 2025-10-16T08:48:16.415Z\n', '2025-10-16T08:48:37.079Z project Test Runner transformed file: null/tn-core-grid.js 2025-10-16T08:48:16.445Z\n', '2025-10-16T08:48:37.081Z project Test Runner transformed file: null/tn-core-grid.js 2025-10-16T08:48:16.463Z\n', '2025-10-16T08:48:37.083Z project Test Runner transformed file: null/tn-core-undo.js 2025-10-16T08:48:16.518Z\n', '2025-10-16T08:48:37.095Z project Test Runner transformed file: null/tn-core-grid.js 2025-10-16T08:48:16.553Z\n', '2025-10-16T08:48:37.097Z project Test Runner transformed file: null/tn-core-grid.js 2025-10-16T08:48:16.570Z\n', '2025-10-16T08:48:37.101Z project Test Runner transformed file: null/tn-core-grid.js 2025-10-16T08:48:16.586Z\n', '2025-10-16T08:48:37.112Z project Test Runner transformed file: null/tn-core-undo.js 2025-10-16T08:48:16.640Z\n', '2025-10-16T08:48:37.143Z project Test Runner transformed file: null/tn-core-undo.js 2025-10-16T08:48:16.715Z\n', '2025-10-16T08:48:37.222Z websocket received message ui.updateAppSettings\n', '2025-10-16T08:48:37.222Z websocket received method call: updateAppSettings\n', '2025-10-16T08:48:37.265Z project Test Runner transformed file: null/tn-core-contextmenu.js 2025-10-16T08:48:16.797Z\n', '2025-10-16T08:48:37.270Z project Test Runner transformed file: null/tn-core-guides.js 2025-10-16T08:48:16.838Z\n', '2025-10-16T08:48:37.274Z project Test Runner transformed file: null/tn-core-guides.js 2025-10-16T08:48:16.868Z\n', '2025-10-16T08:48:37.283Z project Test Runner transformed file: null/tn-core-guides.js 2025-10-16T08:48:16.899Z\n', '2025-10-16T08:48:37.288Z project Test Runner transformed file: null/tn-core-guides.js 2025-10-16T08:48:16.928Z\n', '2025-10-16T08:48:37.293Z project Test Runner transformed file: null/tn-core-guides.js 2025-10-16T08:48:16.957Z\n', '2025-10-16T08:48:37.304Z project Test Runner transformed file: null/tn-core-undo.js 2025-10-16T08:48:17.025Z\n', '2025-10-16T08:48:37.313Z project Test Runner transformed file: null/tn-core-undo.js 2025-10-16T08:48:17.100Z\n', '2025-10-16T08:48:37.321Z project Test Runner transformed file: null/tn-core-undo.js 2025-10-16T08:48:17.176Z\n', '2025-10-16T08:48:37.330Z project Test Runner transformed file: null/tn-core-undo.js 2025-10-16T08:48:17.251Z\n', '2025-10-16T08:48:37.338Z project Test Runner transformed file: null/tn-core-undo.js 2025-10-16T08:48:17.324Z\n', '2025-10-16T08:48:37.353Z project Test Runner transformed file: null/tn-core-grid.js 2025-10-16T08:48:17.366Z\n', '2025-10-16T08:48:37.355Z project Test Runner transformed file: null/tn-core-layers.js 2025-10-16T08:48:17.416Z\n', '2025-10-16T08:48:37.365Z project Test Runner transformed file: null/tn-core-layers.js 2025-10-16T08:48:17.488Z\n', '2025-10-16T08:48:37.375Z project Test Runner transformed file: null/tn-core-dialogs.js 2025-10-16T08:48:17.531Z\n', '2025-10-16T08:48:37.384Z project Test Runner transformed file: null/tn-core-layers.js 2025-10-16T08:48:17.587Z\n', '2025-10-16T08:48:37.496Z project Test Runner transformed file: null/tn-core-guides.js 2025-10-16T08:48:17.638Z\n', '2025-10-16T08:48:37.500Z project Test Runner transformed file: null/store/actions.ts 2025-10-16T08:48:17.655Z\n', '2025-10-16T08:48:37.500Z project Test Runner transformed file: null/tn-core-layers.js 2025-10-16T08:48:17.701Z\n', '2025-10-16T08:48:37.510Z project Test Runner transformed file: null/tn-core-layers.js 2025-10-16T08:48:17.769Z\n', '2025-10-16T08:48:37.520Z project Test Runner transformed file: null/tn-core-layers.js 2025-10-16T08:48:17.842Z\n', '2025-10-16T08:48:37.529Z project Test Runner transformed file: null/tn-core-layers.js 2025-10-16T08:48:17.914Z\n', '2025-10-16T08:48:37.539Z project Test Runner transformed file: null/tn-core-dialogs.js 2025-10-16T08:48:17.957Z\n', '2025-10-16T08:48:37.542Z project Test Runner transformed file: null/tn-core-dialogs.js 2025-10-16T08:48:17.984Z\n', '2025-10-16T08:48:37.546Z project Test Runner transformed file: null/tn-core-dialogs.js 2025-10-16T08:48:18.011Z\n', '2025-10-16T08:48:37.551Z project Test Runner transformed file: null/tn-core-layers.js 2025-10-16T08:48:18.067Z\n', '2025-10-16T08:48:37.568Z project Test Runner transformed file: null/store/index.ts 2025-10-16T08:48:18.098Z\n', '2025-10-16T08:48:37.568Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:37.570Z project Test Runner transformed file: null/store/actions.ts 2025-10-16T08:48:18.107Z\n', '2025-10-16T08:48:37.570Z project Test Runner transformed file: null/store/actions.ts 2025-10-16T08:48:18.111Z\n', '2025-10-16T08:48:37.570Z project Test Runner transformed file: null/tn-core-undo.js 2025-10-16T08:48:18.160Z\n', '2025-10-16T08:48:37.594Z project Test Runner transformed file: null/store/batchingEnhancer.ts 2025-10-16T08:48:18.189Z\n', '2025-10-16T08:48:37.594Z project Test Runner transformed file: null/store/actions.ts 2025-10-16T08:48:18.194Z\n', '2025-10-16T08:48:37.594Z project Test Runner transformed file: null/store/breakpoints/index.ts 2025-10-16T08:48:18.197Z\n', '2025-10-16T08:48:37.595Z project Test Runner transformed file: null/store/index.ts 2025-10-16T08:48:18.198Z\n', '2025-10-16T08:48:37.595Z project Test Runner transformed file: null/store/index.ts 2025-10-16T08:48:18.199Z\n', '2025-10-16T08:48:37.595Z project Test Runner transformed file: null/store/index.ts 2025-10-16T08:48:18.202Z\n', '2025-10-16T08:48:37.595Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:37.596Z project Test Runner transformed file: null/tn-core-dialogs.js 2025-10-16T08:48:18.221Z\n', '2025-10-16T08:48:37.600Z project Test Runner transformed file: null/store/batchingEnhancer.ts 2025-10-16T08:48:18.233Z\n', '2025-10-16T08:48:37.600Z project Test Runner transformed file: null/store/batchingEnhancer.ts 2025-10-16T08:48:18.235Z\n', '2025-10-16T08:48:37.600Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:37.600Z project Test Runner transformed file: null/store/batchingEnhancer.ts 2025-10-16T08:48:18.238Z\n', '2025-10-16T08:48:37.600Z project Test Runner transformed file: null/store/elements/index.ts 2025-10-16T08:48:18.244Z\n', '2025-10-16T08:48:37.600Z project Test Runner transformed file: null/tn-core-dialogs.js 2025-10-16T08:48:18.267Z\n', '2025-10-16T08:48:37.604Z project Test Runner transformed file: null/tn-core-dialogs.js 2025-10-16T08:48:18.294Z\n', '2025-10-16T08:48:37.682Z project Test Runner transformed file: null/store/breakpoints/index.ts 2025-10-16T08:48:18.307Z\n', '2025-10-16T08:48:37.682Z project Test Runner transformed file: null/store/breakpoints/index.ts 2025-10-16T08:48:18.310Z\n', '2025-10-16T08:48:37.682Z project Test Runner transformed file: null/tn-core-dialogs.js 2025-10-16T08:48:18.326Z\n', '2025-10-16T08:48:37.686Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:37.687Z project Test Runner transformed file: null/store/breakpoints/index.ts 2025-10-16T08:48:18.339Z\n', '2025-10-16T08:48:37.687Z project Test Runner transformed file: null/tn-core-dialogs.js 2025-10-16T08:48:18.356Z\n', '2025-10-16T08:48:37.691Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:37.691Z project Test Runner transformed file: null/store/elements/index.ts 2025-10-16T08:48:18.379Z\n', '2025-10-16T08:48:37.691Z project Test Runner transformed file: null/store/selection/index.ts 2025-10-16T08:48:18.383Z\n', '2025-10-16T08:48:37.691Z project Test Runner transformed file: null/store/selection/index.ts 2025-10-16T08:48:18.386Z\n', '2025-10-16T08:48:37.692Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:37.692Z project Test Runner transformed file: null/store/utils/index.ts 2025-10-16T08:48:18.398Z\n', '2025-10-16T08:48:37.692Z project Test Runner transformed file: null/store/elements/reducers/crud.ts 2025-10-16T08:48:18.405Z\n', '2025-10-16T08:48:37.693Z project Test Runner transformed file: null/store/constants.ts 2025-10-16T08:48:18.407Z\n', '2025-10-16T08:48:37.693Z project Test Runner transformed file: null/store/constants.ts 2025-10-16T08:48:18.407Z\n', '2025-10-16T08:48:37.693Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:37.693Z project Test Runner transformed file: null/store/elements/reducers/crud.ts 2025-10-16T08:48:18.373Z\n', '2025-10-16T08:48:37.694Z project Test Runner transformed file: null/store/utils/index.ts 2025-10-16T08:48:18.420Z\n', '2025-10-16T08:48:37.695Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:37.723Z project Test Runner transformed file: null/tn-elem.js 2025-10-16T08:48:18.487Z\n', '2025-10-16T08:48:37.734Z project Test Runner transformed file: null/store/actions.ts 2025-10-16T08:48:18.524Z\n', '2025-10-16T08:48:37.734Z project Test Runner transformed file: null/store/actions.ts 2025-10-16T08:48:18.528Z\n', '2025-10-16T08:48:37.734Z project Test Runner transformed file: null/store/actions.ts 2025-10-16T08:48:18.533Z\n', '2025-10-16T08:48:37.734Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:37.734Z project Test Runner transformed file: null/tn-core-dictionary.js 2025-10-16T08:48:18.553Z\n', '2025-10-16T08:48:37.735Z project Test Runner transformed file: null/store/index.ts 2025-10-16T08:48:18.555Z\n', '2025-10-16T08:48:37.735Z project Test Runner transformed file: null/store/index.ts 2025-10-16T08:48:18.556Z\n', '2025-10-16T08:48:37.735Z project Test Runner transformed file: null/store/index.ts 2025-10-16T08:48:18.558Z\n', '2025-10-16T08:48:37.735Z project Test Runner transformed file: null/store/index.ts 2025-10-16T08:48:18.560Z\n', '2025-10-16T08:48:37.735Z project Test Runner transformed file: null/store/selection/index.ts 2025-10-16T08:48:18.562Z\n', '2025-10-16T08:48:37.735Z project Test Runner transformed file: null/tn-core-dictionary.js 2025-10-16T08:48:18.565Z\n', '2025-10-16T08:48:37.736Z project Test Runner transformed file: null/tn-elem.js 2025-10-16T08:48:18.625Z\n', '2025-10-16T08:48:37.749Z project Test Runner transformed file: null/store/actions.ts 2025-10-16T08:48:18.537Z\n', '2025-10-16T08:48:37.749Z project Test Runner transformed file: null/store/actions.ts 2025-10-16T08:48:18.542Z\n', '2025-10-16T08:48:37.749Z project Test Runner transformed file: null/store/selectors.ts 2025-10-16T08:48:18.545Z\n', '2025-10-16T08:48:37.749Z project Test Runner transformed file: null/store/selectors.ts 2025-10-16T08:48:18.548Z\n', '2025-10-16T08:48:37.749Z project Test Runner transformed file: null/store/batchingEnhancer.ts 2025-10-16T08:48:18.660Z\n', '2025-10-16T08:48:37.749Z project Test Runner transformed file: null/store/batchingEnhancer.ts 2025-10-16T08:48:18.661Z\n', '2025-10-16T08:48:37.749Z project Test Runner transformed file: null/store/batchingEnhancer.ts 2025-10-16T08:48:18.663Z\n', '2025-10-16T08:48:37.749Z project Test Runner transformed file: null/store/constants.ts 2025-10-16T08:48:18.663Z\n', '2025-10-16T08:48:37.749Z project Test Runner transformed file: null/tn-core-layers.js 2025-10-16T08:48:18.710Z\n', '2025-10-16T08:48:37.758Z project Test Runner transformed file: null/store/selection/index.ts 2025-10-16T08:48:18.784Z\n', '2025-10-16T08:48:37.759Z project Test Runner transformed file: null/store/selection/index.ts 2025-10-16T08:48:18.788Z\n', '2025-10-16T08:48:37.759Z project Test Runner transformed file: null/tn-core-dictionary.js 2025-10-16T08:48:18.791Z\n', '2025-10-16T08:48:37.761Z project Test Runner transformed file: null/store/constants.ts 2025-10-16T08:48:18.803Z\n', '2025-10-16T08:48:37.761Z project Test Runner transformed file: null/store/constants.ts 2025-10-16T08:48:18.803Z\n', '2025-10-16T08:48:37.761Z project Test Runner transformed file: null/store/constants.ts 2025-10-16T08:48:18.803Z\n', '2025-10-16T08:48:37.761Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:37.761Z project Test Runner transformed file: null/store/batchingEnhancer.ts 2025-10-16T08:48:18.740Z\n', '2025-10-16T08:48:37.762Z project Test Runner transformed file: null/tn-core-loadsave.js 2025-10-16T08:48:18.752Z\n', '2025-10-16T08:48:37.763Z project Test Runner transformed file: null/store/selectors.ts 2025-10-16T08:48:18.759Z\n', '2025-10-16T08:48:37.763Z project Test Runner transformed file: null/store/breakpoints/index.ts 2025-10-16T08:48:18.777Z\n', '2025-10-16T08:48:37.763Z project Test Runner transformed file: null/store/selectors.ts 2025-10-16T08:48:18.828Z\n', '2025-10-16T08:48:37.763Z project Test Runner transformed file: null/tn-elem.js 2025-10-16T08:48:18.884Z\n', '2025-10-16T08:48:37.774Z project Test Runner transformed file: null/tn-elem.js 2025-10-16T08:48:18.976Z\n', '2025-10-16T08:48:37.786Z project Test Runner transformed file: null/store/selectors.ts 2025-10-16T08:48:19.013Z\n', '2025-10-16T08:48:37.786Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:37.786Z project Test Runner transformed file: null/store/breakpoints/index.ts 2025-10-16T08:48:18.779Z\n', '2025-10-16T08:48:37.786Z project Test Runner transformed file: null/store/breakpoints/index.ts 2025-10-16T08:48:18.781Z\n', '2025-10-16T08:48:37.786Z project Test Runner transformed file: null/store/selection/index.ts 2025-10-16T08:48:18.795Z\n', '2025-10-16T08:48:37.786Z project Test Runner transformed file: null/store/elements/index.ts 2025-10-16T08:48:18.800Z\n', '2025-10-16T08:48:37.787Z project Test Runner transformed file: null/tn-core-loadsave.js 2025-10-16T08:48:18.813Z\n', '2025-10-16T08:48:37.788Z project Test Runner transformed file: null/tn-core-dictionary.js 2025-10-16T08:48:19.017Z\n', '2025-10-16T08:48:37.789Z project Test Runner transformed file: null/tn-core-dictionary.js 2025-10-16T08:48:19.022Z\n', '2025-10-16T08:48:37.789Z project Test Runner transformed file: null/tn-core-loadsave.js 2025-10-16T08:48:18.770Z\n', '2025-10-16T08:48:37.791Z project Test Runner transformed file: null/store/breakpoints/index.ts 2025-10-16T08:48:18.775Z\n', '2025-10-16T08:48:37.791Z project Test Runner transformed file: null/store/elements/reducers/crud.ts 2025-10-16T08:48:18.822Z\n', '2025-10-16T08:48:37.791Z project Test Runner transformed file: null/store/selectors.ts 2025-10-16T08:48:18.824Z\n', '2025-10-16T08:48:37.791Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:37.792Z project Test Runner transformed file: null/tn-core-dictionary.js 2025-10-16T08:48:19.027Z\n', '2025-10-16T08:48:37.793Z project Test Runner transformed file: null/tn-elem.js 2025-10-16T08:48:19.083Z\n', '2025-10-16T08:48:37.806Z project Test Runner transformed file: null/store/utils/nesting.ts 2025-10-16T08:48:19.120Z\n', '2025-10-16T08:48:37.807Z project Test Runner transformed file: null/tn-core-loadsave.js 2025-10-16T08:48:19.160Z\n', '2025-10-16T08:48:37.808Z project Test Runner transformed file: null/tn-core-guides.js 2025-10-16T08:48:19.183Z\n', '2025-10-16T08:48:37.813Z project Test Runner transformed file: null/store/elements/common.ts 2025-10-16T08:48:19.198Z\n', '2025-10-16T08:48:37.813Z project Test Runner transformed file: null/store/elements/reducers/fields.ts 2025-10-16T08:48:19.204Z\n', '2025-10-16T08:48:37.813Z project Test Runner transformed file: null/tn-elem.js 2025-10-16T08:48:19.262Z\n', '2025-10-16T08:48:37.825Z project Test Runner transformed file: null/tn-elem.js 2025-10-16T08:48:19.356Z\n', '2025-10-16T08:48:37.837Z project Test Runner transformed file: null/store/constants.ts 2025-10-16T08:48:19.123Z\n', '2025-10-16T08:48:37.837Z project Test Runner transformed file: null/tn-core-loadsave.js 2025-10-16T08:48:19.132Z\n', '2025-10-16T08:48:37.838Z project Test Runner transformed file: null/tn-core-loadsave.js 2025-10-16T08:48:19.146Z\n', '2025-10-16T08:48:37.841Z project Test Runner transformed file: null/tn-elem.js 2025-10-16T08:48:19.447Z\n', '2025-10-16T08:48:37.954Z project Test Runner transformed file: null/tn-core-dialogs.js 2025-10-16T08:48:19.511Z\n', '2025-10-16T08:48:37.957Z project Test Runner transformed file: null/tn-core-undo.js 2025-10-16T08:48:19.582Z\n', '2025-10-16T08:48:37.966Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:37.967Z project Test Runner transformed file: null/tn-core-outline.js 2025-10-16T08:48:19.627Z\n', '2025-10-16T08:48:37.970Z project Test Runner transformed file: null/store/elements/reducers/general.ts 2025-10-16T08:48:19.637Z\n', '2025-10-16T08:48:37.970Z project Test Runner transformed file: null/store/elements/reducers/hierarchy.ts 2025-10-16T08:48:19.645Z\n', '2025-10-16T08:48:37.970Z project Test Runner transformed file: null/tn-core-loadsave.js 2025-10-16T08:48:19.892Z\n', '2025-10-16T08:48:37.971Z project Test Runner transformed file: null/store/selection/index.ts 2025-10-16T08:48:19.899Z\n', '2025-10-16T08:48:37.971Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:37.971Z project Test Runner transformed file: null/tn-core-dictionary.js 2025-10-16T08:48:19.653Z\n', '2025-10-16T08:48:37.972Z project Test Runner transformed file: null/tn-core-outline.js 2025-10-16T08:48:19.671Z\n', '2025-10-16T08:48:37.975Z project Test Runner transformed file: null/tn-core-outline.js 2025-10-16T08:48:19.696Z\n', '2025-10-16T08:48:37.978Z project Test Runner transformed file: null/tn-core-outline.js 2025-10-16T08:48:19.721Z\n', '2025-10-16T08:48:37.981Z project Test Runner transformed file: null/tn-elem-events.js 2025-10-16T08:48:19.826Z\n', '2025-10-16T08:48:37.998Z project Test Runner transformed file: null/tn-elem-events.js 2025-10-16T08:48:19.999Z\n', '2025-10-16T08:48:38.015Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:38.016Z project Test Runner transformed file: null/tn-elem.js 2025-10-16T08:48:20.110Z\n', '2025-10-16T08:48:38.026Z project Test Runner transformed file: null/tn-elem-events.js 2025-10-16T08:48:20.245Z\n', '2025-10-16T08:48:38.043Z project Test Runner transformed file: null/tn-elem-events.js 2025-10-16T08:48:20.395Z\n', '2025-10-16T08:48:38.060Z project Test Runner transformed file: null/tn-core-dictionary.js 2025-10-16T08:48:20.609Z\n', '2025-10-16T08:48:38.061Z project Test Runner transformed file: null/tn-core-loadsave.js 2025-10-16T08:48:20.621Z\n', '2025-10-16T08:48:38.063Z project Test Runner transformed file: null/tn-elem-events.js 2025-10-16T08:48:20.727Z\n', '2025-10-16T08:48:38.081Z project Test Runner transformed file: null/tn-elem-events.js 2025-10-16T08:48:20.880Z\n', '2025-10-16T08:48:38.099Z project Test Runner transformed file: null/tn-elem-events.js 2025-10-16T08:48:21.033Z\n', '2025-10-16T08:48:38.119Z project Test Runner transformed file: null/tn-elem.js 2025-10-16T08:48:21.165Z\n', '2025-10-16T08:48:38.132Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:38.132Z project Test Runner transformed file: null/store/selectors.ts 2025-10-16T08:48:20.451Z\n', '2025-10-16T08:48:38.132Z project Test Runner transformed file: null/tn-core-outline.js 2025-10-16T08:48:20.469Z\n', '2025-10-16T08:48:38.135Z project Test Runner transformed file: null/tn-core-outline.js 2025-10-16T08:48:20.494Z\n', '2025-10-16T08:48:38.138Z project Test Runner transformed file: null/tn-core-outline.js 2025-10-16T08:48:20.519Z\n', '2025-10-16T08:48:38.142Z project Test Runner transformed file: null/tn-core-layers.js 2025-10-16T08:48:20.574Z\n', '2025-10-16T08:48:38.151Z project Test Runner transformed file: null/store/constants.ts 2025-10-16T08:48:21.213Z\n', '2025-10-16T08:48:38.151Z project Test Runner transformed file: null/tn-core-loadsave.js 2025-10-16T08:48:21.224Z\n', '2025-10-16T08:48:38.153Z project Test Runner transformed file: null/store/constants.ts 2025-10-16T08:48:21.578Z\n', '2025-10-16T08:48:38.153Z project Test Runner transformed file: null/store/utils/convert-state-to-backend.ts 2025-10-16T08:48:21.585Z\n', '2025-10-16T08:48:38.153Z project Test Runner transformed file: null/tn-elem-group.js 2025-10-16T08:48:21.664Z\n', '2025-10-16T08:48:38.167Z project Test Runner transformed file: null/tn-elem-group.js 2025-10-16T08:48:21.791Z\n', '2025-10-16T08:48:38.183Z project Test Runner transformed file: null/tn-elem-group.js 2025-10-16T08:48:21.916Z\n', '2025-10-16T08:48:38.198Z project Test Runner transformed file: null/tn-core-outline.js 2025-10-16T08:48:22.603Z\n', '2025-10-16T08:48:38.201Z project Test Runner transformed file: null/tn-elem-render.js 2025-10-16T08:48:22.660Z\n', '2025-10-16T08:48:38.212Z project Test Runner transformed file: null/tn-core-outline.js 2025-10-16T08:48:21.248Z\n', '2025-10-16T08:48:38.215Z project Test Runner transformed file: null/tn-elem-group.js 2025-10-16T08:48:21.335Z\n', '2025-10-16T08:48:38.230Z project Test Runner transformed file: null/store/utils/convert-backend-to-state.ts 2025-10-16T08:48:21.387Z\n', '2025-10-16T08:48:38.230Z project Test Runner transformed file: null/tn-elem-events.js 2025-10-16T08:48:21.488Z\n', '2025-10-16T08:48:38.248Z project Test Runner transformed file: null/tn-core-dictionary.js 2025-10-16T08:48:21.206Z\n', '2025-10-16T08:48:38.249Z project Test Runner transformed file: null/store/utils/nesting.ts 2025-10-16T08:48:21.210Z\n', '2025-10-16T08:48:38.249Z project Test Runner transformed file: null/store/utils/nesting.ts 2025-10-16T08:48:22.170Z\n', '2025-10-16T08:48:38.249Z project Test Runner transformed file: null/store/utils/nesting.ts 2025-10-16T08:48:22.173Z\n', '2025-10-16T08:48:38.249Z project Test Runner transformed file: null/store/utils/nesting.ts 2025-10-16T08:48:22.177Z\n', '2025-10-16T08:48:38.249Z project Test Runner transformed file: null/tn-elem-actions.js 2025-10-16T08:48:22.185Z\n', '2025-10-16T08:48:38.250Z project Test Runner transformed file: null/tn-elem-group.js 2025-10-16T08:48:22.272Z\n', '2025-10-16T08:48:38.266Z project Test Runner transformed file: null/tn-elem-group.js 2025-10-16T08:48:22.397Z\n', '2025-10-16T08:48:38.281Z project Test Runner transformed file: null/tn-elem-select.js 2025-10-16T08:48:22.453Z\n', '2025-10-16T08:48:38.282Z project Test Runner transformed file: null/tn-elem-group.js 2025-10-16T08:48:22.534Z\n', '2025-10-16T08:48:38.296Z project Test Runner transformed file: null/store/utils/nesting.ts 2025-10-16T08:48:21.544Z\n', '2025-10-16T08:48:38.298Z project Test Runner transformed file: null/store/utils/nesting.ts 2025-10-16T08:48:21.548Z\n', '2025-10-16T08:48:38.298Z project Test Runner transformed file: null/store/utils/nesting.ts 2025-10-16T08:48:21.551Z\n', '2025-10-16T08:48:38.298Z project Test Runner transformed file: null/tn-core-outline.js 2025-10-16T08:48:21.567Z\n', '2025-10-16T08:48:38.301Z project Test Runner transformed file: null/tn-elem-actions.js 2025-10-16T08:48:22.700Z\n', '2025-10-16T08:48:38.302Z project Test Runner transformed file: null/store/utils/nesting.ts 2025-10-16T08:48:22.707Z\n', '2025-10-16T08:48:38.302Z project Test Runner transformed file: null/tn-elem-actions.js 2025-10-16T08:48:22.716Z\n', '2025-10-16T08:48:38.304Z project Test Runner transformed file: null/tn-elem-add.js 2025-10-16T08:48:21.999Z\n', '2025-10-16T08:48:38.309Z project Test Runner transformed file: null/tn-elem-events.js 2025-10-16T08:48:22.111Z\n', '2025-10-16T08:48:38.329Z project Test Runner transformed file: null/tn-elem-actions.js 2025-10-16T08:48:22.727Z\n', '2025-10-16T08:48:38.431Z project Test Runner transformed file: null/store/constants.ts 2025-10-16T08:48:22.734Z\n', '2025-10-16T08:48:38.431Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:38.431Z project Test Runner transformed file: null/tn-elem-select.js 2025-10-16T08:48:22.742Z\n', '2025-10-16T08:48:38.432Z project Test Runner transformed file: null/tn-elem-select.js 2025-10-16T08:48:22.756Z\n', '2025-10-16T08:48:38.433Z project Test Runner transformed file: null/tn-elem-select.js 2025-10-16T08:48:22.768Z\n', '2025-10-16T08:48:38.434Z project Test Runner transformed file: null/tn-elem-group.js 2025-10-16T08:48:22.855Z\n', '2025-10-16T08:48:38.449Z project Test Runner transformed file: null/tn-elem-events.js 2025-10-16T08:48:23.022Z\n', '2025-10-16T08:48:38.465Z project Test Runner transformed file: null/tn-elem-render.js 2025-10-16T08:48:23.125Z\n', '2025-10-16T08:48:38.475Z project Test Runner transformed file: null/tn-elem-render.js 2025-10-16T08:48:23.201Z\n', '2025-10-16T08:48:38.485Z project Test Runner transformed file: null/tn-elem-render.js 2025-10-16T08:48:23.278Z\n', '2025-10-16T08:48:38.494Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:38.495Z project Test Runner transformed file: null/tn-elem-actions.js 2025-10-16T08:48:23.318Z\n', '2025-10-16T08:48:38.496Z project Test Runner transformed file: null/tn-elem-actions.js 2025-10-16T08:48:23.331Z\n', '2025-10-16T08:48:38.497Z project Test Runner transformed file: null/tn-elem-actions.js 2025-10-16T08:48:23.342Z\n', '2025-10-16T08:48:38.498Z project Test Runner transformed file: null/tn-panel.js 2025-10-16T08:48:23.426Z\n', '2025-10-16T08:48:38.512Z project Test Runner transformed file: null/tn-elem-group.js 2025-10-16T08:48:23.542Z\n', '2025-10-16T08:48:38.527Z project Test Runner transformed file: null/store/utils/nesting.ts 2025-10-16T08:48:24.258Z\n', '2025-10-16T08:48:38.527Z project Test Runner transformed file: null/tn-core-loadsave.js 2025-10-16T08:48:24.269Z\n', '2025-10-16T08:48:38.528Z project Test Runner transformed file: null/tn-elem-actions.js 2025-10-16T08:48:24.283Z\n', '2025-10-16T08:48:38.529Z project Test Runner transformed file: null/tn-elem-select.js 2025-10-16T08:48:23.597Z\n', '2025-10-16T08:48:38.530Z project Test Runner transformed file: null/tn-elem-select.js 2025-10-16T08:48:23.609Z\n', '2025-10-16T08:48:38.531Z project Test Runner transformed file: null/tn-elem-select.js 2025-10-16T08:48:23.622Z\n', '2025-10-16T08:48:38.533Z project Test Runner transformed file: null/tn-plugins-rulers.js 2025-10-16T08:48:25.494Z\n', '2025-10-16T08:48:38.537Z project Test Runner transformed file: null/tn-core-panel-trigger.js 2025-10-16T08:48:25.506Z\n', '2025-10-16T08:48:38.538Z project Test Runner transformed file: null/tn-elem-render.js 2025-10-16T08:48:23.679Z\n', '2025-10-16T08:48:38.546Z project Test Runner transformed file: null/tn-elem-render.js 2025-10-16T08:48:23.751Z\n', '2025-10-16T08:48:38.556Z project Test Runner transformed file: null/tn-elem-render.js 2025-10-16T08:48:23.827Z\n', '2025-10-16T08:48:38.566Z project Test Runner transformed file: null/store/utils/convert-backend-to-state.ts 2025-10-16T08:48:24.504Z\n', '2025-10-16T08:48:38.566Z project Test Runner transformed file: null/tn-panel.js 2025-10-16T08:48:24.587Z\n', '2025-10-16T08:48:38.580Z project Test Runner transformed file: null/tn-panel.js 2025-10-16T08:48:24.709Z\n', '2025-10-16T08:48:38.593Z project Test Runner transformed file: null/tn-panel.js 2025-10-16T08:48:24.837Z\n', '2025-10-16T08:48:38.607Z project Test Runner transformed file: null/translations/index.ts 2025-10-16T08:48:25.509Z\n', '2025-10-16T08:48:38.607Z project Test Runner transformed file: null/tn-core-panel-trigger.js 2025-10-16T08:48:25.513Z\n', '2025-10-16T08:48:38.607Z project Test Runner transformed file: null/tn-elem-add.js 2025-10-16T08:48:25.544Z\n', '2025-10-16T08:48:38.613Z project Test Runner transformed file: null/tn-elem-actions.js 2025-10-16T08:48:23.865Z\n', '2025-10-16T08:48:38.614Z project Test Runner transformed file: null/tn-core-panel-trigger.js 2025-10-16T08:48:23.873Z\n', '2025-10-16T08:48:38.614Z project Test Runner transformed file: null/tn-panel.js 2025-10-16T08:48:23.954Z\n', '2025-10-16T08:48:38.630Z project Test Runner transformed file: null/tn-panel.js 2025-10-16T08:48:24.071Z\n', '2025-10-16T08:48:38.644Z project Test Runner transformed file: null/tn-panel.js 2025-10-16T08:48:24.192Z\n', '2025-10-16T08:48:38.657Z project Test Runner transformed file: null/tn-core-dictionary.js 2025-10-16T08:48:24.237Z\n', '2025-10-16T08:48:38.658Z project Test Runner transformed file: null/store/utils/convert-state-to-backend.ts 2025-10-16T08:48:24.894Z\n', '2025-10-16T08:48:38.658Z project Test Runner transformed file: null/store/selection/index.ts 2025-10-16T08:48:25.471Z\n', '2025-10-16T08:48:38.658Z project Test Runner transformed file: null/tn-elem-select.js 2025-10-16T08:48:24.249Z\n', '2025-10-16T08:48:38.659Z project Test Runner transformed file: null/tn-elem-select.js 2025-10-16T08:48:24.297Z\n', '2025-10-16T08:48:38.660Z project Test Runner transformed file: null/tn-elem-group.js 2025-10-16T08:48:24.379Z\n', '2025-10-16T08:48:38.676Z project Test Runner transformed file: null/tn-elem-render.js 2025-10-16T08:48:24.471Z\n', '2025-10-16T08:48:38.684Z project Test Runner transformed file: null/store/selectors.ts 2025-10-16T08:48:25.129Z\n', '2025-10-16T08:48:38.684Z project Test Runner transformed file: null/tn-elem-add.js 2025-10-16T08:48:25.160Z\n', '2025-10-16T08:48:38.691Z project Test Runner transformed file: null/tn-elem-add.js 2025-10-16T08:48:25.203Z\n', '2025-10-16T08:48:38.696Z project Test Runner transformed file: null/tn-panel.js 2025-10-16T08:48:25.300Z\n', '2025-10-16T08:48:38.710Z project Test Runner transformed file: null/tn-elem-add.js 2025-10-16T08:48:25.025Z\n', '2025-10-16T08:48:38.715Z project Test Runner transformed file: null/tn-plugins-rulers.js 2025-10-16T08:48:25.056Z\n', '2025-10-16T08:48:38.718Z project Test Runner transformed file: null/tn-plugins-rulers.js 2025-10-16T08:48:25.083Z\n', '2025-10-16T08:48:38.723Z project Test Runner transformed file: null/tn-elem-render.js 2025-10-16T08:48:25.867Z\n', '2025-10-16T08:48:38.731Z project Test Runner transformed file: null/tn-elem-add.js 2025-10-16T08:48:25.925Z\n', '2025-10-16T08:48:38.737Z project Test Runner transformed file: null/tn-core-panel-trigger.js 2025-10-16T08:48:25.096Z\n', '2025-10-16T08:48:38.737Z project Test Runner transformed file: null/tn-plugins-rulers.js 2025-10-16T08:48:25.116Z\n', '2025-10-16T08:48:38.741Z project Test Runner transformed file: null/tn-panel-layout.js 2025-10-16T08:48:25.765Z\n', '2025-10-16T08:48:38.746Z project Test Runner transformed file: null/translations/locale/en.ts 2025-10-16T08:48:25.799Z\n', '2025-10-16T08:48:38.747Z project Test Runner transformed file: null/tn-core-panel-trigger.js 2025-10-16T08:48:25.345Z\n', '2025-10-16T08:48:38.748Z project Test Runner transformed file: null/tn-panel.js 2025-10-16T08:48:25.427Z\n', '2025-10-16T08:48:38.761Z project Test Runner transformed file: null/tn-panel-layout.js 2025-10-16T08:48:25.659Z\n', '2025-10-16T08:48:38.766Z project Test Runner transformed file: null/tn-panel-layout.js 2025-10-16T08:48:25.690Z\n', '2025-10-16T08:48:38.770Z project Test Runner transformed file: null/tn-elem-add.js 2025-10-16T08:48:25.730Z\n', '2025-10-16T08:48:38.777Z project Test Runner transformed file: null/tn-panel-ui-more.js 2025-10-16T08:48:25.989Z\n', '2025-10-16T08:48:38.786Z project Test Runner transformed file: null/tn-elem-actions.js 2025-10-16T08:48:25.568Z\n', '2025-10-16T08:48:38.787Z project Test Runner transformed file: null/tn-plugins-rulers.js 2025-10-16T08:48:25.590Z\n', '2025-10-16T08:48:38.790Z project Test Runner transformed file: null/tn-plugins-rulers.js 2025-10-16T08:48:25.617Z\n', '2025-10-16T08:48:38.794Z project Test Runner transformed file: null/tn-elem-select.js 2025-10-16T08:48:25.636Z\n', '2025-10-16T08:48:38.795Z project Test Runner transformed file: null/tn-core-panel-trigger.js 2025-10-16T08:48:24.909Z\n', '2025-10-16T08:48:38.796Z project Test Runner transformed file: null/tn-core-panel-trigger.js 2025-10-16T08:48:24.914Z\n', '2025-10-16T08:48:38.796Z project Test Runner transformed file: null/tn-elem-render.js 2025-10-16T08:48:24.963Z\n', '2025-10-16T08:48:38.906Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:38.907Z project Test Runner transformed file: null/tn-elem-add.js 2025-10-16T08:48:26.051Z\n', '2025-10-16T08:48:38.913Z project Test Runner transformed file: null/tn-panel-layout.js 2025-10-16T08:48:26.083Z\n', '2025-10-16T08:48:38.918Z project Test Runner transformed file: null/tn-panel-ui-more.js 2025-10-16T08:48:26.142Z\n', '2025-10-16T08:48:38.929Z project Test Runner transformed file: null/tn-panel-ui-more.js 2025-10-16T08:48:26.221Z\n', '2025-10-16T08:48:38.939Z project Test Runner transformed file: null/tn-core-panel-trigger.js 2025-10-16T08:48:26.256Z\n', '2025-10-16T08:48:38.941Z project Test Runner transformed file: null/tn-core-panel-trigger.js 2025-10-16T08:48:26.260Z\n', '2025-10-16T08:48:38.941Z project Test Runner transformed file: null/tn-plugins-rulers.js 2025-10-16T08:48:26.283Z\n', '2025-10-16T08:48:38.944Z project Test Runner transformed file: null/tn-plugins-rulers.js 2025-10-16T08:48:26.308Z\n', '2025-10-16T08:48:38.947Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:38.948Z project Test Runner transformed file: null/tn-panel-ui-more.js 2025-10-16T08:48:26.369Z\n', '2025-10-16T08:48:38.957Z project Test Runner transformed file: null/translations/locale/ru.ts 2025-10-16T08:48:26.424Z\n', '2025-10-16T08:48:38.960Z project Test Runner transformed file: null/tn-panel-layout.js 2025-10-16T08:48:27.074Z\n', '2025-10-16T08:48:38.965Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:38.965Z project Test Runner transformed file: null/tn-elem-add.js 2025-10-16T08:48:26.577Z\n', '2025-10-16T08:48:38.970Z project Test Runner transformed file: null/tn-panel-layout.js 2025-10-16T08:48:27.107Z\n', '2025-10-16T08:48:38.975Z project Test Runner transformed file: null/tn-panel-sbs.js 2025-10-16T08:48:27.157Z\n', '2025-10-16T08:48:38.984Z project Test Runner transformed file: null/tn-panel-sbs.js 2025-10-16T08:48:27.223Z\n', '2025-10-16T08:48:38.993Z project Test Runner transformed file: null/tn-panel-sbs.js 2025-10-16T08:48:27.288Z\n', '2025-10-16T08:48:39.001Z project Test Runner transformed file: null/tn-panel-sbs.js 2025-10-16T08:48:27.352Z\n', '2025-10-16T08:48:39.010Z project Test Runner transformed file: null/tn-panel-ui-more.js 2025-10-16T08:48:27.428Z\n', '2025-10-16T08:48:39.020Z project Test Runner transformed file: null/tn-panel-ui-more.js 2025-10-16T08:48:26.653Z\n', '2025-10-16T08:48:39.030Z project Test Runner transformed file: null/store/selectors.ts 2025-10-16T08:48:26.688Z\n', '2025-10-16T08:48:39.030Z project Test Runner transformed file: null/tn-panel-layout.js 2025-10-16T08:48:26.706Z\n', '2025-10-16T08:48:39.036Z project Test Runner transformed file: null/tn-panel-ui-more.js 2025-10-16T08:48:26.768Z\n', '2025-10-16T08:48:39.046Z project Test Runner transformed file: null/tn-core-zbsettings.js 2025-10-16T08:48:26.807Z\n', '2025-10-16T08:48:39.048Z project Test Runner transformed file: null/tn-core-zbsettings.js 2025-10-16T08:48:26.817Z\n', '2025-10-16T08:48:39.049Z project Test Runner transformed file: null/tn-core-zbsettings.js 2025-10-16T08:48:26.828Z\n', '2025-10-16T08:48:39.051Z project Test Runner transformed file: null/tn-core-zbsettings.js 2025-10-16T08:48:26.839Z\n', '2025-10-16T08:48:39.052Z project Test Runner transformed file: null/tn-panel.js 2025-10-16T08:48:26.925Z\n', '2025-10-16T08:48:39.066Z project Test Runner transformed file: null/tn-plugins-rulers.js 2025-10-16T08:48:26.981Z\n', '2025-10-16T08:48:39.069Z project Test Runner transformed file: null/store/selection/index.ts 2025-10-16T08:48:26.997Z\n', '2025-10-16T08:48:39.069Z project Test Runner transformed file: null/tn-elem-selected.js 2025-10-16T08:48:27.007Z\n', '2025-10-16T08:48:39.070Z project Test Runner transformed file: null/tn-elem-selected.js 2025-10-16T08:48:27.021Z\n', '2025-10-16T08:48:39.072Z project Test Runner transformed file: null/tn-elem-selected.js 2025-10-16T08:48:27.034Z\n', '2025-10-16T08:48:39.073Z project Test Runner transformed file: null/tn-elem-selected.js 2025-10-16T08:48:27.048Z\n', '2025-10-16T08:48:39.075Z project Test Runner transformed file: null/tn-panel-ui-more.js 2025-10-16T08:48:28.611Z\n', '2025-10-16T08:48:39.084Z project Test Runner transformed file: null/tn-panel-ui-slider.js 2025-10-16T08:48:28.681Z\n', '2025-10-16T08:48:39.091Z project Test Runner transformed file: null/tn-panel-ui-slider.js 2025-10-16T08:48:28.733Z\n', '2025-10-16T08:48:39.097Z project Test Runner transformed file: null/tn-panel-ui-slider.js 2025-10-16T08:48:28.787Z\n', '2025-10-16T08:48:39.102Z project Test Runner transformed file: null/tn-panel-ui-slider.js 2025-10-16T08:48:28.842Z\n', '2025-10-16T08:48:39.109Z project Test Runner transformed file: null/tn-panel-ui-more.js 2025-10-16T08:48:27.519Z\n', '2025-10-16T08:48:39.119Z project Test Runner transformed file: null/tn-panel-ui-more.js 2025-10-16T08:48:27.614Z\n', '2025-10-16T08:48:39.130Z project Test Runner transformed file: null/tn-core-zbsettings.js 2025-10-16T08:48:28.516Z\n', '2025-10-16T08:48:39.132Z project Test Runner transformed file: null/tn-core-zbsettings.js 2025-10-16T08:48:28.527Z\n', '2025-10-16T08:48:39.133Z project Test Runner transformed file: null/tn-core-zbsettings.js 2025-10-16T08:48:27.656Z\n', '2025-10-16T08:48:39.135Z project Test Runner transformed file: null/tn-panel-sbs-btns.js 2025-10-16T08:48:27.673Z\n', '2025-10-16T08:48:39.137Z project Test Runner transformed file: null/tn-panel-sbs-btns.js 2025-10-16T08:48:27.692Z\n', '2025-10-16T08:48:39.139Z project Test Runner transformed file: null/tn-core-zbsettings.js 2025-10-16T08:48:27.707Z\n', '2025-10-16T08:48:39.140Z project Test Runner transformed file: null/tn-panel-sbs-btns.js 2025-10-16T08:48:27.721Z\n', '2025-10-16T08:48:39.144Z project Test Runner transformed file: null/tn-core-zbsettings.js 2025-10-16T08:48:27.735Z\n', '2025-10-16T08:48:39.145Z project Test Runner transformed file: null/tn-core-panel-trigger.js 2025-10-16T08:48:27.743Z\n', '2025-10-16T08:48:39.146Z project Test Runner transformed file: null/tn-panel-sbs-btns.js 2025-10-16T08:48:27.756Z\n', '2025-10-16T08:48:39.147Z project Test Runner transformed file: null/tn-panel-sbs.js 2025-10-16T08:48:28.320Z\n', '2025-10-16T08:48:39.155Z project Test Runner transformed file: null/tn-panel-sbs.js 2025-10-16T08:48:28.386Z\n', '2025-10-16T08:48:39.165Z project Test Runner transformed file: null/tn-panel-sbs.js 2025-10-16T08:48:28.451Z\n', '2025-10-16T08:48:39.173Z project Test Runner transformed file: null/tn-panel-layout.js 2025-10-16T08:48:28.494Z\n', '2025-10-16T08:48:39.178Z project Test Runner transformed file: null/tn-panel-sbs-btns.js 2025-10-16T08:48:29.014Z\n', '2025-10-16T08:48:39.181Z project Test Runner transformed file: null/tn-panel-sbs-btns.js 2025-10-16T08:48:29.031Z\n', '2025-10-16T08:48:39.183Z project Test Runner transformed file: null/tn-panel-sbs-btns.js 2025-10-16T08:48:29.050Z\n', '2025-10-16T08:48:39.185Z project Test Runner transformed file: null/tn-plugins-bgposition.js 2025-10-16T08:48:29.082Z\n', '2025-10-16T08:48:39.190Z project Test Runner transformed file: null/tn-core-zbsettings.js 2025-10-16T08:48:29.105Z\n', '2025-10-16T08:48:39.191Z project Test Runner transformed file: null/tn-plugins-bgposition.js 2025-10-16T08:48:29.134Z\n', '2025-10-16T08:48:39.197Z project Test Runner transformed file: null/tn-plugins-bgposition.js 2025-10-16T08:48:29.174Z\n', '2025-10-16T08:48:39.201Z project Test Runner transformed file: null/tn-elem-selected.js 2025-10-16T08:48:27.776Z\n', '2025-10-16T08:48:39.202Z project Test Runner transformed file: null/tn-plugins-rulers.js 2025-10-16T08:48:27.799Z\n', '2025-10-16T08:48:39.205Z project Test Runner transformed file: null/tn-elem-selected.js 2025-10-16T08:48:27.818Z\n', '2025-10-16T08:48:39.207Z project Test Runner transformed file: null/tn-elem-selected.js 2025-10-16T08:48:27.833Z\n', '2025-10-16T08:48:39.208Z project Test Runner transformed file: null/tn-panel-layout.js 2025-10-16T08:48:26.456Z\n', '2025-10-16T08:48:39.213Z project Test Runner transformed file: null/tn-panel-layout.js 2025-10-16T08:48:26.491Z\n', '2025-10-16T08:48:39.218Z project Test Runner transformed file: null/tn-elem-add.js 2025-10-16T08:48:26.532Z\n', '2025-10-16T08:48:39.223Z project Test Runner transformed file: null/tn-elem-selected.js 2025-10-16T08:48:28.544Z\n', '2025-10-16T08:48:39.224Z project Test Runner transformed file: null/tn-elem-selected.js 2025-10-16T08:48:28.558Z\n', '2025-10-16T08:48:39.226Z project Test Runner transformed file: null/tn-panel-sbs.js 2025-10-16T08:48:28.907Z\n', '2025-10-16T08:48:39.236Z project Test Runner transformed file: null/tn-panel-sbs.js 2025-10-16T08:48:28.973Z\n', '2025-10-16T08:48:39.244Z project Test Runner transformed file: null/tn-panel-ui-selectbox.js 2025-10-16T08:48:27.904Z\n', '2025-10-16T08:48:39.258Z project Test Runner transformed file: null/tn-panel-ui-selectbox.js 2025-10-16T08:48:28.014Z\n', '2025-10-16T08:48:39.270Z project Test Runner transformed file: null/tn-panel-ui-selectbox.js 2025-10-16T08:48:28.122Z\n', '2025-10-16T08:48:39.282Z project Test Runner transformed file: null/tn-panel-ui-selectbox.js 2025-10-16T08:48:28.235Z\n', '2025-10-16T08:48:39.295Z project Test Runner transformed file: null/tn-plugins-bgposition.js 2025-10-16T08:48:29.220Z\n', '2025-10-16T08:48:39.302Z project Test Runner transformed file: null/tn-elem-selected.js 2025-10-16T08:48:29.246Z\n', '2025-10-16T08:48:39.410Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:39.411Z project Test Runner transformed file: null/tn-plugins-radius.js 2025-10-16T08:48:29.257Z\n', '2025-10-16T08:48:39.412Z project Test Runner transformed file: null/tn-plugins-radius.js 2025-10-16T08:48:29.264Z\n', '2025-10-16T08:48:39.412Z project Test Runner transformed file: null/tn-plugins-radius.js 2025-10-16T08:48:29.269Z\n', '2025-10-16T08:48:39.413Z project Test Runner transformed file: null/tn-plugins-radius.js 2025-10-16T08:48:29.276Z\n', '2025-10-16T08:48:39.413Z project Test Runner transformed file: null/tn-panel-ui-selectbox.js 2025-10-16T08:48:29.346Z\n', '2025-10-16T08:48:39.425Z project Test Runner transformed file: null/tn-panel-ui-selectbox.js 2025-10-16T08:48:29.454Z\n', '2025-10-16T08:48:39.436Z project Test Runner transformed file: null/tn-panel-ui-selectbox.js 2025-10-16T08:48:29.563Z\n', '2025-10-16T08:48:39.449Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:39.450Z project Test Runner transformed file: null/tn-plugins-easing.js 2025-10-16T08:48:29.625Z\n', '2025-10-16T08:48:39.453Z project Test Runner transformed file: null/tn-plugins-easing.js 2025-10-16T08:48:29.652Z\n', '2025-10-16T08:48:39.456Z project Test Runner transformed file: null/tn-plugins-easing.js 2025-10-16T08:48:29.680Z\n', '2025-10-16T08:48:39.460Z project Test Runner transformed file: null/tn-plugins-easing.js 2025-10-16T08:48:29.708Z\n', '2025-10-16T08:48:39.463Z project Test Runner transformed file: null/tn-panel-sbs.js 2025-10-16T08:48:29.756Z\n', '2025-10-16T08:48:39.471Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:39.471Z project Test Runner transformed file: null/tn-panel-sbs-btns.js 2025-10-16T08:48:29.796Z\n', '2025-10-16T08:48:39.473Z project Test Runner transformed file: null/tn-panel-sbs-btns.js 2025-10-16T08:48:29.815Z\n', '2025-10-16T08:48:39.476Z project Test Runner transformed file: null/tn-panel-ui-gallery.js 2025-10-16T08:48:32.069Z\n', '2025-10-16T08:48:39.480Z project Test Runner transformed file: null/tn-panel-ui-gallery.js 2025-10-16T08:48:32.098Z\n', '2025-10-16T08:48:39.484Z project Test Runner transformed file: null/tn-panel-ui-gallery.js 2025-10-16T08:48:32.127Z\n', '2025-10-16T08:48:39.488Z project Test Runner transformed file: null/tn-elem-paste.ts 2025-10-16T08:48:32.148Z\n', '2025-10-16T08:48:39.488Z project Test Runner transformed file: null/tn-panel-ui-gallery.js 2025-10-16T08:48:32.169Z\n', '2025-10-16T08:48:39.493Z project Test Runner transformed file: null/tn-elem-paste.ts 2025-10-16T08:48:32.190Z\n', '2025-10-16T08:48:39.494Z project Test Runner transformed file: null/tn-plugins-easing.js 2025-10-16T08:48:32.210Z\n', '2025-10-16T08:48:39.497Z project Test Runner transformed file: null/tn-panel-ui-input.js 2025-10-16T08:48:32.256Z\n', '2025-10-16T08:48:39.503Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:39.503Z project Test Runner transformed file: null/tn-plugins-tidy.js 2025-10-16T08:48:29.842Z\n', '2025-10-16T08:48:39.505Z project Test Runner transformed file: null/tn-plugins-tidy.js 2025-10-16T08:48:29.868Z\n', '2025-10-16T08:48:39.508Z project Test Runner transformed file: null/tn-panel-ui-selectbox.js 2025-10-16T08:48:29.942Z\n', '2025-10-16T08:48:39.519Z project Test Runner transformed file: null/tn-plugins-tidy.js 2025-10-16T08:48:30.001Z\n', '2025-10-16T08:48:39.521Z project Test Runner transformed file: null/tn-plugins-tidy.js 2025-10-16T08:48:30.028Z\n', '2025-10-16T08:48:39.523Z project Test Runner transformed file: null/tn-panel-ui-selectbox.js 2025-10-16T08:48:30.111Z\n', '2025-10-16T08:48:39.535Z project Test Runner transformed file: null/tn-panel-ui-slider.js 2025-10-16T08:48:31.023Z\n', '2025-10-16T08:48:39.540Z project Test Runner transformed file: null/globalstyles/tn-global-styles.ts 2025-10-16T08:48:31.255Z\n', '2025-10-16T08:48:39.540Z project Test Runner transformed file: null/globalstyles/tn-global-styles.ts 2025-10-16T08:48:31.259Z\n', '2025-10-16T08:48:39.541Z project Test Runner transformed file: null/globalstyles/tn-global-styles.ts 2025-10-16T08:48:31.264Z\n', '2025-10-16T08:48:39.541Z project Test Runner transformed file: null/globalstyles/tn-global-styles.ts 2025-10-16T08:48:31.268Z\n', '2025-10-16T08:48:39.541Z project Test Runner transformed file: null/tn-plugins-tidy.js 2025-10-16T08:48:31.284Z\n', '2025-10-16T08:48:39.544Z project Test Runner transformed file: null/tn-plugins-bgposition.js 2025-10-16T08:48:31.319Z\n', '2025-10-16T08:48:39.549Z project Test Runner transformed file: null/tn-plugins-tidy.js 2025-10-16T08:48:32.296Z\n', '2025-10-16T08:48:39.551Z project Test Runner transformed file: null/store/utils/convert-backend-to-state.ts 2025-10-16T08:48:33.251Z\n', '2025-10-16T08:48:39.551Z project Test Runner transformed file: null/store/utils/convert-backend-to-state.ts 2025-10-16T08:48:33.254Z\n', '2025-10-16T08:48:39.551Z project Test Runner transformed file: null/tn-plugins-colorpicker.js 2025-10-16T08:48:33.262Z\n', '2025-10-16T08:48:39.552Z project Test Runner transformed file: null/tn-plugins-smartalign.js 2025-10-16T08:48:30.173Z\n', '2025-10-16T08:48:39.554Z project Test Runner transformed file: null/tn-plugins-smartalign.js 2025-10-16T08:48:30.199Z\n', '2025-10-16T08:48:39.556Z project Test Runner transformed file: null/tn-plugins-smartalign.js 2025-10-16T08:48:30.221Z\n', '2025-10-16T08:48:39.559Z project Test Runner transformed file: null/tn-plugins-smartalign.js 2025-10-16T08:48:30.246Z\n', '2025-10-16T08:48:39.561Z project Test Runner transformed file: null/tn-panel-sbs-btns.js 2025-10-16T08:48:30.266Z\n', '2025-10-16T08:48:39.563Z project Test Runner transformed file: null/tn-panel-ui-slider.js 2025-10-16T08:48:30.311Z\n', '2025-10-16T08:48:39.569Z project Test Runner transformed file: null/tn-panel-ui-slider.js 2025-10-16T08:48:30.575Z\n', '2025-10-16T08:48:39.575Z project Test Runner transformed file: null/tn-panel-ui-slider.js 2025-10-16T08:48:30.632Z\n', '2025-10-16T08:48:39.580Z project Test Runner transformed file: null/tn-panel-ui-slider.js 2025-10-16T08:48:30.688Z\n', '2025-10-16T08:48:39.586Z project Test Runner transformed file: null/tn-plugins-bgposition.js 2025-10-16T08:48:30.731Z\n', '2025-10-16T08:48:39.591Z project Test Runner transformed file: null/tn-plugins-radius.js 2025-10-16T08:48:31.048Z\n', '2025-10-16T08:48:39.592Z project Test Runner transformed file: null/tn-plugins-easing.js 2025-10-16T08:48:31.074Z\n', '2025-10-16T08:48:39.595Z project Test Runner transformed file: null/tn-plugins-richeditor.js 2025-10-16T08:48:31.429Z\n', '2025-10-16T08:48:39.597Z project Test Runner transformed file: null/tn-plugins-richeditor.js 2025-10-16T08:48:31.456Z\n', '2025-10-16T08:48:39.600Z project Test Runner transformed file: null/tn-plugins-richeditor.js 2025-10-16T08:48:31.480Z\n', '2025-10-16T08:48:39.603Z project Test Runner transformed file: null/tn-plugins-richeditor.js 2025-10-16T08:48:31.507Z\n', '2025-10-16T08:48:39.606Z project Test Runner transformed file: null/tn-plugins-easing.js 2025-10-16T08:48:31.533Z\n', '2025-10-16T08:48:39.610Z project Test Runner transformed file: null/tn-plugins-easing.js 2025-10-16T08:48:31.561Z\n', '2025-10-16T08:48:39.613Z project Test Runner transformed file: null/tn-plugins-smartalign.js 2025-10-16T08:48:31.588Z\n', '2025-10-16T08:48:39.615Z project Test Runner transformed file: null/tn-plugins-easing.js 2025-10-16T08:48:31.611Z\n', '2025-10-16T08:48:39.618Z project Test Runner transformed file: null/tn-plugins-easing.js 2025-10-16T08:48:31.883Z\n', '2025-10-16T08:48:39.621Z project Test Runner transformed file: null/tn-panel-ui-input.js 2025-10-16T08:48:31.931Z\n', '2025-10-16T08:48:39.627Z project Test Runner transformed file: null/store/selectors.ts 2025-10-16T08:48:32.428Z\n', '2025-10-16T08:48:39.627Z project Test Runner transformed file: null/tn-plugins-smartalign.js 2025-10-16T08:48:32.444Z\n', '2025-10-16T08:48:39.629Z project Test Runner transformed file: null/tn-panel-ui-upload.js 2025-10-16T08:48:32.465Z\n', '2025-10-16T08:48:39.631Z project Test Runner transformed file: null/tn-panel-ui-upload.js 2025-10-16T08:48:32.482Z\n', '2025-10-16T08:48:39.633Z project Test Runner transformed file: null/tn-panel-ui-upload.js 2025-10-16T08:48:32.500Z\n', '2025-10-16T08:48:39.635Z project Test Runner transformed file: null/tn-plugins-colorpicker.js 2025-10-16T08:48:32.514Z\n', '2025-10-16T08:48:39.636Z project Test Runner transformed file: null/tn-panel-ui-upload.js 2025-10-16T08:48:32.528Z\n', '2025-10-16T08:48:39.637Z project Test Runner transformed file: null/tn-plugins-richeditor.js 2025-10-16T08:48:32.754Z\n', '2025-10-16T08:48:39.640Z project Test Runner transformed file: null/tn-plugins-images.js 2025-10-16T08:48:32.933Z\n', '2025-10-16T08:48:39.641Z project Test Runner transformed file: null/tn-plugins-images.js 2025-10-16T08:48:32.943Z\n', '2025-10-16T08:48:39.643Z project Test Runner transformed file: null/tn-plugins-colorpicker.js 2025-10-16T08:48:32.954Z\n', '2025-10-16T08:48:39.643Z project Test Runner transformed file: null/tn-plugins-colorpicker.js 2025-10-16T08:48:32.964Z\n', '2025-10-16T08:48:39.644Z project Test Runner transformed file: null/tn-plugins-vector.js 2025-10-16T08:48:32.984Z\n', '2025-10-16T08:48:39.646Z project Test Runner transformed file: null/tn-plugins-rulers-option.js 2025-10-16T08:48:33.042Z\n', '2025-10-16T08:48:39.648Z project Test Runner transformed file: null/globalstyles/tn-global-styles.ts 2025-10-16T08:48:33.051Z\n', '2025-10-16T08:48:39.648Z project Test Runner transformed file: null/tn-plugins-rulers-option.js 2025-10-16T08:48:33.062Z\n', '2025-10-16T08:48:39.650Z project Test Runner transformed file: null/tn-panel-ui-input.js 2025-10-16T08:48:33.103Z\n', '2025-10-16T08:48:39.656Z project Test Runner transformed file: null/tn-plugins.js 2025-10-16T08:48:33.951Z\n', '2025-10-16T08:48:39.657Z project Test Runner transformed file: null/tn-plugins-images.js 2025-10-16T08:48:33.961Z\n', '2025-10-16T08:48:39.658Z project Test Runner transformed file: null/tn-plugins-vector.js 2025-10-16T08:48:33.983Z\n', '2025-10-16T08:48:39.660Z project Test Runner transformed file: null/tn-elem-paste.ts 2025-10-16T08:48:30.347Z\n', '2025-10-16T08:48:39.661Z project Test Runner transformed file: null/tn-elem-paste.ts 2025-10-16T08:48:30.359Z\n', '2025-10-16T08:48:39.661Z project Test Runner transformed file: null/tn-elem-paste.ts 2025-10-16T08:48:30.373Z\n', '2025-10-16T08:48:39.662Z project Test Runner transformed file: null/tn-elem-paste.ts 2025-10-16T08:48:30.385Z\n', '2025-10-16T08:48:39.662Z project Test Runner transformed file: null/tn-panel-ui-selectbox.js 2025-10-16T08:48:30.460Z\n', '2025-10-16T08:48:39.673Z project Test Runner transformed file: null/tn-panel-ui-input.js 2025-10-16T08:48:30.790Z\n', '2025-10-16T08:48:39.680Z project Test Runner transformed file: null/tn-panel-ui-input.js 2025-10-16T08:48:30.850Z\n', '2025-10-16T08:48:39.689Z project Test Runner transformed file: null/tn-panel-ui-input.js 2025-10-16T08:48:30.910Z\n', '2025-10-16T08:48:39.695Z project Test Runner transformed file: null/tn-panel-ui-input.js 2025-10-16T08:48:30.968Z\n', '2025-10-16T08:48:39.701Z project Test Runner transformed file: null/tn-elem-paste.ts 2025-10-16T08:48:31.637Z\n', '2025-10-16T08:48:39.702Z project Test Runner transformed file: null/tn-plugins-vector.js 2025-10-16T08:48:31.656Z\n', '2025-10-16T08:48:39.705Z project Test Runner transformed file: null/translations/index.ts 2025-10-16T08:48:33.307Z\n', '2025-10-16T08:48:39.705Z project Test Runner transformed file: null/translations/index.ts 2025-10-16T08:48:33.308Z\n', '2025-10-16T08:48:39.705Z project Test Runner transformed file: null/translations/index.ts 2025-10-16T08:48:33.308Z\n', '2025-10-16T08:48:39.705Z project Test Runner transformed file: null/tn-plugins-richeditor.js 2025-10-16T08:48:33.324Z\n', '2025-10-16T08:48:39.708Z project Test Runner transformed file: null/tn-plugins-vector.js 2025-10-16T08:48:33.447Z\n', '2025-10-16T08:48:39.710Z project Test Runner transformed file: null/tn-panel-ui-upload.js 2025-10-16T08:48:33.468Z\n', '2025-10-16T08:48:39.712Z project Test Runner transformed file: null/tn-plugins-vector.js 2025-10-16T08:48:33.492Z\n', '2025-10-16T08:48:39.714Z project Test Runner transformed file: null/translations/locale/en.ts 2025-10-16T08:48:33.520Z\n', '2025-10-16T08:48:39.716Z project Test Runner transformed file: null/translations/locale/en.ts 2025-10-16T08:48:33.552Z\n', '2025-10-16T08:48:39.718Z project Test Runner transformed file: null/tn-panel-ui-gallery.js 2025-10-16T08:48:34.016Z\n', '2025-10-16T08:48:39.722Z project Test Runner transformed file: null/tn-plugins-colorpicker.js 2025-10-16T08:48:31.092Z\n', '2025-10-16T08:48:39.723Z project Test Runner transformed file: null/tn-plugins-colorpicker.js 2025-10-16T08:48:31.102Z\n', '2025-10-16T08:48:39.723Z project Test Runner transformed file: null/tn-plugins-colorpicker.js 2025-10-16T08:48:31.112Z\n', '2025-10-16T08:48:39.724Z project Test Runner transformed file: null/tn-plugins-bgposition.js 2025-10-16T08:48:31.142Z\n', '2025-10-16T08:48:39.729Z project Test Runner transformed file: null/tn-plugins-bgposition.js 2025-10-16T08:48:31.181Z\n', '2025-10-16T08:48:39.733Z project Test Runner transformed file: null/tn-plugins-colorpicker.js 2025-10-16T08:48:31.204Z\n', '2025-10-16T08:48:39.734Z project Test Runner transformed file: null/tn-plugins-bgposition.js 2025-10-16T08:48:31.231Z\n', '2025-10-16T08:48:39.739Z project Test Runner transformed file: null/tn-plugins-radius.js 2025-10-16T08:48:31.671Z\n', '2025-10-16T08:48:39.739Z project Test Runner transformed file: null/tn-plugins-tidy.js 2025-10-16T08:48:31.689Z\n', '2025-10-16T08:48:39.742Z project Test Runner transformed file: null/tn-plugins-tidy.js 2025-10-16T08:48:31.712Z\n', '2025-10-16T08:48:39.744Z project Test Runner transformed file: null/tn-plugins-vector.js 2025-10-16T08:48:31.737Z\n', '2025-10-16T08:48:39.746Z project Test Runner transformed file: null/tn-plugins-tidy.js 2025-10-16T08:48:31.764Z\n', '2025-10-16T08:48:39.749Z project Test Runner transformed file: null/globalstyles/tn-global-styles.ts 2025-10-16T08:48:32.545Z\n', '2025-10-16T08:48:39.749Z project Test Runner transformed file: null/tn-plugins-figma.js 2025-10-16T08:48:32.571Z\n', '2025-10-16T08:48:39.754Z project Test Runner transformed file: null/tn-plugins-figma.js 2025-10-16T08:48:32.610Z\n', '2025-10-16T08:48:39.758Z project Test Runner transformed file: null/tn-plugins-figma.js 2025-10-16T08:48:32.649Z\n', '2025-10-16T08:48:39.763Z project Test Runner transformed file: null/tn-plugins-figma.js 2025-10-16T08:48:32.688Z\n', '2025-10-16T08:48:39.769Z project Test Runner transformed file: null/tn-plugins-smartalign.js 2025-10-16T08:48:31.971Z\n', '2025-10-16T08:48:39.771Z project Test Runner transformed file: null/tn-plugins-smartalign.js 2025-10-16T08:48:31.992Z\n', '2025-10-16T08:48:39.773Z project Test Runner transformed file: null/tn-plugins-smartalign.js 2025-10-16T08:48:32.016Z\n', '2025-10-16T08:48:39.775Z project Test Runner transformed file: null/tn-plugins.js 2025-10-16T08:48:32.027Z\n', '2025-10-16T08:48:39.776Z project Test Runner transformed file: null/tn-plugins.js 2025-10-16T08:48:32.031Z\n', '2025-10-16T08:48:39.776Z project Test Runner transformed file: null/tn-plugins-richeditor.js 2025-10-16T08:48:33.175Z\n', '2025-10-16T08:48:39.779Z project Test Runner transformed file: null/tn-plugins-richeditor.js 2025-10-16T08:48:33.201Z\n', '2025-10-16T08:48:39.783Z project Test Runner transformed file: null/store/utils/convert-backend-to-state.ts 2025-10-16T08:48:33.214Z\n', '2025-10-16T08:48:39.783Z project Test Runner transformed file: null/store/utils/convert-backend-to-state.ts 2025-10-16T08:48:33.218Z\n', '2025-10-16T08:48:39.783Z project Test Runner transformed file: null/tn-panel-ui-gallery.js 2025-10-16T08:48:33.236Z\n', '2025-10-16T08:48:39.787Z project Test Runner transformed file: null/translations/index.ts 2025-10-16T08:48:33.336Z\n', '2025-10-16T08:48:39.787Z project Test Runner transformed file: null/tn-panel-ui-gallery.js 2025-10-16T08:48:33.353Z\n', '2025-10-16T08:48:39.791Z project Test Runner transformed file: null/tn-plugins.js 2025-10-16T08:48:33.619Z\n', '2025-10-16T08:48:39.791Z project Test Runner transformed file: null/tn-panel-ui-upload.js 2025-10-16T08:48:33.634Z\n', '2025-10-16T08:48:39.793Z project Test Runner transformed file: null/tn-plugins-vector.js 2025-10-16T08:48:33.655Z\n', '2025-10-16T08:48:39.795Z project Test Runner transformed file: null/tn-plugins-richeditor.js 2025-10-16T08:48:33.681Z\n', '2025-10-16T08:48:39.799Z project Test Runner transformed file: null/translations/locale/ru.ts 2025-10-16T08:48:33.715Z\n', '2025-10-16T08:48:39.800Z project Test Runner transformed file: null/translations/locale/ru.ts 2025-10-16T08:48:33.753Z\n', '2025-10-16T08:48:39.802Z project Test Runner transformed file: null/translations/locale/ru.ts 2025-10-16T08:48:33.792Z\n', '2025-10-16T08:48:39.803Z project Test Runner transformed file: null/translations/locale/ru.ts 2025-10-16T08:48:33.830Z\n', '2025-10-16T08:48:39.805Z project Test Runner transformed file: null/tn-panel-ui-input.js 2025-10-16T08:48:32.343Z\n', '2025-10-16T08:48:39.811Z project Test Runner transformed file: null/tn-panel-ui-input.js 2025-10-16T08:48:32.400Z\n', '2025-10-16T08:48:39.818Z project Test Runner transformed file: null/globalstyles/tn-global-styles.ts 2025-10-16T08:48:32.998Z\n', '2025-10-16T08:48:39.818Z project Test Runner transformed file: null/tn-plugins-rulers-option.js 2025-10-16T08:48:33.009Z\n', '2025-10-16T08:48:39.820Z project Test Runner transformed file: null/tn-plugins-rulers-option.js 2025-10-16T08:48:33.026Z\n', '2025-10-16T08:48:39.821Z project Test Runner transformed file: null/tn-plugins-images.js 2025-10-16T08:48:32.911Z\n', '2025-10-16T08:48:39.823Z project Test Runner transformed file: null/tn-plugins-images.js 2025-10-16T08:48:32.922Z\n', '2025-10-16T08:48:39.824Z project Test Runner transformed file: null/tn-plugins.js 2025-10-16T08:48:33.573Z\n', '2025-10-16T08:48:39.824Z project Test Runner transformed file: null/tn-plugins-figma.js 2025-10-16T08:48:33.600Z\n', '2025-10-16T08:48:39.829Z project Test Runner transformed file: null/tn-plugins-radius.js 2025-10-16T08:48:31.340Z\n', '2025-10-16T08:48:39.830Z project Test Runner transformed file: null/tn-plugins-radius.js 2025-10-16T08:48:31.346Z\n', '2025-10-16T08:48:39.830Z project Test Runner transformed file: null/tn-plugins-radius.js 2025-10-16T08:48:31.352Z\n', '2025-10-16T08:48:39.831Z project Test Runner transformed file: null/tn-panel-ui-slider.js 2025-10-16T08:48:31.392Z\n', '2025-10-16T08:48:39.837Z project Test Runner transformed file: null/tn-plugins-vector.js 2025-10-16T08:48:31.787Z\n', '2025-10-16T08:48:39.840Z project Test Runner transformed file: null/tn-plugins-vector.js 2025-10-16T08:48:31.813Z\n', '2025-10-16T08:48:39.842Z project Test Runner transformed file: null/tn-plugins-bgposition.js 2025-10-16T08:48:31.849Z\n', '2025-10-16T08:48:39.847Z project Test Runner transformed file: null/tn-plugins.js 2025-10-16T08:48:32.037Z\n', '2025-10-16T08:48:39.847Z project Test Runner transformed file: null/tn-plugins.js 2025-10-16T08:48:32.041Z\n', '2025-10-16T08:48:39.848Z project Test Runner transformed file: null/tn-plugins-radius.js 2025-10-16T08:48:32.047Z\n', '2025-10-16T08:48:39.849Z project Test Runner transformed file: null/store/selection/index.ts 2025-10-16T08:48:32.538Z\n', '2025-10-16T08:48:39.849Z project Test Runner transformed file: null/tn-plugins-colorpicker.js 2025-10-16T08:48:32.710Z\n', '2025-10-16T08:48:39.850Z project Test Runner transformed file: null/tn-plugins-tidy.js 2025-10-16T08:48:32.728Z\n', '2025-10-16T08:48:39.852Z project Test Runner transformed file: null/globalstyles/tn-global-styles.ts 2025-10-16T08:48:32.767Z\n', '2025-10-16T08:48:39.852Z project Test Runner transformed file: null/tn-elem-paste.ts 2025-10-16T08:48:32.776Z\n', '2025-10-16T08:48:39.853Z project Test Runner transformed file: null/tn-plugins-smartalign.js 2025-10-16T08:48:32.794Z\n', '2025-10-16T08:48:39.855Z project Test Runner transformed file: null/tn-plugins.js 2025-10-16T08:48:33.129Z\n', '2025-10-16T08:48:39.855Z project Test Runner transformed file: null/tn-plugins-vector.js 2025-10-16T08:48:33.147Z\n', '2025-10-16T08:48:39.858Z project Test Runner transformed file: null/globalstyles/tn-global-styles.ts 2025-10-16T08:48:33.298Z\n', '2025-10-16T08:48:39.858Z project Test Runner transformed file: null/tn-plugins.js 2025-10-16T08:48:33.303Z\n', '2025-10-16T08:48:39.858Z project Test Runner transformed file: null/tn-panel-ui-gallery.js 2025-10-16T08:48:33.863Z\n', '2025-10-16T08:48:39.863Z project Test Runner transformed file: null/tn-panel-ui-gallery.js 2025-10-16T08:48:33.893Z\n', '2025-10-16T08:48:39.866Z project Test Runner transformed file: null/tn-plugins-figma.js 2025-10-16T08:48:33.931Z\n', '2025-10-16T08:48:39.871Z project Test Runner transformed file: null/tn-plugins-richeditor.js 2025-10-16T08:48:32.823Z\n', '2025-10-16T08:48:39.874Z project Test Runner transformed file: null/tn-elem-paste.ts 2025-10-16T08:48:32.842Z\n', '2025-10-16T08:48:39.875Z project Test Runner transformed file: null/tn-panel-ui-input.js 2025-10-16T08:48:32.882Z\n', '2025-10-16T08:48:39.883Z project Test Runner transformed file: null/store/utils/convert-state-to-backend.ts 2025-10-16T08:48:33.272Z\n', '2025-10-16T08:48:39.884Z project Test Runner transformed file: null/store/utils/convert-state-to-backend.ts 2025-10-16T08:48:33.279Z\n', '2025-10-16T08:48:39.884Z project Test Runner transformed file: null/store/utils/convert-state-to-backend.ts 2025-10-16T08:48:33.287Z\n', '2025-10-16T08:48:39.884Z project Test Runner transformed file: null/store/utils/convert-state-to-backend.ts 2025-10-16T08:48:33.293Z\n', '2025-10-16T08:48:39.885Z project Test Runner transformed file: null/translations/locale/en.ts 2025-10-16T08:48:33.385Z\n', '2025-10-16T08:48:39.886Z project Test Runner transformed file: null/translations/locale/en.ts 2025-10-16T08:48:33.418Z\n', '2025-10-16T08:48:39.888Z project Test Runner transformed file: null/tn-plugins-rulers-option.js 2025-10-16T08:48:34.039Z\n', '2025-10-16T08:48:39.932Z workers [i6ujk.1] Loaded unknown number of test(s)\n', '2025-10-16T08:48:39.933Z workers [i6ujk.1] Test executed: should set elements and artboard from action payload\n', '2025-10-16T08:48:39.934Z workers [d4nf5.1] Loaded unknown number of test(s)\n', '2025-10-16T08:48:39.934Z workers [23unf.1] Loaded unknown number of test(s)\n', '2025-10-16T08:48:39.934Z workers [4pk9y.1] Loaded unknown number of test(s)\n', '2025-10-16T08:48:39.935Z workers [d4nf5.1] Test executed: buildStore: should create store with simple artboard and elements\n', '2025-10-16T08:48:39.935Z workers [d4nf5.1] Test executed: buildStore: should handle nested groups\n', '2025-10-16T08:48:39.935Z workers [4pk9y.1] Test executed: createElement: should add element to end of empty artboard children\n', '2025-10-16T08:48:39.935Z workers [4pk9y.1] Test executed: createElement: should add element to end of existing artboard children\n', '2025-10-16T08:48:39.936Z workers [4pk9y.1] Test executed: createElement: should add element to end of group children\n', "2025-10-16T08:48:39.936Z workers [4pk9y.1] Test executed: 'createElement: should insert at index…'\n", "2025-10-16T08:48:39.940Z workers [4pk9y.1] Test executed: 'createElement: should insert at index…'\n", "2025-10-16T08:48:39.940Z workers [4pk9y.1] Test executed: 'createElement: should insert at last …'\n", "2025-10-16T08:48:39.940Z workers [4pk9y.1] Test executed: 'createElement: should handle negative…'\n", '2025-10-16T08:48:39.941Z workers [23unf.1] Test executed: should return positioned tree data for elements without children\n', "2025-10-16T08:48:39.942Z workers [4pk9y.1] Test executed: 'createElement: should handle index ex…'\n", "2025-10-16T08:48:39.942Z workers [4pk9y.1] Test executed: 'createElement: should reverse array d…'\n", "2025-10-16T08:48:39.942Z workers [4pk9y.1] Test executed: 'createElement: should handle negative…'\n", '2025-10-16T08:48:39.942Z workers [4pk9y.1] Test executed: createElement: should handle elem_id property and convert to id\n', '2025-10-16T08:48:39.942Z workers [4pk9y.1] Test executed: createElement: should preserve other properties\n', '2025-10-16T08:48:39.942Z workers [23unf.1] Test executed: should return positioned tree data with nested children in groups\n', '2025-10-16T08:48:39.943Z workers [4pk9y.1] Test executed: should handle creating element in non-existent parent\n', '2025-10-16T08:48:39.943Z workers [4pk9y.1] Test executed: groupElements: should create group and move children from artboard\n', '2025-10-16T08:48:39.943Z workers [4pk9y.1] Test executed: groupElements: should move children from different parents\n', '2025-10-16T08:48:39.943Z workers [4pk9y.1] Test executed: groupElements: should preserve child order in group\n', "2025-10-16T08:48:39.943Z workers [4pk9y.1] Test executed: 'groupElements: should position group …'\n", "2025-10-16T08:48:39.943Z workers [4pk9y.1] Test executed: 'groupElements: should position group …'\n", "2025-10-16T08:48:39.943Z workers [4pk9y.1] Test executed: 'groupElements: should handle zeroStat…'\n", '2025-10-16T08:48:39.943Z workers [23unf.1] Test executed: should handle deeply nested groups and maintain index at each level\n', "2025-10-16T08:48:39.943Z workers [4pk9y.1] Test executed: 'groupElements: should handle negative…'\n", '2025-10-16T08:48:39.943Z workers [4pk9y.1] Test executed: groupElements: should create group within existing group\n', '2025-10-16T08:48:39.943Z workers [4pk9y.1] Test executed: createGroup: should create group with new elements\n', '2025-10-16T08:48:39.943Z workers [4pk9y.1] Test executed: createGroup: should create group with flex auto reversed elements\n', '2025-10-16T08:48:39.943Z workers [4pk9y.1] Test executed: createGroup: should create nested groups within group\n', '2025-10-16T08:48:39.943Z workers [4pk9y.1] Test executed: createGroup: should position group at specific index\n', '2025-10-16T08:48:39.944Z workers [23unf.1] Test executed: should filter out non-existent elements and assign correct indices\n', "2025-10-16T08:48:39.944Z workers [4pk9y.1] Test executed: 'deleteElement: should delete element …'\n", '2025-10-16T08:48:39.944Z workers [4pk9y.1] Test executed: deleteElement: should delete element from group\n', '2025-10-16T08:48:39.944Z workers [23unf.1] Test executed: should return mapping of group ids to their children\n', '2025-10-16T08:48:39.944Z workers [4pk9y.1] Test executed: deleteElement: should recursively delete group and all children\n', '2025-10-16T08:48:39.944Z workers [4pk9y.1] Test executed: deleteElement: should handle deeply nested deletion\n', '2025-10-16T08:48:39.944Z workers [4pk9y.1] Test executed: should handle missing element gracefully\n', '2025-10-16T08:48:39.944Z workers [4pk9y.1] Test executed: should handle deletion when element has undefined groupid\n', '2025-10-16T08:48:39.961Z workers [52g97.1] Loaded unknown number of test(s)\n', '2025-10-16T08:48:39.962Z workers [52g97.1] Test executed: should parse public VK video URLs from e2e reference\n', '2025-10-16T08:48:39.962Z workers [52g97.1] Test executed: should parse private VK video URLs from e2e reference\n', '2025-10-16T08:48:39.962Z workers [52g97.1] Test executed: should parse VK clips URLs with full vkclips path\n', '2025-10-16T08:48:39.962Z workers [52g97.1] Test executed: should parse VK clips URLs with direct clip path\n', '2025-10-16T08:48:39.962Z workers [52g97.1] Test executed: should handle direct video ID input with owner only\n', '2025-10-16T08:48:39.962Z workers [52g97.1] Test executed: should handle direct video ID input with owner and video ID\n', '2025-10-16T08:48:39.962Z workers [52g97.1] Test executed: should return false for invalid ID with extra text\n', '2025-10-16T08:48:39.962Z workers [52g97.1] Test executed: should return false for invalid VK URLs\n', '2025-10-16T08:48:39.962Z workers [52g97.1] Test executed: should return false for empty string\n', '2025-10-16T08:48:39.962Z workers [52g97.1] Test executed: should return false for null input\n', '2025-10-16T08:48:39.962Z workers [52g97.1] Test executed: should return false for undefined input\n', '2025-10-16T08:48:39.963Z workers [52g97.1] Test executed: should handle simple addition\n', '2025-10-16T08:48:39.963Z workers [52g97.1] Test executed: should handle simple subtraction\n', '2025-10-16T08:48:39.963Z workers [52g97.1] Test executed: should handle simple multiplication\n', '2025-10-16T08:48:39.963Z workers [52g97.1] Test executed: should handle simple division\n', '2025-10-16T08:48:39.963Z workers [52g97.1] Test executed: should handle mixed operations with correct precedence\n', '2025-10-16T08:48:39.963Z workers [52g97.1] Test executed: should handle subtraction with multiplication\n', '2025-10-16T08:48:39.963Z workers [52g97.1] Test executed: should handle division with addition\n', '2025-10-16T08:48:39.963Z workers [52g97.1] Test executed: should handle simple brackets\n', '2025-10-16T08:48:39.963Z workers [52g97.1] Test executed: should handle nested brackets\n', '2025-10-16T08:48:39.963Z workers [52g97.1] Test executed: should handle multiple bracket groups\n', '2025-10-16T08:48:39.963Z workers [52g97.1] Test executed: should handle complex nested brackets\n', '2025-10-16T08:48:39.963Z workers [52g97.1] Test executed: should handle brackets with division\n', '2025-10-16T08:48:39.963Z workers [52g97.1] Test executed: should handle expressions with spaces\n', '2025-10-16T08:48:39.963Z workers [52g97.1] Test executed: should handle brackets with spaces\n', '2025-10-16T08:48:39.964Z workers [52g97.1] Test executed: should handle complex expression with spaces\n', '2025-10-16T08:48:39.964Z workers [52g97.1] Test executed: should handle decimal addition\n', '2025-10-16T08:48:39.964Z workers [52g97.1] Test executed: should handle division with decimals\n', '2025-10-16T08:48:39.964Z workers [52g97.1] Test executed: should handle decimal multiplication\n', '2025-10-16T08:48:39.964Z workers [52g97.1] Test executed: should round to 2 decimal places\n', '2025-10-16T08:48:39.964Z workers [52g97.1] Test executed: should handle number input\n', '2025-10-16T08:48:39.964Z workers [52g97.1] Test executed: should handle string number\n', '2025-10-16T08:48:39.965Z workers [52g97.1] Test executed: should return integer when noFraction is true\n', '2025-10-16T08:48:39.965Z workers [52g97.1] Test executed: should return float when noFraction is false\n', '2025-10-16T08:48:39.965Z workers [52g97.1] Test executed: should handle single number\n', '2025-10-16T08:48:39.965Z workers [52g97.1] Test executed: should handle negative numbers\n', '2025-10-16T08:48:39.965Z workers [52g97.1] Test executed: should handle complex expression\n', '2025-10-16T08:48:39.965Z workers [rwyli.1] Loaded unknown number of test(s)\n', '2025-10-16T08:48:39.965Z workers [52g97.1] Test executed: should handle division by zero by falling back to parseInt\n', '2025-10-16T08:48:39.965Z workers [52g97.1] Test executed: should handle invalid characters by falling back to parseInt\n', '2025-10-16T08:48:39.965Z workers [52g97.1] Test executed: should handle invalid brackets by falling back to parseInt\n', '2025-10-16T08:48:39.965Z workers [52g97.1] Test executed: should handle starting with operator by falling back to parseInt\n', '2025-10-16T08:48:39.965Z workers [52g97.1] Test executed: should handle double operators by falling back to parseInt\n', '2025-10-16T08:48:39.965Z workers [52g97.1] Test executed: should not multiply step 0.05\n', '2025-10-16T08:48:39.965Z workers [52g97.1] Test executed: should not multiply step 0.5\n', '2025-10-16T08:48:39.965Z workers [52g97.1] Test executed: should not multiply step 5\n', '2025-10-16T08:48:39.965Z workers [52g97.1] Test executed: should not multiply step 50\n', '2025-10-16T08:48:39.965Z workers [52g97.1] Test executed: should not multiply step 105\n', '2025-10-16T08:48:39.965Z workers [52g97.1] Test executed: should not multiply step 150\n', '2025-10-16T08:48:39.966Z workers [52g97.1] Test executed: should not multiply step 500\n', '2025-10-16T08:48:39.966Z workers [rwyli.1] Test executed: should set field value for element\n', '2025-10-16T08:48:39.966Z workers [rwyli.1] Test executed: should set responsive field value for element\n', '2025-10-16T08:48:39.966Z workers [52g97.1] Test executed: should not multiply step 0.01\n', '2025-10-16T08:48:39.966Z workers [52g97.1] Test executed: should not multiply step 0.1\n', '2025-10-16T08:48:39.966Z workers [rwyli.1] Test executed: should not create responsive field for top resolution\n', '2025-10-16T08:48:39.966Z workers [rwyli.1] Test executed: should set artboard field value\n', '2025-10-16T08:48:39.966Z workers [52g97.1] Test executed: should not multiply step 1\n', '2025-10-16T08:48:39.966Z workers [52g97.1] Test executed: should not multiply step 10\n', '2025-10-16T08:48:39.966Z workers [rwyli.1] Test executed: should set responsive artboard field value\n', '2025-10-16T08:48:39.966Z workers [52g97.1] Test executed: should not multiply step 100\n', '2025-10-16T08:48:39.966Z workers [52g97.1] Test executed: should not multiply step -0.1\n', '2025-10-16T08:48:39.966Z workers [rwyli.1] Test executed: should handle multiple field updates\n', '2025-10-16T08:48:39.967Z workers [52g97.1] Test executed: should not multiply step -1\n', '2025-10-16T08:48:39.967Z workers [52g97.1] Test executed: should not multiply step 0.5\n', '2025-10-16T08:48:39.967Z workers [rwyli.1] Test executed: should delete field from element\n', '2025-10-16T08:48:39.967Z workers [rwyli.1] Test executed: should delete responsive field from element\n', '2025-10-16T08:48:39.967Z workers [52g97.1] Test executed: should not multiply step 1\n', '2025-10-16T08:48:39.969Z workers [52g97.1] Test executed: should not multiply step 150\n', '2025-10-16T08:48:39.969Z workers [rwyli.1] Test executed: should delete field from artboard\n', '2025-10-16T08:48:39.969Z workers [rwyli.1] Test executed: should delete base field and all responsive variants\n', '2025-10-16T08:48:39.969Z workers [52g97.1] Test executed: should not multiply step -150\n', '2025-10-16T08:48:39.969Z workers [52g97.1] Test executed: should not multiply step -1.5\n', '2025-10-16T08:48:39.969Z workers [52g97.1] Test executed: should multiply step 0.05\n', '2025-10-16T08:48:39.969Z workers [52g97.1] Test executed: should multiply step 0.5\n', '2025-10-16T08:48:39.969Z workers [rwyli.1] Test executed: should delete all responsive variants of width field\n', '2025-10-16T08:48:39.969Z workers [rwyli.1] Test executed: should throw error for unknown operation type\n', '2025-10-16T08:48:39.969Z workers [52g97.1] Test executed: should multiply step 5\n', '2025-10-16T08:48:39.969Z workers [52g97.1] Test executed: should multiply step 50\n', '2025-10-16T08:48:39.969Z workers [rwyli.1] Test executed: should handle missing element gracefully in set operation\n', '2025-10-16T08:48:39.969Z workers [52g97.1] Test executed: should multiply step 105\n', '2025-10-16T08:48:39.969Z workers [rwyli.1] Test executed: should handle missing element gracefully in delete operation\n', '2025-10-16T08:48:39.970Z workers [yamtg.1] Loaded unknown number of test(s)\n', '2025-10-16T08:48:39.970Z workers [rwyli.1] Test executed: should handle missing element gracefully in empty operation\n', '2025-10-16T08:48:39.970Z workers [52g97.1] Test executed: should multiply step 150\n', '2025-10-16T08:48:39.970Z workers [52g97.1] Test executed: should multiply step 500\n', '2025-10-16T08:48:39.971Z workers [52g97.1] Test executed: should multiply step 0.01\n', '2025-10-16T08:48:39.971Z workers [52g97.1] Test executed: should multiply step 0.1\n', '2025-10-16T08:48:39.971Z workers [yamtg.1] Test executed: should convert empty state without errors\n', '2025-10-16T08:48:39.971Z workers [52g97.1] Test executed: should multiply step 1\n', '2025-10-16T08:48:39.971Z workers [52g97.1] Test executed: should multiply step 10\n', '2025-10-16T08:48:39.971Z workers [yamtg.1] Test executed: should assign sequential z-index starting from 3\n', '2025-10-16T08:48:39.971Z workers [yamtg.1] Test executed: should preserve element order based on byParent array\n', '2025-10-16T08:48:39.972Z workers [52g97.1] Test executed: should multiply step 100\n', '2025-10-16T08:48:39.972Z workers [52g97.1] Test executed: should multiply step -0.1\n', '2025-10-16T08:48:39.972Z workers [yamtg.1] Test executed: should convert tooltip element with height matching width\n', '2025-10-16T08:48:39.972Z workers [yamtg.1] Test executed: should handle empty or undefined element props\n', '2025-10-16T08:48:39.972Z workers [52g97.1] Test executed: should multiply step -1\n', '2025-10-16T08:48:39.972Z workers [52g97.1] Test executed: should multiply step 0.5\n', '2025-10-16T08:48:39.972Z workers [yamtg.1] Test executed: should include responsive fields for non-top resolutions\n', '2025-10-16T08:48:39.972Z workers [yamtg.1] Test executed: should skip responsive fields for top resolution\n', '2025-10-16T08:48:39.972Z workers [52g97.1] Test executed: should multiply step 1\n', '2025-10-16T08:48:39.972Z workers [52g97.1] Test executed: should multiply step 150\n', '2025-10-16T08:48:39.972Z workers [yamtg.1] Test executed: should convert physical group with all fields\n', '2025-10-16T08:48:39.972Z workers [yamtg.1] Test executed: should propagate parent hidden field to child element\n', '2025-10-16T08:48:39.972Z workers [52g97.1] Test executed: should multiply step -150\n', '2025-10-16T08:48:39.972Z workers [52g97.1] Test executed: should multiply step -1.5\n', '2025-10-16T08:48:39.972Z workers [52g97.1] Test executed: should handle undefined values inputs\n', '2025-10-16T08:48:39.972Z workers [yamtg.1] Test executed: should propagate responsive hidden fields from parent\n', '2025-10-16T08:48:39.972Z workers [yamtg.1] Test executed: should not propagate when parent has no hidden field\n', '2025-10-16T08:48:39.972Z workers [yamtg.1] Test executed: should collect logical group hidden field when parent not hidden\n', '2025-10-16T08:48:39.972Z workers [yamtg.1] Test executed: should skip logical group hidden collection when parent already hidden\n', '2025-10-16T08:48:39.973Z workers [yamtg.1] Test executed: should handle deeply nested groups and elements\n', '2025-10-16T08:48:39.973Z workers [yamtg.1] Test executed: should handle multiple children in same group\n', '2025-10-16T08:48:39.973Z workers [yamtg.1] Test executed: should handle mixed groups and elements at same level\n', '2025-10-16T08:48:39.973Z workers [yamtg.1] Test executed: should include non-default artboard screens\n', '2025-10-16T08:48:39.973Z workers [yamtg.1] Test executed: should skip default artboard screens\n', '2025-10-16T08:48:39.973Z workers [yamtg.1] Test executed: should include valid artboard fields with ab_ prefix\n', '2025-10-16T08:48:39.973Z workers [yamtg.1] Test executed: should skip invalid artboard values\n', '2025-10-16T08:48:39.973Z workers [yamtg.1] Test executed: should include responsive artboard fields\n', '2025-10-16T08:48:39.973Z workers [yamtg.1] Test executed: should include guides when present\n', '2025-10-16T08:48:39.973Z workers [yamtg.1] Test executed: should skip guides when empty object\n', '2025-10-16T08:48:39.973Z workers [yamtg.1] Test executed: should handle HTML content from text element\n', '2025-10-16T08:48:39.973Z workers [4dskg.1] Loaded unknown number of test(s)\n', '2025-10-16T08:48:39.973Z workers [4dskg.1] Test executed: returns stable ids per parent + oldId and generates new ones when needed\n', '2025-10-16T08:48:39.973Z workers [4dskg.1] Test executed: allows replica to reuse ids generated by the primary allocator\n', '2025-10-16T08:48:39.973Z workers [yamtg.1] Test executed: should handle complex nested structure with all features\n', '2025-10-16T08:48:39.974Z workers [yamtg.1] Test executed: should use consistent z-index ordering (ascending by render order)\n', '2025-10-16T08:48:39.974Z workers [4dskg.1] Test executed: throws when replica is missing pre-generated id\n', '2025-10-16T08:48:39.974Z workers [4dskg.1] Test executed: does not mutate primary store when replica allocates existing ids\n', '2025-10-16T08:48:39.974Z workers [4dskg.1] Test executed: has/get reflect stored ids per parent bucket\n', '2025-10-16T08:48:39.974Z workers [4dskg.1] Test executed: should cache allocated ids per parent bucket\n', '2025-10-16T08:48:39.974Z workers [4dskg.1] Test executed: should handle normalizing root and artboard parent ids\n', '2025-10-16T08:48:39.974Z workers [4dskg.1] Test executed: should create independent snapshots\n', '2025-10-16T08:48:39.977Z workers [dejl1.1] Loaded unknown number of test(s)\n', '2025-10-16T08:48:39.979Z workers [xp7k0.1] Loaded unknown number of test(s)\n', '2025-10-16T08:48:39.980Z workers [dejl1.1] Test executed: should reorder children in artboard\n', '2025-10-16T08:48:39.980Z workers [dejl1.1] Test executed: should update groupid when moving elements between parents\n', '2025-10-16T08:48:39.980Z workers [dejl1.1] Test executed: should reorder children in group\n', '2025-10-16T08:48:39.980Z workers [dejl1.1] Test executed: should filter out non-existing elements\n', '2025-10-16T08:48:39.980Z workers [xp7k0.1] Test executed: should return the correct color value\n', '2025-10-16T08:48:39.980Z workers [dejl1.1] Test executed: should remove elements from their original parents when reordered to new parent\n', '2025-10-16T08:48:39.980Z workers [dejl1.1] Test executed: should delete childrens from old parents if they are moved out\n', '2025-10-16T08:48:39.980Z workers [dejl1.1] Test executed: should move element forward (increase z-index)\n', '2025-10-16T08:48:39.980Z workers [dejl1.1] Test executed: should not move when surrounded by selected siblings\n', '2025-10-16T08:48:39.980Z workers [dejl1.1] Test executed: should move element backward (decrease z-index)\n', '2025-10-16T08:48:39.980Z workers [dejl1.1] Test executed: should not move beyond array boundaries (forward)\n', '2025-10-16T08:48:39.980Z workers [dejl1.1] Test executed: should not move beyond array boundaries (backward)\n', '2025-10-16T08:48:39.981Z workers [dejl1.1] Test executed: should not cross selected elements boundary\n', '2025-10-16T08:48:39.981Z workers [dejl1.1] Test executed: should move element to front (max z-index)\n', '2025-10-16T08:48:39.981Z workers [dejl1.1] Test executed: should move element to back (min z-index)\n', '2025-10-16T08:48:39.981Z workers [dejl1.1] Test executed: should work with elements in groups\n', '2025-10-16T08:48:39.982Z workers [dejl1.1] Test executed: should do nothing if element does not exist\n', '2025-10-16T08:48:39.982Z workers [dejl1.1] Test executed: should move element from artboard to group\n', '2025-10-16T08:48:39.982Z workers [dejl1.1] Test executed: should move element from one group to another\n', '2025-10-16T08:48:39.982Z workers [dejl1.1] Test executed: should insert element at specific index\n', '2025-10-16T08:48:39.982Z workers [dejl1.1] Test executed: should insert at top when index is -1\n', '2025-10-16T08:48:39.982Z workers [dejl1.1] Test executed: should move element back to artboard\n', '2025-10-16T08:48:39.982Z workers [dejl1.1] Test executed: should handle inserting element that does not exist gracefully\n', '2025-10-16T08:48:39.982Z workers [dejl1.1] Test executed: should unwrap group and place children at group position\n', '2025-10-16T08:48:39.982Z workers [dejl1.1] Test executed: should update groupid for deeply nested elements when unwrapping\n', '2025-10-16T08:48:39.982Z workers [dejl1.1] Test executed: should unwrap nested group\n', '2025-10-16T08:48:39.982Z workers [dejl1.1] Test executed: should throw error if element is not a group\n', '2025-10-16T08:48:39.982Z workers [dejl1.1] Test executed: should throw error if group does not exist\n', '2025-10-16T08:48:39.982Z workers [dejl1.1] Test executed: should handle empty group\n', '2025-10-16T08:48:39.982Z workers [dejl1.1] Test executed: should preserve element order when unwrapping group with multiple children\n', '2025-10-16T08:48:39.982Z workers [dejl1.1] Test executed: should correctly apply update to all hierarchy and filter non existent elements\n', '2025-10-16T08:48:39.982Z workers [dejl1.1] Test executed: should update groupid when reassigning children\n', '2025-10-16T08:48:39.986Z workers [xp7k0.2] Loaded unknown number of test(s)\n', '2025-10-16T08:48:39.986Z workers [xp7k0.2] Test executed: should build CSS variables correctly\n', '2025-10-16T08:48:39.986Z workers [xp7k0.2] Test executed: should correctly validate available css var\n', '2025-10-16T08:48:39.986Z workers [xp7k0.2] Test executed: should correctly validate missing css var\n', '2025-10-16T08:48:39.986Z workers [xp7k0.2] Test executed: should not validate not-a-var value\n', '2025-10-16T08:48:39.986Z workers [xp7k0.2] Test executed: should correctly validate gradient with vars\n', '2025-10-16T08:48:39.986Z workers [xp7k0.2] Test executed: should parse global style css vars\n', '2025-10-16T08:48:39.986Z workers [xp7k0.2] Test executed: should return actual fallback from global styles if exists\n', '2025-10-16T08:48:39.986Z workers [xp7k0.2] Test executed: should return same fallback if values are equal\n', '2025-10-16T08:48:39.986Z workers [xp7k0.2] Test executed: should return hex fallback if value is rgb\n', '2025-10-16T08:48:39.986Z workers [xp7k0.2] Test executed: should find all css vars in the string\n', '2025-10-16T08:48:39.986Z workers [xp7k0.2] Test executed: should check if string has css var\n', '2025-10-16T08:48:39.987Z workers [4pk9y.2] Loaded unknown number of test(s)\n', '2025-10-16T08:48:39.987Z workers [4pk9y.2] Test executed: should add element to selection\n', '2025-10-16T08:48:39.987Z workers [4pk9y.2] Test executed: should not add duplicate elements\n', '2025-10-16T08:48:39.987Z workers [4pk9y.2] Test executed: should remove element from selection\n', '2025-10-16T08:48:39.987Z workers [4pk9y.2] Test executed: should clear selection\n', '2025-10-16T08:48:39.987Z workers [4pk9y.2] Test executed: should set selection to specific array\n', '2025-10-16T08:48:39.988Z workers [4pk9y.2] Test executed: should detect if parent group is selected\n', '2025-10-16T08:48:39.988Z workers [4pk9y.2] Test executed: should NOT select child when parent is selected with protected flag\n', '2025-10-16T08:48:39.988Z workers [4pk9y.2] Test executed: should select child when parent is NOT selected with protected flag\n', '2025-10-16T08:48:39.988Z workers [4pk9y.2] Test executed: should select child when parent is selected WITHOUT protected flag\n', '2025-10-16T08:48:39.988Z workers [4pk9y.2] Test executed: should select element with artboard parent using protected flag\n', '2025-10-16T08:48:39.988Z workers [4pk9y.2] Test executed: should NOT select nested children when ancestor is selected with protected flag\n', '2025-10-16T08:48:39.988Z workers [4pk9y.2] Test executed: should recursively check parent hierarchy across multiple levels\n', '2025-10-16T08:48:39.988Z workers [4pk9y.2] Test executed: should block selection when immediate parent is selected with protected flag\n', '2025-10-16T08:48:39.988Z workers [4pk9y.2] Test executed: should prevent selecting grandchild when grandparent is selected\n', '2025-10-16T08:48:39.989Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:39.990Z workers [52g97.2] Loaded unknown number of test(s)\n', '2025-10-16T08:48:39.990Z workers [52g97.2] Test executed: should allow alphanumeric characters\n', '2025-10-16T08:48:39.990Z workers [52g97.2] Test executed: should allow allowed special characters\n', '2025-10-16T08:48:39.990Z workers [52g97.2] Test executed: should remove disallowed special characters\n', '2025-10-16T08:48:39.990Z workers [52g97.2] Test executed: should handle empty string\n', '2025-10-16T08:48:39.990Z workers [52g97.2] Test executed: should handle string with only disallowed characters\n', '2025-10-16T08:48:39.990Z workers [52g97.2] Test executed: should handle mixed allowed and disallowed characters\n', '2025-10-16T08:48:39.990Z workers [52g97.2] Test executed: should handle user input correctly\n', '2025-10-16T08:48:39.990Z workers [52g97.2] Test executed: should limit to MAX_LENGTH classes\n', '2025-10-16T08:48:39.990Z workers [52g97.2] Test executed: should filter empty classnames\n', '2025-10-16T08:48:39.990Z workers [52g97.2] Test executed: should sanitize invalid characters\n', '2025-10-16T08:48:39.990Z workers [52g97.2] Test executed: should handle edge cases\n', '2025-10-16T08:48:39.990Z workers [52g97.2] Test executed: should convert server value to client\n', '2025-10-16T08:48:39.990Z workers [52g97.2] Test executed: should convert client value to server\n', '2025-10-16T08:48:39.990Z workers [52g97.2] Test executed: should return same format when from and to are identical\n', '2025-10-16T08:48:39.990Z project Test Runner transformed file: null/tn-plugins.js 2025-10-16T08:48:34.049Z\n', '2025-10-16T08:48:39.991Z project Test Runner transformed file: null/tn-panel-ui-upload.js 2025-10-16T08:48:34.064Z\n', '2025-10-16T08:48:39.993Z project Test Runner transformed file: null/tn-plugins-images.js 2025-10-16T08:48:34.076Z\n', '2025-10-16T08:48:39.994Z project Test Runner transformed file: null/tn-panel-ui-upload.js 2025-10-16T08:48:34.094Z\n', '2025-10-16T08:48:39.996Z project Test Runner transformed file: null/tn-core-menu.js 2025-10-16T08:48:34.113Z\n', '2025-10-16T08:48:40.000Z project Test Runner transformed file: null/tn-core-menu.js 2025-10-16T08:48:34.135Z\n', '2025-10-16T08:48:40.003Z project Test Runner transformed file: null/tn-core-menu.js 2025-10-16T08:48:34.157Z\n', '2025-10-16T08:48:40.006Z project Test Runner transformed file: null/tn-core-menu.js 2025-10-16T08:48:34.180Z\n', '2025-10-16T08:48:40.009Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:40.009Z workers [52g97.2] Test executed: should handle empty string\n', '2025-10-16T08:48:40.009Z workers [52g97.2] Test executed: should handle single class name\n', '2025-10-16T08:48:40.010Z project Test Runner transformed file: null/tn-panel-ui-gallery.js 2025-10-16T08:48:34.210Z\n', '2025-10-16T08:48:40.013Z project Test Runner transformed file: null/tn-plugins-rulers-option.js 2025-10-16T08:48:34.232Z\n', '2025-10-16T08:48:40.016Z project Test Runner transformed file: null/store/utils/convert-backend-to-state.ts 2025-10-16T08:48:34.239Z\n', '2025-10-16T08:48:40.016Z project Test Runner transformed file: null/tn-plugins-figma.js 2025-10-16T08:48:34.264Z\n', '2025-10-16T08:48:40.021Z project Test Runner transformed file: null/tn-plugins-figma.js 2025-10-16T08:48:34.304Z\n', '2025-10-16T08:48:40.026Z project Test Runner transformed file: null/store/utils/convert-state-to-backend.ts 2025-10-16T08:48:34.465Z\n', '2025-10-16T08:48:40.026Z project Test Runner transformed file: null/translations/index.ts 2025-10-16T08:48:34.469Z\n', '2025-10-16T08:48:40.026Z project Test Runner transformed file: null/store/utils/convert-backend-to-state.ts 2025-10-16T08:48:34.472Z\n', '2025-10-16T08:48:40.026Z project Test Runner transformed file: null/tn-plugins-figma.js 2025-10-16T08:48:34.499Z\n', '2025-10-16T08:48:40.031Z project Test Runner transformed file: null/translations/locale/en.ts 2025-10-16T08:48:34.535Z\n', '2025-10-16T08:48:40.033Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:40.033Z project Test Runner transformed file: null/tn-core-screens.js 2025-10-16T08:48:34.341Z\n', '2025-10-16T08:48:40.036Z project Test Runner transformed file: null/tn-panel-ui-upload.js 2025-10-16T08:48:34.364Z\n', '2025-10-16T08:48:40.038Z project Test Runner transformed file: null/tn-core-screens.js 2025-10-16T08:48:34.388Z\n', '2025-10-16T08:48:40.041Z project Test Runner transformed file: null/tn-core-screens.js 2025-10-16T08:48:34.418Z\n', '2025-10-16T08:48:40.046Z project Test Runner transformed file: null/tn-core-screens.js 2025-10-16T08:48:34.447Z\n', '2025-10-16T08:48:40.051Z project Test Runner transformed file: null/store/test-utils/structure-builder.ts 2025-10-16T08:48:35.545Z\n', '2025-10-16T08:48:40.051Z project Test Runner transformed file: null/translations/locale/ru.ts 2025-10-16T08:48:35.571Z\n', '2025-10-16T08:48:40.053Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:40.053Z project Test Runner transformed file: null/tn-core-zoom.js 2025-10-16T08:48:34.558Z\n', '2025-10-16T08:48:40.054Z project Test Runner transformed file: null/tn-core-zoom.js 2025-10-16T08:48:34.568Z\n', '2025-10-16T08:48:40.055Z project Test Runner transformed file: null/tn-plugins-images.js 2025-10-16T08:48:34.579Z\n', '2025-10-16T08:48:40.056Z project Test Runner transformed file: null/tn-plugins-images.js 2025-10-16T08:48:34.591Z\n', '2025-10-16T08:48:40.057Z project Test Runner transformed file: null/tn-core-zoom.js 2025-10-16T08:48:34.603Z\n', '2025-10-16T08:48:40.059Z project Test Runner transformed file: null/tn-panel-ui-upload.js 2025-10-16T08:48:34.618Z\n', '2025-10-16T08:48:40.060Z project Test Runner transformed file: null/tn-core-zoom.js 2025-10-16T08:48:34.631Z\n', '2025-10-16T08:48:40.061Z project Test Runner transformed file: null/tn-plugins-rulers-option.js 2025-10-16T08:48:35.240Z\n', '2025-10-16T08:48:40.063Z project Test Runner transformed file: null/tn-core-lasso.js 2025-10-16T08:48:35.255Z\n', '2025-10-16T08:48:40.064Z project Test Runner transformed file: null/store/elements/reducers/general.ts 2025-10-16T08:48:35.514Z\n', '2025-10-16T08:48:40.064Z project Test Runner transformed file: null/store/test-utils/structure-builder.ts 2025-10-16T08:48:35.541Z\n', '2025-10-16T08:48:40.064Z project Test Runner transformed file: null/tn-core-menu.js 2025-10-16T08:48:35.780Z\n', "2025-10-16T08:48:40.066Z workers 'Vitest Run Complete (i6ujk): 2025-10-16T08:48:35.892Z'\n", '2025-10-16T08:48:40.067Z workers [i6ujk] Run 1 test(s), skipped 0 test(s)\n', '2025-10-16T08:48:40.067Z project Test Runner transformed file: null/store/utils/convert-state-to-backend.ts 2025-10-16T08:48:34.642Z\n', '2025-10-16T08:48:40.067Z project Test Runner transformed file: null/translations/locale/en.ts 2025-10-16T08:48:35.058Z\n', '2025-10-16T08:48:40.069Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:40.069Z project Test Runner transformed file: null/tn-core-flags.js 2025-10-16T08:48:34.648Z\n', '2025-10-16T08:48:40.070Z project Test Runner transformed file: null/tn-core-flags.js 2025-10-16T08:48:34.654Z\n', '2025-10-16T08:48:40.070Z project Test Runner transformed file: null/tn-core-flags.js 2025-10-16T08:48:34.658Z\n', '2025-10-16T08:48:40.071Z project Test Runner transformed file: null/tn-core-flags.js 2025-10-16T08:48:34.663Z\n', '2025-10-16T08:48:40.071Z project Test Runner transformed file: null/tn-plugins-rulers-option.js 2025-10-16T08:48:34.675Z\n', '2025-10-16T08:48:40.073Z project Test Runner transformed file: null/tn-plugins-rulers-option.js 2025-10-16T08:48:34.692Z\n', '2025-10-16T08:48:40.074Z project Test Runner transformed file: null/tn-plugins-figma.js 2025-10-16T08:48:34.722Z\n', '2025-10-16T08:48:40.079Z project Test Runner transformed file: null/tn-plugins-rulers-option.js 2025-10-16T08:48:35.134Z\n', '2025-10-16T08:48:40.080Z project Test Runner transformed file: null/tn-plugins-images.js 2025-10-16T08:48:35.147Z\n', '2025-10-16T08:48:40.081Z project Test Runner transformed file: null/translations/locale/en.ts 2025-10-16T08:48:35.173Z\n', '2025-10-16T08:48:40.083Z project Test Runner transformed file: null/translations/index.ts 2025-10-16T08:48:35.341Z\n', '2025-10-16T08:48:40.083Z project Test Runner transformed file: null/translations/locale/ru.ts 2025-10-16T08:48:35.365Z\n', '2025-10-16T08:48:40.085Z project Test Runner transformed file: null/store/elements/reducers/general.ts 2025-10-16T08:48:35.379Z\n', '2025-10-16T08:48:40.085Z project Test Runner transformed file: null/translations/locale/en.ts 2025-10-16T08:48:35.400Z\n', '2025-10-16T08:48:40.087Z project Test Runner transformed file: null/tn-plugins-tooltip.ts 2025-10-16T08:48:36.310Z\n', '2025-10-16T08:48:40.087Z project Test Runner transformed file: null/tn-core-flags.js 2025-10-16T08:48:36.313Z\n', '2025-10-16T08:48:40.087Z project Test Runner transformed file: null/tn-core-zoom.js 2025-10-16T08:48:36.323Z\n', '2025-10-16T08:48:40.088Z project Test Runner transformed file: null/globalstyles/tn-global-styles.ts 2025-10-16T08:48:36.390Z\n', '2025-10-16T08:48:40.089Z project Test Runner transformed file: null/store/elements/reducers/hierarchy.ts 2025-10-16T08:48:36.399Z\n', '2025-10-16T08:48:40.089Z project Test Runner transformed file: null/store/elements/common.ts 2025-10-16T08:48:36.403Z\n', '2025-10-16T08:48:40.089Z project Test Runner transformed file: null/store/elements/reducers/hierarchy.ts 2025-10-16T08:48:36.446Z\n', '2025-10-16T08:48:40.089Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:48:40.090Z project Test Runner transformed file: null/store/utils/convert-backend-to-state.ts 2025-10-16T08:48:35.096Z\n', '2025-10-16T08:48:40.090Z project Test Runner transformed file: null/store/utils/convert-backend-to-state.ts 2025-10-16T08:48:35.099Z\n', '2025-10-16T08:48:40.090Z project Test Runner transformed file: null/tn-plugins-images.js 2025-10-16T08:48:35.107Z\n', '2025-10-16T08:48:40.091Z project Test Runner transformed file: null/store/elements/reducers/fields.ts 2025-10-16T08:48:35.339Z\n', '2025-10-16T08:48:40.091Z project Test Runner transformed file: null/tn-plugins-tooltip.ts 2025-10-16T08:48:35.415Z\n', '2025-10-16T08:48:40.091Z project Test Runner transformed file: null/tn-plugins-tooltip.ts 2025-10-16T08:48:35.418Z\n', '2025-10-16T08:48:40.091Z project Test Runner transformed file: null/tn-plugins-tooltip.ts 2025-10-16T08:48:35.420Z\n', '2025-10-16T08:48:40.091Z project Test Runner transformed file: null/tn-plugins-tooltip.ts 2025-10-16T08:48:35.421Z\n', '2025-10-16T08:48:40.092Z project Test Runner transformed file: null/store/elements/reducers/fields.ts 2025-10-16T08:48:35.483Z\n', '2025-10-16T08:48:40.092Z project Test Runner transformed file: null/store/elements/reducers/fields.ts 2025-10-16T08:48:35.485Z\n', '2025-10-16T08:48:40.092Z project Test Runner transformed file: null/store/elements/reducers/fields.ts 2025-10-16T08:48:35.487Z\n', '2025-10-16T08:48:40.092Z project Test Runner transformed file: null/store/elements/reducers/fields.ts 2025-10-16T08:48:35.490Z\n', '2025-10-16T08:48:40.092Z project Test Runner transformed file: null/tn-core-menu.js 2025-10-16T08:48:35.503Z\n', '2025-10-16T08:48:40.095Z project Test Runner transformed file: null/tn-core-screens.js 2025-10-16T08:48:35.632Z\n', '2025-10-16T08:48:40.098Z project Test Runner transformed file: null/tn-core-keyboard.js 2025-10-16T08:48:36.233Z\n', '2025-10-16T08:48:40.104Z project Test Runner transformed file: null/tn-core-keyboard.js 2025-10-16T08:48:36.283Z\n', '2025-10-16T08:48:40.109Z project Test Runner transformed file: null/tn-plugins-tooltip.ts 2025-10-16T08:48:36.308Z\n', '2025-10-16T08:48:40.109Z project Test Runner transformed file: null/store/elements/common.ts 2025-10-16T08:48:36.331Z\n', '2025-10-16T08:48:40.109Z project Test Runner transformed file: null/store/elements/reducers/general.ts 2025-10-16T08:48:36.394Z\n', '2025-10-16T08:48:40.109Z project Test Runner transformed file: null/tn-core-lasso.js 2025-10-16T08:48:36.414Z\n', '2025-10-16T08:48:40.110Z project Test Runner transformed file: null/tn-core-lasso.js 2025-10-16T08:48:36.429Z\n', '2025-10-16T08:48:40.111Z project Test Runner transformed file: null/store/elements/reducers/fields.ts 2025-10-16T08:48:36.436Z\n', '2025-10-16T08:48:40.111Z project Test Runner transformed file: null/store/test-utils/structure-builder.ts 2025-10-16T08:48:36.440Z\n', '2025-10-16T08:48:40.112Z project Test Runner transformed file: null/store/elements/reducers/general.ts 2025-10-16T08:48:36.442Z\n', '2025-10-16T08:48:40.112Z project Test Runner transformed file: null/store/elements/reducers/hierarchy.ts 2025-10-16T08:48:36.500Z\n', '2025-10-16T08:48:40.112Z project Test Runner transformed file: null/tn-core-keyboard.js 2025-10-16T08:48:36.533Z\n', '2025-10-16T08:48:40.118Z project Test Runner transformed file: null/store/elements/reducers/hierarchy.ts 2025-10-16T08:48:36.564Z\n', '2025-10-16T08:48:40.118Z project Test Runner transformed file: null/store/test-utils/structure-builder.ts 2025-10-16T08:48:36.571Z\n', '2025-10-16T08:48:40.118Z project Test Runner transformed file: null/store/utils/index.spec.ts 2025-10-16T08:48:37.009Z\n', '2025-10-16T08:48:40.118Z project Test Runner transformed file: null/store/breakpoints/index.spec.ts 2025-10-16T08:48:37.018Z\n', '2025-10-16T08:48:40.118Z project Test Runner transformed file: null/globalstyles/tn-global-styles.spec.js 2025-10-16T08:48:37.026Z\n', '2025-10-16T08:48:40.120Z project Test Runner transformed file: null/translations/index.ts 2025-10-16T08:48:35.114Z\n', '2025-10-16T08:48:40.120Z project Test Runner transformed file: null/store/utils/convert-state-to-backend.ts 2025-10-16T08:48:35.119Z\n', '2025-10-16T08:48:40.120Z project Test Runner transformed file: null/store/elements/reducers/hierarchy.ts 2025-10-16T08:48:35.427Z\n', '2025-10-16T08:48:40.120Z project Test Runner transformed file: null/translations/locale/ru.ts 2025-10-16T08:48:35.452Z\n', '2025-10-16T08:48:40.122Z project Test Runner transformed file: null/tn-core-zoom.js 2025-10-16T08:48:36.030Z\n', '2025-10-16T08:48:40.123Z project Test Runner transformed file: null/tn-core-zoom.js 2025-10-16T08:48:36.042Z\n', '2025-10-16T08:48:40.124Z project Test Runner transformed file: null/tn-core-menu.js 2025-10-16T08:48:36.060Z\n', '2025-10-16T08:48:40.127Z project Test Runner transformed file: null/store/elements/common.ts 2025-10-16T08:48:36.472Z\n', '2025-10-16T08:48:40.128Z project Test Runner transformed file: null/store/test-utils/structure-builder.ts 2025-10-16T08:48:36.475Z\n', '2025-10-16T08:48:40.128Z project Test Runner transformed file: null/tn-core-lasso.js 2025-10-16T08:48:36.586Z\n', '2025-10-16T08:48:40.129Z project Test Runner transformed file: null/store/utils/nesting.spec.ts 2025-10-16T08:48:37.053Z\n', '2025-10-16T08:48:40.129Z project Test Runner transformed file: null/translations/locale/ru.ts 2025-10-16T08:48:35.212Z\n', '2025-10-16T08:48:40.131Z project Test Runner transformed file: null/translations/index.ts 2025-10-16T08:48:35.227Z\n', '2025-10-16T08:48:40.131Z project Test Runner transformed file: null/tn-core-lasso.js 2025-10-16T08:48:35.268Z\n', '2025-10-16T08:48:40.132Z project Test Runner transformed file: null/tn-core-lasso.js 2025-10-16T08:48:35.282Z\n', '2025-10-16T08:48:40.134Z project Test Runner transformed file: null/tn-core-lasso.js 2025-10-16T08:48:35.294Z\n', '2025-10-16T08:48:40.135Z project Test Runner transformed file: null/store/elements/common.ts 2025-10-16T08:48:35.302Z\n', '2025-10-16T08:48:40.135Z project Test Runner transformed file: null/translations/locale/en.ts 2025-10-16T08:48:35.323Z\n', '2025-10-16T08:48:40.136Z project Test Runner transformed file: null/tn-core-flags.js 2025-10-16T08:48:36.077Z\n', '2025-10-16T08:48:40.137Z project Test Runner transformed file: null/tn-core-flags.js 2025-10-16T08:48:36.083Z\n', '2025-10-16T08:48:40.137Z project Test Runner transformed file: null/tn-core-zoom.js 2025-10-16T08:48:36.094Z\n', '2025-10-16T08:48:40.138Z project Test Runner transformed file: null/tn-plugins-tooltip.ts 2025-10-16T08:48:36.451Z\n', '2025-10-16T08:48:40.139Z project Test Runner transformed file: null/tn-plugins-tooltip.ts 2025-10-16T08:48:36.453Z\n', '2025-10-16T08:48:40.139Z project Test Runner transformed file: null/store/elements/reducers/fields.ts 2025-10-16T08:48:36.482Z\n', '2025-10-16T08:48:40.139Z project Test Runner transformed file: null/tn-core-flags.js 2025-10-16T08:48:36.485Z\n', '2025-10-16T08:48:40.139Z project Test Runner transformed file: null/store/elements/reducers/general.ts 2025-10-16T08:48:36.492Z\n', '2025-10-16T08:48:40.139Z project Test Runner transformed file: null/store/selection/index.spec.ts 2025-10-16T08:48:36.610Z\n', '2025-10-16T08:48:40.140Z project Test Runner transformed file: null/store/elements/reducers/general.ts 2025-10-16T08:48:35.513Z\n', '2025-10-16T08:48:40.140Z project Test Runner transformed file: null/store/elements/reducers/general.ts 2025-10-16T08:48:35.513Z\n', '2025-10-16T08:48:40.140Z project Test Runner transformed file: null/store/elements/reducers/general.ts 2025-10-16T08:48:35.514Z\n', '2025-10-16T08:48:40.140Z project Test Runner transformed file: null/store/elements/reducers/hierarchy.ts 2025-10-16T08:48:35.519Z\n', '2025-10-16T08:48:40.140Z project Test Runner transformed file: null/store/elements/reducers/hierarchy.ts 2025-10-16T08:48:35.524Z\n', '2025-10-16T08:48:40.140Z project Test Runner transformed file: null/store/elements/reducers/hierarchy.ts 2025-10-16T08:48:35.530Z\n', '2025-10-16T08:48:40.140Z project Test Runner transformed file: null/tn-core-menu.js 2025-10-16T08:48:35.600Z\n', '2025-10-16T08:48:40.143Z project Test Runner transformed file: null/tn-core-screens.js 2025-10-16T08:48:35.664Z\n', '2025-10-16T08:48:40.148Z project Test Runner transformed file: null/tn-core-zoom.js 2025-10-16T08:48:35.798Z\n', '2025-10-16T08:48:40.150Z project Test Runner transformed file: null/tn-core-screens.js 2025-10-16T08:48:35.825Z\n', '2025-10-16T08:48:40.153Z project Test Runner transformed file: null/tn-core-zoom.js 2025-10-16T08:48:35.845Z\n', '2025-10-16T08:48:40.154Z project Test Runner transformed file: null/tn-core-screens.js 2025-10-16T08:48:35.867Z\n', '2025-10-16T08:48:40.157Z project Test Runner transformed file: null/tn-core-flags.js 2025-10-16T08:48:35.884Z\n', '2025-10-16T08:48:40.157Z project Test Runner transformed file: null/tn-core-screens.js 2025-10-16T08:48:35.918Z\n', '2025-10-16T08:48:40.160Z project Test Runner transformed file: null/tn-core-keyboard.js 2025-10-16T08:48:35.959Z\n', "2025-10-16T08:48:40.166Z workers 'Vitest Run Complete (23unf): 2025-10-16T08:48:36.071Z'\n", '2025-10-16T08:48:40.166Z workers [23unf] Run 5 test(s), skipped 0 test(s)\n', '2025-10-16T08:48:40.166Z project Test Runner transformed file: null/translations/index.ts 2025-10-16T08:48:34.834Z\n', '2025-10-16T08:48:40.166Z project Test Runner transformed file: null/tn-core-keyboard.js 2025-10-16T08:48:34.864Z\n', '2025-10-16T08:48:40.171Z project Test Runner transformed file: null/tn-core-keyboard.js 2025-10-16T08:48:34.909Z\n', '2025-10-16T08:48:40.176Z project Test Runner transformed file: null/tn-core-keyboard.js 2025-10-16T08:48:34.957Z\n', '2025-10-16T08:48:40.182Z project Test Runner transformed file: null/tn-core-keyboard.js 2025-10-16T08:48:35.002Z\n', '2025-10-16T08:48:40.187Z project Test Runner transformed file: null/store/elements/common.ts 2025-10-16T08:48:35.469Z\n', '2025-10-16T08:48:40.187Z project Test Runner transformed file: null/store/elements/common.ts 2025-10-16T08:48:35.473Z\n', '2025-10-16T08:48:40.187Z project Test Runner transformed file: null/store/elements/common.ts 2025-10-16T08:48:35.475Z\n', '2025-10-16T08:48:40.188Z project Test Runner transformed file: null/store/elements/common.ts 2025-10-16T08:48:35.478Z\n', '2025-10-16T08:48:40.188Z project Test Runner transformed file: null/store/elements/reducers/hierarchy.ts 2025-10-16T08:48:35.536Z\n', '2025-10-16T08:48:40.188Z project Test Runner transformed file: null/tn-core-menu.js 2025-10-16T08:48:35.689Z\n', '2025-10-16T08:48:40.190Z project Test Runner transformed file: null/tn-core-menu.js 2025-10-16T08:48:35.712Z\n', '2025-10-16T08:48:40.193Z project Test Runner transformed file: null/translations/locale/ru.ts 2025-10-16T08:48:35.745Z\n', '2025-10-16T08:48:40.194Z project Test Runner transformed file: null/tn-core-flags.js 2025-10-16T08:48:35.895Z\n', '2025-10-16T08:48:40.195Z project Test Runner transformed file: null/tn-core-keyboard.js 2025-10-16T08:48:36.005Z\n', '2025-10-16T08:48:40.201Z project Test Runner transformed file: null/tn-panel-ui-input.spec.js 2025-10-16T08:48:36.972Z\n', '2025-10-16T08:48:40.202Z project Test Runner transformed file: null/store/utils/convert-backend-to-state.spec.ts 2025-10-16T08:48:36.984Z\n', "2025-10-16T08:48:40.202Z workers 'Vitest Run Complete (4pk9y): 2025-10-16T08:48:37.357Z'\n", '2025-10-16T08:48:40.202Z workers [4pk9y] Run 45 test(s), skipped 0 test(s)\n', "2025-10-16T08:48:40.202Z workers 'Vitest Run Complete (d4nf5): 2025-10-16T08:48:35.892Z'\n", '2025-10-16T08:48:40.202Z workers [d4nf5] Run 2 test(s), skipped 0 test(s)\n', '2025-10-16T08:48:40.202Z project Test Runner transformed file: null/store/elements/common.ts 2025-10-16T08:48:36.495Z\n', '2025-10-16T08:48:40.203Z project Test Runner transformed file: null/store/elements/reducers/fields.ts 2025-10-16T08:48:36.555Z\n', '2025-10-16T08:48:40.203Z project Test Runner transformed file: null/tn-core-lasso.js 2025-10-16T08:48:36.108Z\n', '2025-10-16T08:48:40.204Z project Test Runner transformed file: null/tn-core-lasso.js 2025-10-16T08:48:36.124Z\n', '2025-10-16T08:48:40.205Z project Test Runner transformed file: null/tn-core-screens.js 2025-10-16T08:48:36.179Z\n', '2025-10-16T08:48:40.208Z project Test Runner transformed file: null/tn-core-keyboard.js 2025-10-16T08:48:36.363Z\n', '2025-10-16T08:48:40.213Z project Test Runner transformed file: null/store/elements/reducers/fields.ts 2025-10-16T08:48:36.386Z\n', '2025-10-16T08:48:40.213Z project Test Runner transformed file: null/tn-core-lasso.js 2025-10-16T08:48:36.462Z\n', '2025-10-16T08:48:40.215Z project Test Runner transformed file: null/tn-plugins-tooltip.ts 2025-10-16T08:48:36.477Z\n', '2025-10-16T08:48:40.215Z project Test Runner transformed file: null/tn-plugins-tooltip.ts 2025-10-16T08:48:36.489Z\n', '2025-10-16T08:48:40.216Z project Test Runner transformed file: null/store/elements/reducers/general.ts 2025-10-16T08:48:36.559Z\n', "2025-10-16T08:48:40.216Z workers 'Vitest Run Complete (xp7k0): 2025-10-16T08:48:37.095Z'\n", '2025-10-16T08:48:40.216Z workers [xp7k0] Run 12 test(s), skipped 0 test(s)\n', '2025-10-16T08:48:40.216Z workers [dejl1.2] Loaded unknown number of test(s)\n', '2025-10-16T08:48:40.217Z workers [dejl1.2] Test executed: should insert element at top position\n', '2025-10-16T08:48:40.217Z workers [4dskg.2] Loaded unknown number of test(s)\n', '2025-10-16T08:48:40.217Z workers [rwyli.2] Loaded unknown number of test(s)\n', '2025-10-16T08:48:40.217Z workers [dejl1.2] Test executed: should insert element at bottom position\n', '2025-10-16T08:48:40.217Z workers [dejl1.2] Test executed: should insert element at specific numeric index\n', '2025-10-16T08:48:40.217Z workers [4dskg.2] Test executed: should not mutate original object\n', '2025-10-16T08:48:40.218Z workers [dejl1.2] Test executed: should insert at top when negative index provided\n', '2025-10-16T08:48:40.218Z workers [rwyli.2] Test executed: should convert simple backend data to state format\n', '2025-10-16T08:48:40.218Z workers [4dskg.2] Test executed: should migrate invisible to hidden\n', '2025-10-16T08:48:40.218Z workers [4dskg.2] Test executed: should normalize hidden field to y or n\n', '2025-10-16T08:48:40.218Z workers [dejl1.2] Test executed: should insert at bottom when index exceeds array length\n', '2025-10-16T08:48:40.218Z workers [rwyli.2] Test executed: should handle empty backend data\n', '2025-10-16T08:48:40.218Z workers [dejl1.2] Test executed: should insert at beginning when index is 0\n', '2025-10-16T08:48:40.218Z workers [4dskg.2] Test executed: should migrate elem_id to id\n', '2025-10-16T08:48:40.218Z workers [rwyli.2] Test executed: should filter duplicate elements by elem_id\n', '2025-10-16T08:48:40.218Z workers [rwyli.2] Test executed: should filter duplicate groups by id\n', '2025-10-16T08:48:40.218Z workers [dejl1.2] Test executed: should insert at end when index equals array length\n', '2025-10-16T08:48:40.218Z workers [4dskg.2] Test executed: should remove all parent_hidden fields\n', '2025-10-16T08:48:40.218Z workers [rwyli.2] Test executed: should convert invisible field to hidden with y value\n', '2025-10-16T08:48:40.218Z workers [rwyli.2] Test executed: should convert invisible field to hidden with n value\n', '2025-10-16T08:48:40.218Z workers [yamtg.2] Loaded unknown number of test(s)\n', '2025-10-16T08:48:40.219Z workers [4dskg.2] Test executed: should apply all migrations simultaneously\n', '2025-10-16T08:48:40.219Z workers [dejl1.2] Test executed: should reverse array before and after callback execution\n', '2025-10-16T08:48:40.219Z workers [rwyli.2] Test executed: should normalize hidden field to y or n\n', '2025-10-16T08:48:40.219Z workers [4dskg.2] Test executed: should preserve unrelated fields\n', '2025-10-16T08:48:40.219Z workers [rwyli.2] Test executed: should remove parent_hidden fields\n', "2025-10-16T08:48:40.219Z workers [dejl1.2] Test executed: should 'insertBefore': 'single element before target'\n", '2025-10-16T08:48:40.219Z workers [yamtg.2] Test executed: should set list and update top\n', '2025-10-16T08:48:40.219Z workers [rwyli.2] Test executed: should extract artboard data from ab_ prefixed fields\n', "2025-10-16T08:48:40.219Z workers [dejl1.2] Test executed: should 'insertBefore': 'multiple elements before target'\n", '2025-10-16T08:48:40.219Z workers [yamtg.2] Test executed: should handle single breakpoint\n', '2025-10-16T08:48:40.219Z workers [rwyli.2] Test executed: should parse custom screens from ab_screens\n', "2025-10-16T08:48:40.219Z workers [dejl1.2] Test executed: should 'insertBefore': 'before first element (in layers = las…'\n", '2025-10-16T08:48:40.219Z workers [yamtg.2] Test executed: should ignore empty array\n', '2025-10-16T08:48:40.219Z workers [rwyli.2] Test executed: should use default screens when ab_screens is not provided\n', '2025-10-16T08:48:40.219Z workers [yamtg.2] Test executed: should update current breakpoint\n', "2025-10-16T08:48:40.219Z workers [dejl1.2] Test executed: should 'insertAfter': 'single element after target'\n", '2025-10-16T08:48:40.220Z workers [rwyli.2] Test executed: should convert element with all properties\n', "2025-10-16T08:48:40.220Z workers [dejl1.2] Test executed: should 'insertAfter': 'multiple elements after target'\n", '2025-10-16T08:48:40.220Z workers [yamtg.2] Test executed: should update both list and current breakpoint\n', '2025-10-16T08:48:40.220Z workers [rwyli.2] Test executed: should build parent-child relationships correctly\n', '2025-10-16T08:48:40.220Z workers [rwyli.2] Test executed: should sort children by zindex\n', "2025-10-16T08:48:40.220Z workers [dejl1.2] Test executed: should 'insertAfter': 'after last element (in layers = first…'\n", '2025-10-16T08:48:40.220Z workers [yamtg.2] Test executed: should update only list\n', '2025-10-16T08:48:40.220Z workers [yamtg.2] Test executed: should update only current\n', '2025-10-16T08:48:40.220Z workers [rwyli.2] Test executed: should handle missing zindex values\n', '2025-10-16T08:48:40.220Z workers [dejl1.2] Test executed: should work with groups\n', '2025-10-16T08:48:40.220Z workers [dejl1.2] Test executed: should return null if target not found\n', '2025-10-16T08:48:40.220Z workers [rwyli.2] Test executed: should handle missing groups array\n', '2025-10-16T08:48:40.220Z workers [rwyli.2] Test executed: should handle complex nested structure\n', '2025-10-16T08:48:40.220Z workers [yamtg.2] Test executed: should return all breakpoints info\n', '2025-10-16T08:48:40.220Z workers [rwyli.2] Test executed: should preserve children order in round-trip conversion\n', '2025-10-16T08:48:40.221Z workers [yamtg.2] Test executed: should detect when at top breakpoint\n', '2025-10-16T08:48:40.221Z workers [yamtg.2] Test executed: should detect when not at top breakpoint\n', '2025-10-16T08:48:40.221Z workers [yamtg.2] Test executed: should initialize with default breakpoints\n', '2025-10-16T08:48:40.221Z workers [yamtg.2] Test executed: should start with isTopBreakpoint as true\n', '2025-10-16T08:48:40.223Z workers [4dskg.3] Loaded unknown number of test(s)\n', '2025-10-16T08:48:40.223Z workers [4dskg.3] Test executed: should convert media query to container query\n', '2025-10-16T08:48:40.223Z workers [4dskg.3] Test executed: should not convert media query to container query\n', '2025-10-16T08:48:40.226Z workers [i6ujk] Sandbox is responsive, closing it\n', '2025-10-16T08:48:40.228Z workers [23unf] Sandbox is responsive, closing it\n', '2025-10-16T08:48:40.231Z workers No queued test files to run\n', '2025-10-16T08:48:40.231Z workers No queued test files to run\n', '2025-10-16T08:48:40.232Z workers [4pk9y] Sandbox is responsive, closing it\n', '2025-10-16T08:48:40.235Z workers [d4nf5] Sandbox is responsive, closing it\n', '2025-10-16T08:48:40.238Z workers [xp7k0] Sandbox is responsive, closing it\n', '2025-10-16T08:48:40.239Z workers No queued test files to run\n', '2025-10-16T08:48:40.239Z workers No queued test files to run\n', '2025-10-16T08:48:40.239Z workers No queued test files to run\n', "2025-10-16T08:48:40.319Z workers 'Vitest Run Complete (52g97): 2025-10-16T08:48:37.754Z'\n", '2025-10-16T08:48:40.319Z workers [52g97] Run 97 test(s), skipped 0 test(s)\n', '2025-10-16T08:48:40.320Z workers [52g97] Sandbox is responsive, closing it\n', '2025-10-16T08:48:40.322Z workers No queued test files to run\n', "2025-10-16T08:48:40.323Z workers 'Vitest Run Complete (dejl1): 2025-10-16T08:48:37.789Z'\n", '2025-10-16T08:48:40.323Z workers [dejl1] Run 47 test(s), skipped 0 test(s)\n', "2025-10-16T08:48:40.323Z workers 'Vitest Run Complete (rwyli): 2025-10-16T08:48:37.790Z'\n", '2025-10-16T08:48:40.323Z workers [rwyli] Run 33 test(s), skipped 0 test(s)\n', "2025-10-16T08:48:40.323Z workers 'Vitest Run Complete (yamtg): 2025-10-16T08:48:37.792Z'\n", '2025-10-16T08:48:40.323Z workers [yamtg] Run 38 test(s), skipped 0 test(s)\n', '2025-10-16T08:48:40.323Z project Test Runner transformed file: null/tn-core-init.spec.js 2025-10-16T08:48:38.041Z\n', '2025-10-16T08:48:40.324Z workers [dejl1] Sandbox is responsive, closing it\n', '2025-10-16T08:48:40.325Z workers [rwyli] Sandbox is responsive, closing it\n', '2025-10-16T08:48:40.328Z workers No queued test files to run\n', '2025-10-16T08:48:40.328Z workers No queued test files to run\n', "2025-10-16T08:48:40.329Z workers 'Vitest Run Complete (4dskg): 2025-10-16T08:48:38.355Z'\n", '2025-10-16T08:48:40.329Z workers [4dskg] Run 17 test(s), skipped 0 test(s)\n', '2025-10-16T08:48:40.329Z workers [yamtg] Sandbox is responsive, closing it\n', '2025-10-16T08:48:40.331Z workers No queued test files to run\n', '2025-10-16T08:48:40.331Z workers [4dskg] Sandbox is responsive, closing it\n', '2025-10-16T08:48:40.333Z workers No queued test files to run\n', '2025-10-16T08:48:40.333Z workers Processing buffered results (idle), buffer size: 10, buffer time: 0ms\n', '2025-10-16T08:48:40.341Z runManager Test run finished\n', '2025-10-16T08:48:40.342Z project Processed console.log entries\n', '2025-10-16T08:48:40.342Z project Processed loading sequences\n', "2025-10-16T08:48:40.342Z project Test name duplicate: 'createElement: should insert at index…'\n", "2025-10-16T08:48:40.343Z project Test name duplicate: 'createElement: should handle negative…'\n", "2025-10-16T08:48:40.343Z project Test name duplicate: 'groupElements: should position group …'\n", '2025-10-16T08:48:40.343Z project Test name duplicate: should not multiply step 0.5\n', '2025-10-16T08:48:40.343Z project Test name duplicate: should not multiply step 1\n', '2025-10-16T08:48:40.343Z project Test name duplicate: should not multiply step 150\n', '2025-10-16T08:48:40.343Z project Test name duplicate: should multiply step 0.5\n', '2025-10-16T08:48:40.343Z project Test name duplicate: should multiply step 1\n', '2025-10-16T08:48:40.343Z project Test name duplicate: should multiply step 150\n', '2025-10-16T08:48:40.343Z project Processed executed tests\n', '2025-10-16T08:48:40.359Z project Processed code coverage\n', '2025-10-16T08:48:40.449Z runManager Test run result processed and sent to IDE\n', '2025-10-16T08:48:40.450Z workers Recycling run worker instance #5\n', '2025-10-16T08:48:40.450Z workers Recycling run worker instance #6\n', '2025-10-16T08:48:40.450Z workers Recycling run worker instance #7\n', '2025-10-16T08:48:40.450Z workers Recycling run worker instance #8\n', '2025-10-16T08:48:40.450Z workers Recycling run worker instance #9\n', '2025-10-16T08:48:40.455Z websocket received message ui.untrackExecutionProgress\n', '2025-10-16T08:48:40.455Z websocket received method call: untrackExecutionProgress\n', '2025-10-16T08:48:43.807Z websocket client disconnected: ui 1001\n', '2025-10-16T08:49:00.021Z fs File changed: null/tn-elem-paste.ts\n', '2025-10-16T08:49:00.024Z project File null/tn-elem-paste.ts changes are patches only: false\n', '2025-10-16T08:49:00.024Z project File null/tn-elem-paste.ts is not instrumented by core\n', '2025-10-16T08:49:00.025Z project File null/tn-elem-paste.ts changes saved, store ts: 1760604539832, change ts: 1760604540024\n', '2025-10-16T08:49:00.027Z runManager Test run started; run priority: 2\n', '2025-10-16T08:49:00.027Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 16, from failing: 0\n', '2025-10-16T08:49:00.028Z workers Planning to run 17 queued test files (regular run)\n', '2025-10-16T08:49:00.028Z workers [worker #0] New run (tier 2, regular): 1 test files, time estimate 1672.72 ms\n', '2025-10-16T08:49:00.028Z workers [worker #1] New run (tier 3, regular): 4 test files, time estimate 6742.599999999999 ms\n', '2025-10-16T08:49:00.028Z workers [worker #2] New run (tier 3, regular): 4 test files, time estimate 6743.61 ms\n', '2025-10-16T08:49:00.028Z workers [worker #3] New run (tier 3, regular): 4 test files, time estimate 6755.76 ms\n', '2025-10-16T08:49:00.028Z workers [worker #4] New run (tier 3, regular): 4 test files, time estimate 6747.030000000001 ms\n', '2025-10-16T08:49:00.029Z nodeRunner Starting sandbox [worker #0, session #zncs5]\n', '2025-10-16T08:49:00.029Z nodeRunner Starting sandbox [worker #1, session #mntvp]\n', '2025-10-16T08:49:00.029Z nodeRunner Starting sandbox [worker #2, session #z4tvk]\n', '2025-10-16T08:49:00.029Z nodeRunner Starting sandbox [worker #3, session #teniy]\n', '2025-10-16T08:49:00.029Z nodeRunner Starting sandbox [worker #4, session #qx227]\n', '2025-10-16T08:49:00.029Z nodeRunner Preparing sandbox [worker #0, session #zncs5]\n', '2025-10-16T08:49:00.029Z nodeRunner Preparing sandbox [worker #1, session #mntvp]\n', '2025-10-16T08:49:00.029Z nodeRunner Preparing sandbox [worker #2, session #z4tvk]\n', '2025-10-16T08:49:00.029Z nodeRunner Preparing sandbox [worker #3, session #teniy]\n', '2025-10-16T08:49:00.029Z nodeRunner Preparing sandbox [worker #4, session #qx227]\n', '2025-10-16T08:49:00.029Z nodeRunner Prepared sandbox [worker #0, session #zncs5]\n', '2025-10-16T08:49:00.029Z nodeRunner Prepared sandbox [worker #1, session #mntvp]\n', '2025-10-16T08:49:00.029Z nodeRunner Prepared sandbox [worker #2, session #z4tvk]\n', '2025-10-16T08:49:00.029Z nodeRunner Prepared sandbox [worker #3, session #teniy]\n', '2025-10-16T08:49:00.029Z nodeRunner Prepared sandbox [worker #4, session #qx227]\n', '2025-10-16T08:49:00.029Z workers [worker #0, session #zncs5] Running tests in sandbox\n', '2025-10-16T08:49:00.031Z workers [worker #1, session #mntvp] Running tests in sandbox\n', '2025-10-16T08:49:00.031Z workers [worker #2, session #z4tvk] Running tests in sandbox\n', '2025-10-16T08:49:00.032Z workers [worker #3, session #teniy] Running tests in sandbox\n', '2025-10-16T08:49:00.033Z workers [worker #4, session #qx227] Running tests in sandbox\n', '2025-10-16T08:49:00.033Z websocket received message ui.trackExecutionProgress\n', '2025-10-16T08:49:00.033Z websocket received method call: trackExecutionProgress\n', "2025-10-16T08:49:00.134Z workers 'Scheduling Vitest Run (zncs5): 2025-10-16T08:49:00.034Z'\n", '2025-10-16T08:49:00.134Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:49:00.134Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:49:00.134Z workers Requeuing out of order messages from Test Runner for sequential processing\n', '2025-10-16T08:49:00.134Z workers Requeuing out of order messages from Test Runner for sequential processing\n', "2025-10-16T08:49:00.136Z workers 'Scheduling Vitest Run (mntvp): 2025-10-16T08:49:00.035Z'\n", "2025-10-16T08:49:00.136Z workers 'Scheduling Vitest Run (z4tvk): 2025-10-16T08:49:00.036Z'\n", "2025-10-16T08:49:00.137Z workers 'Scheduling Vitest Run (teniy): 2025-10-16T08:49:00.037Z'\n", "2025-10-16T08:49:00.137Z workers 'Scheduling Vitest Run (qx227): 2025-10-16T08:49:00.037Z'\n", '2025-10-16T08:49:00.539Z project Test Runner transformed file: null/tn-core-more.spec.js 2025-10-16T08:49:00.519Z\n', '2025-10-16T08:49:00.641Z project Test Runner transformed file: null/store/elements/selectors.spec.ts 2025-10-16T08:49:00.535Z\n', '2025-10-16T08:49:00.642Z project Test Runner transformed file: null/store/elements/reducers/crud.spec.ts 2025-10-16T08:49:00.575Z\n', '2025-10-16T08:49:00.773Z project Test Runner transformed file: null/store/utils/convert-state-to-backend.spec.ts 2025-10-16T08:49:00.628Z\n', '2025-10-16T08:49:00.775Z project Test Runner transformed file: null/store/elements/reducers/hierarchy.spec.ts 2025-10-16T08:49:00.664Z\n', '2025-10-16T08:49:01.362Z project Test Runner transformed file: null/tn-elem-paste.ts 2025-10-16T08:49:01.231Z\n', '2025-10-16T08:49:01.364Z project Test Runner transformed file: null/tn-elem-paste.ts 2025-10-16T08:49:01.244Z\n', '2025-10-16T08:49:01.366Z project Test Runner transformed file: null/tn-elem-paste.ts 2025-10-16T08:49:01.259Z\n', '2025-10-16T08:49:01.398Z project Test Runner transformed file: null/tn-elem-paste.ts 2025-10-16T08:49:01.281Z\n', '2025-10-16T08:49:01.398Z project Test Runner transformed file: null/tn-elem-paste.ts 2025-10-16T08:49:01.295Z\n', '2025-10-16T08:49:01.429Z workers [mntvp.1] Loaded unknown number of test(s)\n', '2025-10-16T08:49:01.430Z workers [teniy.1] Loaded unknown number of test(s)\n', '2025-10-16T08:49:01.432Z workers [qx227.1] Loaded unknown number of test(s)\n', '2025-10-16T08:49:01.433Z workers [z4tvk.1] Loaded unknown number of test(s)\n', '2025-10-16T08:49:01.433Z workers [mntvp.1] Test executed: should parse public VK video URLs from e2e reference\n', '2025-10-16T08:49:01.437Z workers [qx227.1] Test executed: createElement: should add element to end of empty artboard children\n', '2025-10-16T08:49:01.437Z workers [mntvp.1] Test executed: should parse private VK video URLs from e2e reference\n', '2025-10-16T08:49:01.437Z workers [mntvp.1] Test executed: should parse VK clips URLs with full vkclips path\n', '2025-10-16T08:49:01.437Z workers [teniy.1] Test executed: should reorder children in artboard\n', '2025-10-16T08:49:01.437Z workers [teniy.1] Test executed: should update groupid when moving elements between parents\n', '2025-10-16T08:49:01.437Z workers [mntvp.1] Test executed: should parse VK clips URLs with direct clip path\n', '2025-10-16T08:49:01.437Z workers [mntvp.1] Test executed: should handle direct video ID input with owner only\n', '2025-10-16T08:49:01.439Z workers [qx227.1] Test executed: createElement: should add element to end of existing artboard children\n', '2025-10-16T08:49:01.439Z workers [mntvp.1] Test executed: should handle direct video ID input with owner and video ID\n', '2025-10-16T08:49:01.439Z workers [teniy.1] Test executed: should reorder children in group\n', '2025-10-16T08:49:01.440Z workers [mntvp.1] Test executed: should return false for invalid ID with extra text\n', '2025-10-16T08:49:01.441Z workers [zncs5.1] Loaded unknown number of test(s)\n', '2025-10-16T08:49:01.441Z workers [qx227.1] Test executed: createElement: should add element to end of group children\n', '2025-10-16T08:49:01.441Z workers [teniy.1] Test executed: should filter out non-existing elements\n', '2025-10-16T08:49:01.442Z workers [mntvp.1] Test executed: should return false for invalid VK URLs\n', '2025-10-16T08:49:01.442Z workers [teniy.1] Test executed: should remove elements from their original parents when reordered to new parent\n', "2025-10-16T08:49:01.443Z workers [qx227.1] Test executed: 'createElement: should insert at index…'\n", '2025-10-16T08:49:01.443Z workers [z4tvk.1] Test executed: should convert empty state without errors\n', '2025-10-16T08:49:01.443Z workers [teniy.1] Test executed: should delete childrens from old parents if they are moved out\n', '2025-10-16T08:49:01.443Z workers [mntvp.1] Test executed: should return false for empty string\n', "2025-10-16T08:49:01.444Z workers [qx227.1] Test executed: 'createElement: should insert at index…'\n", '2025-10-16T08:49:01.445Z workers [mntvp.1] Test executed: should return false for null input\n', '2025-10-16T08:49:01.445Z workers [teniy.1] Test executed: should move element forward (increase z-index)\n', '2025-10-16T08:49:01.446Z workers [mntvp.1] Test executed: should return false for undefined input\n', "2025-10-16T08:49:01.446Z workers [qx227.1] Test executed: 'createElement: should insert at last …'\n", '2025-10-16T08:49:01.447Z workers [teniy.1] Test executed: should not move when surrounded by selected siblings\n', '2025-10-16T08:49:01.448Z workers [z4tvk.1] Test executed: should assign sequential z-index starting from 3\n', '2025-10-16T08:49:01.448Z workers [mntvp.1] Test executed: should handle simple addition\n', "2025-10-16T08:49:01.448Z workers [qx227.1] Test executed: 'createElement: should handle negative…'\n", '2025-10-16T08:49:01.449Z workers [zncs5.1] Test executed: should return positioned tree data for elements without children\n', '2025-10-16T08:49:01.449Z workers [teniy.1] Test executed: should move element backward (decrease z-index)\n', '2025-10-16T08:49:01.449Z workers [mntvp.1] Test executed: should handle simple subtraction\n', "2025-10-16T08:49:01.450Z workers [qx227.1] Test executed: 'createElement: should handle index ex…'\n", '2025-10-16T08:49:01.451Z workers [teniy.1] Test executed: should not move beyond array boundaries (forward)\n', '2025-10-16T08:49:01.451Z workers [mntvp.1] Test executed: should handle simple multiplication\n', '2025-10-16T08:49:01.451Z workers [z4tvk.1] Test executed: should preserve element order based on byParent array\n', "2025-10-16T08:49:01.452Z workers [qx227.1] Test executed: 'createElement: should reverse array d…'\n", '2025-10-16T08:49:01.452Z workers [zncs5.1] Test executed: should return positioned tree data with nested children in groups\n', '2025-10-16T08:49:01.453Z workers [mntvp.1] Test executed: should handle simple division\n', '2025-10-16T08:49:01.453Z workers [teniy.1] Test executed: should not move beyond array boundaries (backward)\n', '2025-10-16T08:49:01.453Z workers [mntvp.1] Test executed: should handle mixed operations with correct precedence\n', '2025-10-16T08:49:01.453Z workers [teniy.1] Test executed: should not cross selected elements boundary\n', "2025-10-16T08:49:01.454Z workers [qx227.1] Test executed: 'createElement: should handle negative…'\n", '2025-10-16T08:49:01.454Z workers [z4tvk.1] Test executed: should convert tooltip element with height matching width\n', '2025-10-16T08:49:01.454Z workers [mntvp.1] Test executed: should handle subtraction with multiplication\n', '2025-10-16T08:49:01.454Z workers [teniy.1] Test executed: should move element to front (max z-index)\n', '2025-10-16T08:49:01.455Z workers [zncs5.1] Test executed: should handle deeply nested groups and maintain index at each level\n', '2025-10-16T08:49:01.456Z workers [mntvp.1] Test executed: should handle division with addition\n', '2025-10-16T08:49:01.456Z workers [qx227.1] Test executed: createElement: should handle elem_id property and convert to id\n', '2025-10-16T08:49:01.456Z workers [teniy.1] Test executed: should move element to back (min z-index)\n', '2025-10-16T08:49:01.457Z workers [z4tvk.1] Test executed: should handle empty or undefined element props\n', '2025-10-16T08:49:01.457Z workers [mntvp.1] Test executed: should handle simple brackets\n', '2025-10-16T08:49:01.457Z workers [qx227.1] Test executed: createElement: should preserve other properties\n', '2025-10-16T08:49:01.458Z workers [teniy.1] Test executed: should work with elements in groups\n', '2025-10-16T08:49:01.458Z workers [zncs5.1] Test executed: should filter out non-existent elements and assign correct indices\n', '2025-10-16T08:49:01.459Z workers [mntvp.1] Test executed: should handle nested brackets\n', '2025-10-16T08:49:01.459Z workers [qx227.1] Test executed: should handle creating element in non-existent parent\n', '2025-10-16T08:49:01.459Z workers [teniy.1] Test executed: should do nothing if element does not exist\n', '2025-10-16T08:49:01.460Z workers [z4tvk.1] Test executed: should include responsive fields for non-top resolutions\n', '2025-10-16T08:49:01.460Z workers [zncs5.1] Test executed: should return mapping of group ids to their children\n', '2025-10-16T08:49:01.460Z workers [mntvp.1] Test executed: should handle multiple bracket groups\n', '2025-10-16T08:49:01.461Z workers [teniy.1] Test executed: should move element from artboard to group\n', '2025-10-16T08:49:01.461Z workers [qx227.1] Test executed: groupElements: should create group and move children from artboard\n', '2025-10-16T08:49:01.461Z workers [mntvp.1] Test executed: should handle complex nested brackets\n', '2025-10-16T08:49:01.462Z workers [mntvp.1] Test executed: should handle brackets with division\n', '2025-10-16T08:49:01.462Z workers [z4tvk.1] Test executed: should skip responsive fields for top resolution\n', '2025-10-16T08:49:01.462Z workers [teniy.1] Test executed: should move element from one group to another\n', '2025-10-16T08:49:01.463Z workers [qx227.1] Test executed: groupElements: should move children from different parents\n', '2025-10-16T08:49:01.463Z workers [mntvp.1] Test executed: should handle expressions with spaces\n', '2025-10-16T08:49:01.464Z workers [teniy.1] Test executed: should insert element at specific index\n', '2025-10-16T08:49:01.464Z workers [qx227.1] Test executed: groupElements: should preserve child order in group\n', '2025-10-16T08:49:01.464Z workers [mntvp.1] Test executed: should handle brackets with spaces\n', '2025-10-16T08:49:01.465Z workers [teniy.1] Test executed: should insert at top when index is -1\n', '2025-10-16T08:49:01.466Z workers [z4tvk.1] Test executed: should convert physical group with all fields\n', '2025-10-16T08:49:01.466Z workers [mntvp.1] Test executed: should handle complex expression with spaces\n', "2025-10-16T08:49:01.466Z workers [qx227.1] Test executed: 'groupElements: should position group …'\n", '2025-10-16T08:49:01.467Z workers [teniy.1] Test executed: should move element back to artboard\n', '2025-10-16T08:49:01.467Z workers [mntvp.1] Test executed: should handle decimal addition\n', "2025-10-16T08:49:01.468Z workers [qx227.1] Test executed: 'groupElements: should position group …'\n", '2025-10-16T08:49:01.469Z workers [mntvp.1] Test executed: should handle division with decimals\n', '2025-10-16T08:49:01.469Z workers [teniy.1] Test executed: should handle inserting element that does not exist gracefully\n', '2025-10-16T08:49:01.469Z workers [z4tvk.1] Test executed: should propagate parent hidden field to child element\n', "2025-10-16T08:49:01.470Z workers [qx227.1] Test executed: 'groupElements: should handle zeroStat…'\n", '2025-10-16T08:49:01.471Z workers [mntvp.1] Test executed: should handle decimal multiplication\n', "2025-10-16T08:49:01.471Z workers [qx227.1] Test executed: 'groupElements: should handle negative…'\n", '2025-10-16T08:49:01.471Z workers [teniy.1] Test executed: should unwrap group and place children at group position\n', '2025-10-16T08:49:01.472Z workers [mntvp.1] Test executed: should round to 2 decimal places\n', '2025-10-16T08:49:01.472Z workers [z4tvk.1] Test executed: should propagate responsive hidden fields from parent\n', '2025-10-16T08:49:01.473Z workers [teniy.1] Test executed: should update groupid for deeply nested elements when unwrapping\n', '2025-10-16T08:49:01.473Z workers [qx227.1] Test executed: groupElements: should create group within existing group\n', '2025-10-16T08:49:01.473Z workers [mntvp.1] Test executed: should handle number input\n', '2025-10-16T08:49:01.474Z workers [mntvp.1] Test executed: should handle string number\n', '2025-10-16T08:49:01.474Z workers [teniy.1] Test executed: should unwrap nested group\n', '2025-10-16T08:49:01.475Z workers [qx227.1] Test executed: createGroup: should create group with new elements\n', '2025-10-16T08:49:01.475Z workers [z4tvk.1] Test executed: should not propagate when parent has no hidden field\n', '2025-10-16T08:49:01.475Z workers [teniy.1] Test executed: should throw error if element is not a group\n', '2025-10-16T08:49:01.476Z workers [mntvp.1] Test executed: should return integer when noFraction is true\n', '2025-10-16T08:49:01.476Z workers [qx227.1] Test executed: createGroup: should create group with flex auto reversed elements\n', '2025-10-16T08:49:01.476Z workers [teniy.1] Test executed: should throw error if group does not exist\n', '2025-10-16T08:49:01.477Z workers [z4tvk.1] Test executed: should collect logical group hidden field when parent not hidden\n', '2025-10-16T08:49:01.477Z workers [mntvp.1] Test executed: should return float when noFraction is false\n', '2025-10-16T08:49:01.478Z workers [qx227.1] Test executed: createGroup: should create nested groups within group\n', '2025-10-16T08:49:01.478Z workers [teniy.1] Test executed: should handle empty group\n', '2025-10-16T08:49:01.479Z workers [mntvp.1] Test executed: should handle single number\n', '2025-10-16T08:49:01.480Z workers [qx227.1] Test executed: createGroup: should position group at specific index\n', '2025-10-16T08:49:01.480Z workers [z4tvk.1] Test executed: should skip logical group hidden collection when parent already hidden\n', '2025-10-16T08:49:01.480Z workers [teniy.1] Test executed: should preserve element order when unwrapping group with multiple children\n', '2025-10-16T08:49:01.480Z workers [mntvp.1] Test executed: should handle negative numbers\n', "2025-10-16T08:49:01.480Z workers [qx227.1] Test executed: 'deleteElement: should delete element …'\n", '2025-10-16T08:49:01.481Z workers [z4tvk.1] Test executed: should handle deeply nested groups and elements\n', '2025-10-16T08:49:01.482Z workers [mntvp.1] Test executed: should handle complex expression\n', '2025-10-16T08:49:01.482Z workers [mntvp.1] Test executed: should handle division by zero by falling back to parseInt\n', '2025-10-16T08:49:01.482Z workers [teniy.1] Test executed: should correctly apply update to all hierarchy and filter non existent elements\n', '2025-10-16T08:49:01.482Z workers [qx227.1] Test executed: deleteElement: should delete element from group\n', '2025-10-16T08:49:01.482Z workers [z4tvk.1] Test executed: should handle multiple children in same group\n', '2025-10-16T08:49:01.483Z workers [mntvp.1] Test executed: should handle invalid characters by falling back to parseInt\n', '2025-10-16T08:49:01.483Z workers [teniy.1] Test executed: should update groupid when reassigning children\n', '2025-10-16T08:49:01.484Z workers [qx227.1] Test executed: deleteElement: should recursively delete group and all children\n', '2025-10-16T08:49:01.484Z workers [mntvp.1] Test executed: should handle invalid brackets by falling back to parseInt\n', '2025-10-16T08:49:01.485Z workers [mntvp.1] Test executed: should handle starting with operator by falling back to parseInt\n', '2025-10-16T08:49:01.485Z workers [z4tvk.1] Test executed: should handle mixed groups and elements at same level\n', '2025-10-16T08:49:01.486Z workers [qx227.1] Test executed: deleteElement: should handle deeply nested deletion\n', '2025-10-16T08:49:01.486Z workers [mntvp.1] Test executed: should handle double operators by falling back to parseInt\n', '2025-10-16T08:49:01.488Z workers [qx227.1] Test executed: should handle missing element gracefully\n', '2025-10-16T08:49:01.488Z workers [z4tvk.1] Test executed: should include non-default artboard screens\n', '2025-10-16T08:49:01.488Z workers [mntvp.1] Test executed: should not multiply step 0.05\n', '2025-10-16T08:49:01.489Z workers [qx227.1] Test executed: should handle deletion when element has undefined groupid\n', '2025-10-16T08:49:01.489Z workers [z4tvk.1] Test executed: should skip default artboard screens\n', '2025-10-16T08:49:01.490Z workers [mntvp.1] Test executed: should not multiply step 0.5\n', '2025-10-16T08:49:01.490Z workers [mntvp.1] Test executed: should not multiply step 5\n', '2025-10-16T08:49:01.491Z workers [mntvp.1] Test executed: should not multiply step 50\n', '2025-10-16T08:49:01.491Z workers [z4tvk.1] Test executed: should include valid artboard fields with ab_ prefix\n', '2025-10-16T08:49:01.492Z workers [mntvp.1] Test executed: should not multiply step 105\n', '2025-10-16T08:49:01.495Z workers [z4tvk.1] Test executed: should skip invalid artboard values\n', '2025-10-16T08:49:01.495Z workers [mntvp.1] Test executed: should not multiply step 150\n', '2025-10-16T08:49:01.495Z workers [z4tvk.1] Test executed: should include responsive artboard fields\n', '2025-10-16T08:49:01.496Z workers [mntvp.1] Test executed: should not multiply step 500\n', '2025-10-16T08:49:01.496Z workers [mntvp.1] Test executed: should not multiply step 0.01\n', '2025-10-16T08:49:01.497Z workers [mntvp.1] Test executed: should not multiply step 0.1\n', '2025-10-16T08:49:01.497Z workers [z4tvk.1] Test executed: should include guides when present\n', '2025-10-16T08:49:01.500Z workers [mntvp.1] Test executed: should not multiply step 1\n', '2025-10-16T08:49:01.500Z workers [z4tvk.1] Test executed: should skip guides when empty object\n', '2025-10-16T08:49:01.501Z workers [mntvp.1] Test executed: should not multiply step 10\n', '2025-10-16T08:49:01.501Z workers [z4tvk.1] Test executed: should handle HTML content from text element\n', '2025-10-16T08:49:01.503Z workers [mntvp.1] Test executed: should not multiply step 100\n', '2025-10-16T08:49:01.503Z workers [mntvp.1] Test executed: should not multiply step -0.1\n', '2025-10-16T08:49:01.504Z workers [mntvp.1] Test executed: should not multiply step -1\n', '2025-10-16T08:49:01.504Z workers [z4tvk.1] Test executed: should handle complex nested structure with all features\n', '2025-10-16T08:49:01.506Z workers [mntvp.1] Test executed: should not multiply step 0.5\n', '2025-10-16T08:49:01.507Z workers [z4tvk.1] Test executed: should use consistent z-index ordering (ascending by render order)\n', '2025-10-16T08:49:01.507Z workers [mntvp.1] Test executed: should not multiply step 1\n', '2025-10-16T08:49:01.508Z workers [mntvp.1] Test executed: should not multiply step 150\n', '2025-10-16T08:49:01.510Z workers [mntvp.1] Test executed: should not multiply step -150\n', '2025-10-16T08:49:01.511Z workers [mntvp.1] Test executed: should not multiply step -1.5\n', '2025-10-16T08:49:01.513Z workers [mntvp.1] Test executed: should multiply step 0.05\n', '2025-10-16T08:49:01.514Z workers [mntvp.1] Test executed: should multiply step 0.5\n', '2025-10-16T08:49:01.520Z workers [mntvp.1] Test executed: should multiply step 5\n', '2025-10-16T08:49:01.521Z workers [mntvp.1] Test executed: should multiply step 50\n', '2025-10-16T08:49:01.521Z workers [mntvp.1] Test executed: should multiply step 105\n', '2025-10-16T08:49:01.521Z workers [mntvp.1] Test executed: should multiply step 150\n', '2025-10-16T08:49:01.522Z workers [mntvp.1] Test executed: should multiply step 500\n', '2025-10-16T08:49:01.524Z workers [mntvp.1] Test executed: should multiply step 0.01\n', '2025-10-16T08:49:01.526Z workers [mntvp.1] Test executed: should multiply step 0.1\n', '2025-10-16T08:49:01.528Z workers [mntvp.1] Test executed: should multiply step 1\n', '2025-10-16T08:49:01.529Z workers [mntvp.1] Test executed: should multiply step 10\n', '2025-10-16T08:49:01.530Z workers [mntvp.1] Test executed: should multiply step 100\n', '2025-10-16T08:49:01.531Z workers [mntvp.1] Test executed: should multiply step -0.1\n', '2025-10-16T08:49:01.532Z workers [mntvp.1] Test executed: should multiply step -1\n', '2025-10-16T08:49:01.534Z workers [mntvp.1] Test executed: should multiply step 0.5\n', '2025-10-16T08:49:01.534Z workers [mntvp.1] Test executed: should multiply step 1\n', '2025-10-16T08:49:01.536Z workers [mntvp.1] Test executed: should multiply step 150\n', '2025-10-16T08:49:01.537Z workers [mntvp.1] Test executed: should multiply step -150\n', '2025-10-16T08:49:01.537Z project Test Runner transformed file: null/store/test-utils/structure-builder.ts 2025-10-16T08:49:01.436Z\n', '2025-10-16T08:49:01.537Z workers [mntvp.1] Test executed: should multiply step -1.5\n', '2025-10-16T08:49:01.540Z workers [mntvp.1] Test executed: should handle undefined values inputs\n', "2025-10-16T08:49:01.581Z workers 'Vitest Run Complete (zncs5): 2025-10-16T08:49:01.480Z'\n", '2025-10-16T08:49:01.581Z workers [zncs5] Run 5 test(s), skipped 0 test(s)\n', '2025-10-16T08:49:01.581Z workers [zncs5] Sandbox is responsive, closing it\n', '2025-10-16T08:49:01.584Z workers No queued test files to run\n', '2025-10-16T08:49:01.834Z workers Processing buffered results (regular), buffer size: 1, buffer time: 250ms\n', '2025-10-16T08:49:01.839Z runManager Test run finished\n', '2025-10-16T08:49:01.839Z project Processed console.log entries\n', '2025-10-16T08:49:01.839Z project Processed loading sequences\n', '2025-10-16T08:49:01.839Z project Processed executed tests\n', '2025-10-16T08:49:01.851Z project Processed code coverage\n', '2025-10-16T08:49:01.865Z runManager Test run result processed and sent to IDE\n', '2025-10-16T08:49:01.923Z project Test Runner transformed file: null/store/utils/nesting.spec.ts 2025-10-16T08:49:01.921Z\n', '2025-10-16T08:49:02.070Z project Test Runner transformed file: null/store/selection/index.spec.ts 2025-10-16T08:49:01.949Z\n', '2025-10-16T08:49:02.072Z project Test Runner transformed file: null/store/elements/reducers/fields.spec.ts 2025-10-16T08:49:01.964Z\n', '2025-10-16T08:49:02.072Z project Test Runner transformed file: null/store/utils/convert-backend-to-state.spec.ts 2025-10-16T08:49:02.001Z\n', '2025-10-16T08:49:02.419Z websocket received message ui.untrackExecutionProgress\n', '2025-10-16T08:49:02.419Z websocket received method call: untrackExecutionProgress\n', '2025-10-16T08:49:02.420Z websocket received message ui.trackExecutionProgress\n', '2025-10-16T08:49:02.420Z websocket received method call: trackExecutionProgress\n', '2025-10-16T08:49:02.538Z websocket received message ui.updateAppSettings\n', '2025-10-16T08:49:02.538Z websocket received method call: updateAppSettings\n', '2025-10-16T08:49:02.539Z websocket received message ui.openInSideView\n', '2025-10-16T08:49:02.539Z websocket received method call: openInSideView\n', '2025-10-16T08:49:02.786Z workers [z4tvk.2] Loaded unknown number of test(s)\n', '2025-10-16T08:49:02.791Z workers [z4tvk.2] Test executed: should insert element at top position\n', '2025-10-16T08:49:02.792Z workers [z4tvk.2] Test executed: should insert element at bottom position\n', '2025-10-16T08:49:02.792Z workers [z4tvk.2] Test executed: should insert element at specific numeric index\n', '2025-10-16T08:49:02.793Z workers [qx227.2] Loaded unknown number of test(s)\n', '2025-10-16T08:49:02.795Z workers [z4tvk.2] Test executed: should insert at top when negative index provided\n', '2025-10-16T08:49:02.795Z workers [teniy.2] Loaded unknown number of test(s)\n', '2025-10-16T08:49:02.797Z workers [z4tvk.2] Test executed: should insert at bottom when index exceeds array length\n', '2025-10-16T08:49:02.798Z workers [qx227.2] Test executed: should add element to selection\n', '2025-10-16T08:49:02.799Z workers [z4tvk.2] Test executed: should insert at beginning when index is 0\n', '2025-10-16T08:49:02.800Z workers [teniy.2] Test executed: should set field value for element\n', '2025-10-16T08:49:02.800Z workers [teniy.2] Test executed: should set responsive field value for element\n', '2025-10-16T08:49:02.800Z workers [z4tvk.2] Test executed: should insert at end when index equals array length\n', '2025-10-16T08:49:02.801Z workers [mntvp.2] Loaded unknown number of test(s)\n', '2025-10-16T08:49:02.801Z workers [qx227.2] Test executed: should not add duplicate elements\n', '2025-10-16T08:49:02.802Z workers [z4tvk.2] Test executed: should reverse array before and after callback execution\n', '2025-10-16T08:49:02.802Z workers [teniy.2] Test executed: should not create responsive field for top resolution\n', '2025-10-16T08:49:02.803Z workers [qx227.2] Test executed: should remove element from selection\n', "2025-10-16T08:49:02.804Z workers [z4tvk.2] Test executed: should 'insertBefore': 'single element before target'\n", '2025-10-16T08:49:02.805Z workers [qx227.2] Test executed: should clear selection\n', '2025-10-16T08:49:02.805Z workers [teniy.2] Test executed: should set artboard field value\n', '2025-10-16T08:49:02.805Z workers [mntvp.2] Test executed: should convert simple backend data to state format\n', "2025-10-16T08:49:02.806Z workers [z4tvk.2] Test executed: should 'insertBefore': 'multiple elements before target'\n", '2025-10-16T08:49:02.807Z workers [teniy.2] Test executed: should set responsive artboard field value\n', '2025-10-16T08:49:02.807Z workers [mntvp.2] Test executed: should handle empty backend data\n', '2025-10-16T08:49:02.807Z workers [qx227.2] Test executed: should set selection to specific array\n', "2025-10-16T08:49:02.808Z workers [z4tvk.2] Test executed: should 'insertBefore': 'before first element (in layers = las…'\n", '2025-10-16T08:49:02.808Z workers [qx227.2] Test executed: should detect if parent group is selected\n', '2025-10-16T08:49:02.809Z workers [teniy.2] Test executed: should handle multiple field updates\n', '2025-10-16T08:49:02.809Z workers [mntvp.2] Test executed: should filter duplicate elements by elem_id\n', "2025-10-16T08:49:02.809Z workers [z4tvk.2] Test executed: should 'insertAfter': 'single element after target'\n", "2025-10-16T08:49:02.810Z workers [z4tvk.2] Test executed: should 'insertAfter': 'multiple elements after target'\n", '2025-10-16T08:49:02.810Z workers [qx227.2] Test executed: should NOT select child when parent is selected with protected flag\n', '2025-10-16T08:49:02.812Z workers [teniy.2] Test executed: should delete field from element\n', '2025-10-16T08:49:02.812Z workers [mntvp.2] Test executed: should filter duplicate groups by id\n', "2025-10-16T08:49:02.812Z workers [z4tvk.2] Test executed: should 'insertAfter': 'after last element (in layers = first…'\n", '2025-10-16T08:49:02.812Z workers [mntvp.2] Test executed: should convert invisible field to hidden with y value\n', '2025-10-16T08:49:02.812Z workers [qx227.2] Test executed: should select child when parent is NOT selected with protected flag\n', '2025-10-16T08:49:02.813Z workers [teniy.2] Test executed: should delete responsive field from element\n', '2025-10-16T08:49:02.814Z workers [mntvp.2] Test executed: should convert invisible field to hidden with n value\n', '2025-10-16T08:49:02.815Z workers [teniy.2] Test executed: should delete field from artboard\n', '2025-10-16T08:49:02.815Z workers [mntvp.2] Test executed: should normalize hidden field to y or n\n', '2025-10-16T08:49:02.816Z workers [qx227.2] Test executed: should select child when parent is selected WITHOUT protected flag\n', '2025-10-16T08:49:02.816Z workers [z4tvk.2] Test executed: should work with groups\n', '2025-10-16T08:49:02.818Z workers [teniy.2] Test executed: should delete base field and all responsive variants\n', '2025-10-16T08:49:02.818Z workers [mntvp.2] Test executed: should remove parent_hidden fields\n', '2025-10-16T08:49:02.818Z workers [z4tvk.2] Test executed: should return null if target not found\n', '2025-10-16T08:49:02.819Z workers [qx227.2] Test executed: should select element with artboard parent using protected flag\n', '2025-10-16T08:49:02.821Z workers [teniy.2] Test executed: should delete all responsive variants of width field\n', '2025-10-16T08:49:02.821Z workers [mntvp.2] Test executed: should extract artboard data from ab_ prefixed fields\n', '2025-10-16T08:49:02.822Z workers [qx227.2] Test executed: should NOT select nested children when ancestor is selected with protected flag\n', '2025-10-16T08:49:02.823Z workers [qx227.2] Test executed: should recursively check parent hierarchy across multiple levels\n', '2025-10-16T08:49:02.823Z workers [mntvp.2] Test executed: should parse custom screens from ab_screens\n', '2025-10-16T08:49:02.824Z workers [teniy.2] Test executed: should throw error for unknown operation type\n', '2025-10-16T08:49:02.825Z workers [mntvp.2] Test executed: should use default screens when ab_screens is not provided\n', '2025-10-16T08:49:02.825Z workers [qx227.2] Test executed: should block selection when immediate parent is selected with protected flag\n', '2025-10-16T08:49:02.826Z workers [teniy.2] Test executed: should handle missing element gracefully in set operation\n', '2025-10-16T08:49:02.827Z workers [mntvp.2] Test executed: should convert element with all properties\n', '2025-10-16T08:49:02.827Z workers [qx227.2] Test executed: should prevent selecting grandchild when grandparent is selected\n', '2025-10-16T08:49:02.828Z workers [teniy.2] Test executed: should handle missing element gracefully in delete operation\n', '2025-10-16T08:49:02.829Z workers [mntvp.2] Test executed: should build parent-child relationships correctly\n', '2025-10-16T08:49:02.830Z workers [teniy.2] Test executed: should handle missing element gracefully in empty operation\n', '2025-10-16T08:49:02.830Z workers [mntvp.2] Test executed: should sort children by zindex\n', '2025-10-16T08:49:02.831Z workers [mntvp.2] Test executed: should handle missing zindex values\n', '2025-10-16T08:49:02.833Z workers [mntvp.2] Test executed: should handle missing groups array\n', '2025-10-16T08:49:02.838Z workers [mntvp.2] Test executed: should handle complex nested structure\n', '2025-10-16T08:49:02.840Z workers [mntvp.2] Test executed: should preserve children order in round-trip conversion\n', "2025-10-16T08:49:02.853Z websocket client connected: ui { address: '::', family: 'IPv6', port: 55000 }\n", '2025-10-16T08:49:02.880Z websocket received message ui.trackProjectConfig\n', '2025-10-16T08:49:02.880Z websocket received method call: trackProjectConfig\n', '2025-10-16T08:49:02.881Z websocket received message ui.featureUsed\n', '2025-10-16T08:49:02.881Z websocket received method call: featureUsed\n', '2025-10-16T08:49:02.881Z websocket received message ui.trackStatus\n', '2025-10-16T08:49:02.881Z websocket received method call: trackStatus\n', '2025-10-16T08:49:02.881Z websocket received message ui.trackStatus\n', '2025-10-16T08:49:02.881Z websocket received method call: trackStatus\n', '2025-10-16T08:49:02.881Z websocket received message ui.trackTestRun\n', '2025-10-16T08:49:02.881Z websocket received method call: trackTestRun\n', '2025-10-16T08:49:02.882Z websocket received message ui.handshake\n', '2025-10-16T08:49:02.882Z websocket received method call: handshake\n', '2025-10-16T08:49:02.883Z websocket received message ui.trackEditorCursor\n', '2025-10-16T08:49:02.883Z websocket received method call: trackEditorCursor\n', '2025-10-16T08:49:02.883Z websocket received message ui.trackProjectConfig\n', '2025-10-16T08:49:02.883Z websocket received method call: trackProjectConfig\n', '2025-10-16T08:49:02.883Z websocket received message ui.trackStatus\n', '2025-10-16T08:49:02.883Z websocket received method call: trackStatus\n', '2025-10-16T08:49:02.989Z websocket received message ui.trackDiagnosticMessages\n', '2025-10-16T08:49:02.989Z websocket received method call: trackDiagnosticMessages\n', '2025-10-16T08:49:03.324Z project Test Runner transformed file: null/tn-panel-ui-input.spec.js 2025-10-16T08:49:03.220Z\n', '2025-10-16T08:49:03.338Z project Test Runner transformed file: null/tn-core-init.spec.js 2025-10-16T08:49:03.237Z\n', '2025-10-16T08:49:03.339Z project Test Runner transformed file: null/tn-elem-paste.spec.ts 2025-10-16T08:49:03.242Z\n', '2025-10-16T08:49:03.339Z project Test Runner transformed file: null/store/breakpoints/index.spec.ts 2025-10-16T08:49:03.250Z\n', '2025-10-16T08:49:03.851Z websocket received message ui.updateAppSettings\n', '2025-10-16T08:49:03.851Z websocket received method call: updateAppSettings\n', '2025-10-16T08:49:03.931Z workers [qx227.3] Loaded unknown number of test(s)\n', '2025-10-16T08:49:03.934Z workers [qx227.3] Test executed: should allow alphanumeric characters\n', '2025-10-16T08:49:03.935Z workers [qx227.3] Test executed: should allow allowed special characters\n', '2025-10-16T08:49:03.939Z workers [qx227.3] Test executed: should remove disallowed special characters\n', '2025-10-16T08:49:03.939Z workers [qx227.3] Test executed: should handle empty string\n', '2025-10-16T08:49:03.939Z workers [qx227.3] Test executed: should handle string with only disallowed characters\n', '2025-10-16T08:49:03.941Z workers [qx227.3] Test executed: should handle mixed allowed and disallowed characters\n', '2025-10-16T08:49:03.943Z workers [qx227.3] Test executed: should handle user input correctly\n', '2025-10-16T08:49:03.944Z workers [qx227.3] Test executed: should limit to MAX_LENGTH classes\n', '2025-10-16T08:49:03.946Z workers [qx227.3] Test executed: should filter empty classnames\n', '2025-10-16T08:49:03.947Z workers [qx227.3] Test executed: should sanitize invalid characters\n', '2025-10-16T08:49:03.951Z workers [qx227.3] Test executed: should handle edge cases\n', '2025-10-16T08:49:03.951Z workers [qx227.3] Test executed: should convert server value to client\n', '2025-10-16T08:49:03.952Z workers [z4tvk.3] Loaded unknown number of test(s)\n', '2025-10-16T08:49:03.952Z workers [qx227.3] Test executed: should convert client value to server\n', '2025-10-16T08:49:03.952Z workers [mntvp.3] Loaded unknown number of test(s)\n', '2025-10-16T08:49:03.952Z workers [qx227.3] Test executed: should return same format when from and to are identical\n', '2025-10-16T08:49:03.954Z workers [qx227.3] Test executed: should handle empty string\n', '2025-10-16T08:49:03.954Z workers [qx227.3] Test executed: should handle single class name\n', '2025-10-16T08:49:03.954Z workers [teniy.3] Loaded unknown number of test(s)\n', '2025-10-16T08:49:03.955Z workers [z4tvk.3] Test executed: should set list and update top\n', '2025-10-16T08:49:03.957Z workers [z4tvk.3] Test executed: should handle single breakpoint\n', '2025-10-16T08:49:03.957Z workers [teniy.3] Test executed: returns stable ids per parent + oldId and generates new ones when needed\n', '2025-10-16T08:49:03.958Z workers [z4tvk.3] Test executed: should ignore empty array\n', '2025-10-16T08:49:03.959Z workers [teniy.3] Test executed: allows replica to reuse ids generated by the primary allocator\n', '2025-10-16T08:49:03.960Z workers [z4tvk.3] Test executed: should update current breakpoint\n', '2025-10-16T08:49:03.960Z workers [teniy.3] Test executed: throws when replica is missing pre-generated id\n', '2025-10-16T08:49:03.962Z workers [z4tvk.3] Test executed: should update both list and current breakpoint\n', '2025-10-16T08:49:03.962Z workers [teniy.3] Test executed: does not mutate primary store when replica allocates existing ids\n', '2025-10-16T08:49:03.963Z workers [mntvp.3] Test executed: should convert media query to container query\n', '2025-10-16T08:49:03.964Z workers [teniy.3] Test executed: has/get reflect stored ids per parent bucket\n', '2025-10-16T08:49:03.964Z workers [z4tvk.3] Test executed: should update only list\n', '2025-10-16T08:49:03.965Z workers [mntvp.3] Test executed: should not convert media query to container query\n', '2025-10-16T08:49:03.966Z workers [teniy.3] Test executed: should cache allocated ids per parent bucket\n', '2025-10-16T08:49:03.966Z workers [z4tvk.3] Test executed: should update only current\n', '2025-10-16T08:49:03.967Z workers [teniy.3] Test executed: should handle normalizing root and artboard parent ids\n', '2025-10-16T08:49:03.968Z workers [z4tvk.3] Test executed: should return all breakpoints info\n', '2025-10-16T08:49:03.969Z workers [teniy.3] Test executed: should create independent snapshots\n', '2025-10-16T08:49:03.970Z workers [z4tvk.3] Test executed: should detect when at top breakpoint\n', '2025-10-16T08:49:03.971Z workers [z4tvk.3] Test executed: should detect when not at top breakpoint\n', '2025-10-16T08:49:03.973Z workers [z4tvk.3] Test executed: should initialize with default breakpoints\n', '2025-10-16T08:49:03.974Z workers [z4tvk.3] Test executed: should start with isTopBreakpoint as true\n', '2025-10-16T08:49:04.364Z project Test Runner transformed file: null/store/utils/index.spec.ts 2025-10-16T08:49:04.263Z\n', '2025-10-16T08:49:04.387Z project Test Runner transformed file: null/tn-plugins-colorpicker.spec.js 2025-10-16T08:49:04.281Z\n', '2025-10-16T08:49:04.388Z project Test Runner transformed file: null/store/test-utils/structure-builder.spec.ts 2025-10-16T08:49:04.285Z\n', '2025-10-16T08:49:04.396Z project Test Runner transformed file: null/store/elements/reducers/general.spec.ts 2025-10-16T08:49:04.294Z\n', '2025-10-16T08:49:04.793Z workers [qx227.4] Loaded unknown number of test(s)\n', '2025-10-16T08:49:04.796Z workers [qx227.4] Test executed: should not mutate original object\n', '2025-10-16T08:49:04.799Z workers [qx227.4] Test executed: should migrate invisible to hidden\n', '2025-10-16T08:49:04.799Z workers [qx227.4] Test executed: should normalize hidden field to y or n\n', '2025-10-16T08:49:04.801Z workers [qx227.4] Test executed: should migrate elem_id to id\n', '2025-10-16T08:49:04.804Z workers [qx227.4] Test executed: should remove all parent_hidden fields\n', '2025-10-16T08:49:04.804Z workers [qx227.4] Test executed: should apply all migrations simultaneously\n', '2025-10-16T08:49:04.807Z workers [qx227.4] Test executed: should preserve unrelated fields\n', '2025-10-16T08:49:04.823Z workers [mntvp.4] Loaded unknown number of test(s)\n', '2025-10-16T08:49:04.825Z workers [z4tvk.4] Loaded unknown number of test(s)\n', '2025-10-16T08:49:04.827Z workers [mntvp.4] Test executed: buildStore: should create store with simple artboard and elements\n', '2025-10-16T08:49:04.827Z workers [teniy.4] Loaded unknown number of test(s)\n', '2025-10-16T08:49:04.827Z workers [mntvp.4] Test executed: buildStore: should handle nested groups\n', '2025-10-16T08:49:04.828Z workers [z4tvk.4] Test executed: should set elements and artboard from action payload\n', '2025-10-16T08:49:04.830Z workers [teniy.4] Test executed: should return the correct color value\n', "2025-10-16T08:49:04.928Z workers 'Vitest Run Complete (qx227): 2025-10-16T08:49:04.827Z'\n", '2025-10-16T08:49:04.928Z workers [qx227] Run 68 test(s), skipped 0 test(s)\n', '2025-10-16T08:49:04.928Z workers [qx227] Sandbox is responsive, closing it\n', '2025-10-16T08:49:04.932Z workers No queued test files to run\n', "2025-10-16T08:49:04.949Z workers 'Vitest Run Complete (mntvp): 2025-10-16T08:49:04.848Z'\n", '2025-10-16T08:49:04.949Z workers [mntvp] Run 103 test(s), skipped 0 test(s)\n', '2025-10-16T08:49:04.950Z workers [mntvp] Sandbox is responsive, closing it\n', '2025-10-16T08:49:04.956Z workers No queued test files to run\n', "2025-10-16T08:49:04.956Z workers 'Vitest Run Complete (z4tvk): 2025-10-16T08:49:04.853Z'\n", '2025-10-16T08:49:04.956Z workers [z4tvk] Run 55 test(s), skipped 0 test(s)\n', "2025-10-16T08:49:04.956Z workers 'Vitest Run Complete (teniy): 2025-10-16T08:49:04.853Z'\n", '2025-10-16T08:49:04.956Z workers [teniy] Run 55 test(s), skipped 0 test(s)\n', '2025-10-16T08:49:04.956Z workers [z4tvk] Sandbox is responsive, closing it\n', '2025-10-16T08:49:04.962Z workers [teniy] Sandbox is responsive, closing it\n', '2025-10-16T08:49:04.970Z workers No queued test files to run\n', '2025-10-16T08:49:04.971Z workers No queued test files to run\n', '2025-10-16T08:49:04.971Z workers Processing buffered results (idle), buffer size: 4, buffer time: 0ms\n', '2025-10-16T08:49:04.974Z runManager Test run finished\n', '2025-10-16T08:49:04.974Z project Processed console.log entries\n', '2025-10-16T08:49:04.974Z project Processed loading sequences\n', "2025-10-16T08:49:04.974Z project Test name duplicate: 'createElement: should insert at index…'\n", "2025-10-16T08:49:04.974Z project Test name duplicate: 'createElement: should handle negative…'\n", "2025-10-16T08:49:04.974Z project Test name duplicate: 'groupElements: should position group …'\n", '2025-10-16T08:49:04.975Z project Test name duplicate: should not multiply step 0.5\n', '2025-10-16T08:49:04.975Z project Test name duplicate: should not multiply step 1\n', '2025-10-16T08:49:04.975Z project Test name duplicate: should not multiply step 150\n', '2025-10-16T08:49:04.975Z project Test name duplicate: should multiply step 0.5\n', '2025-10-16T08:49:04.975Z project Test name duplicate: should multiply step 1\n', '2025-10-16T08:49:04.975Z project Test name duplicate: should multiply step 150\n', '2025-10-16T08:49:04.975Z project Processed executed tests\n', '2025-10-16T08:49:04.987Z project Processed code coverage\n', '2025-10-16T08:49:05.017Z runManager Test run result processed and sent to IDE\n', '2025-10-16T08:49:05.018Z websocket received message ui.untrackExecutionProgress\n', '2025-10-16T08:49:05.018Z websocket received method call: untrackExecutionProgress\n', '2025-10-16T08:49:08.155Z websocket client disconnected: ui 1001\n', '2025-10-16T08:49:24.480Z fs File changed in editor: null/tn-elem-paste.ts\n', '2025-10-16T08:49:24.482Z project File null/tn-elem-paste.ts changes are patches only: false\n', '2025-10-16T08:49:24.483Z project File null/tn-elem-paste.ts is not instrumented by core\n', '2025-10-16T08:49:24.483Z project File null/tn-elem-paste.ts changes saved, store ts: 1760604539832, change ts: 1760604564482\n', '2025-10-16T08:49:24.484Z runManager Test run started; run priority: 2\n', '2025-10-16T08:49:24.485Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 16, from failing: 0\n', '2025-10-16T08:49:24.485Z workers Planning to run 17 queued test files (regular run)\n', '2025-10-16T08:49:24.485Z workers [worker #0] New run (tier 2, regular): 1 test files, time estimate 1430.56 ms\n', '2025-10-16T08:49:24.485Z workers [worker #1] New run (tier 3, regular): 4 test files, time estimate 6497.79 ms\n', '2025-10-16T08:49:24.485Z workers [worker #2] New run (tier 3, regular): 4 test files, time estimate 6488.92 ms\n', '2025-10-16T08:49:24.485Z workers [worker #3] New run (tier 3, regular): 4 test files, time estimate 6481.49 ms\n', '2025-10-16T08:49:24.486Z workers [worker #4] New run (tier 3, regular): 4 test files, time estimate 6488.34 ms\n', '2025-10-16T08:49:24.487Z nodeRunner Starting sandbox [worker #0, session #1lolk]\n', '2025-10-16T08:49:24.487Z nodeRunner Starting sandbox [worker #1, session #l18g1]\n', '2025-10-16T08:49:24.487Z nodeRunner Starting sandbox [worker #2, session #daqxy]\n', '2025-10-16T08:49:24.487Z nodeRunner Starting sandbox [worker #3, session #w88j6]\n', '2025-10-16T08:49:24.487Z nodeRunner Starting sandbox [worker #4, session #vzot4]\n', '2025-10-16T08:49:24.487Z websocket received message ui.trackExecutionProgress\n', '2025-10-16T08:49:24.487Z websocket received method call: trackExecutionProgress\n', '2025-10-16T08:49:24.488Z nodeRunner Preparing sandbox [worker #0, session #1lolk]\n', '2025-10-16T08:49:24.488Z nodeRunner Preparing sandbox [worker #1, session #l18g1]\n', '2025-10-16T08:49:24.488Z nodeRunner Preparing sandbox [worker #2, session #daqxy]\n', '2025-10-16T08:49:24.488Z nodeRunner Preparing sandbox [worker #3, session #w88j6]\n', '2025-10-16T08:49:24.488Z nodeRunner Preparing sandbox [worker #4, session #vzot4]\n', '2025-10-16T08:49:24.488Z nodeRunner Prepared sandbox [worker #0, session #1lolk]\n', '2025-10-16T08:49:24.488Z nodeRunner Prepared sandbox [worker #1, session #l18g1]\n', '2025-10-16T08:49:24.488Z nodeRunner Prepared sandbox [worker #2, session #daqxy]\n', '2025-10-16T08:49:24.488Z nodeRunner Prepared sandbox [worker #3, session #w88j6]\n', '2025-10-16T08:49:24.488Z nodeRunner Prepared sandbox [worker #4, session #vzot4]\n', '2025-10-16T08:49:24.488Z workers [worker #0, session #1lolk] Running tests in sandbox\n', '2025-10-16T08:49:24.489Z workers [worker #1, session #l18g1] Running tests in sandbox\n', '2025-10-16T08:49:24.490Z workers [worker #2, session #daqxy] Running tests in sandbox\n', '2025-10-16T08:49:24.490Z workers [worker #3, session #w88j6] Running tests in sandbox\n', '2025-10-16T08:49:24.491Z workers [worker #4, session #vzot4] Running tests in sandbox\n', "2025-10-16T08:49:24.592Z workers 'Scheduling Vitest Run (1lolk): 2025-10-16T08:49:24.492Z'\n", "2025-10-16T08:49:24.592Z workers 'Scheduling Vitest Run (l18g1): 2025-10-16T08:49:24.492Z'\n", '2025-10-16T08:49:24.592Z workers Requeuing out of order messages from Test Runner for sequential processing\n', "2025-10-16T08:49:24.594Z workers 'Scheduling Vitest Run (daqxy): 2025-10-16T08:49:24.493Z'\n", "2025-10-16T08:49:24.594Z workers 'Scheduling Vitest Run (w88j6): 2025-10-16T08:49:24.493Z'\n", "2025-10-16T08:49:24.594Z workers 'Scheduling Vitest Run (vzot4): 2025-10-16T08:49:24.494Z'\n", '2025-10-16T08:49:24.638Z fs File changed in editor: null/tn-elem-paste.ts\n', '2025-10-16T08:49:24.640Z project File null/tn-elem-paste.ts changes are patches only: false\n', '2025-10-16T08:49:24.640Z project File null/tn-elem-paste.ts is not instrumented by core\n', '2025-10-16T08:49:24.641Z project File null/tn-elem-paste.ts changes saved, store ts: 1760604539832, change ts: 1760604564640\n', '2025-10-16T08:49:24.643Z runManager Test run started; run priority: 2\n', '2025-10-16T08:49:24.643Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 16, from failing: 0\n', '2025-10-16T08:49:24.644Z workers [worker #1] Cancelled run\n', '2025-10-16T08:49:24.644Z workers [worker #4] Cancelled run\n', '2025-10-16T08:49:24.644Z workers [worker #2] Cancelled run\n', '2025-10-16T08:49:24.644Z workers [worker #3] Cancelled run\n', '2025-10-16T08:49:24.644Z workers [worker #0] Cancelled run\n', '2025-10-16T08:49:24.644Z workers Planning to run 17 queued test files (regular run)\n', '2025-10-16T08:49:24.644Z workers [worker #0] New run (tier 1, regular): 2 test files, time estimate 3340.61 ms\n', '2025-10-16T08:49:24.644Z workers [worker #1] New run (tier 1, regular): 3 test files, time estimate 4759.77 ms\n', '2025-10-16T08:49:24.644Z workers [worker #2] New run (tier 3, regular): 4 test files, time estimate 6516.31 ms\n', '2025-10-16T08:49:24.644Z workers [worker #3] New run (tier 3, regular): 4 test files, time estimate 6511.320000000001 ms\n', '2025-10-16T08:49:24.644Z workers [worker #4] New run (tier 3, regular): 4 test files, time estimate 6259.09 ms\n', '2025-10-16T08:49:24.645Z nodeRunner Starting sandbox [worker #0, session #ztj9q]\n', '2025-10-16T08:49:24.645Z nodeRunner Starting sandbox [worker #1, session #esjwx]\n', '2025-10-16T08:49:24.645Z nodeRunner Starting sandbox [worker #2, session #8iaeg]\n', '2025-10-16T08:49:24.645Z nodeRunner Starting sandbox [worker #3, session #lgjde]\n', '2025-10-16T08:49:24.645Z nodeRunner Starting sandbox [worker #4, session #nxhuo]\n', '2025-10-16T08:49:24.645Z nodeRunner Preparing sandbox [worker #0, session #ztj9q]\n', '2025-10-16T08:49:24.645Z nodeRunner Preparing sandbox [worker #1, session #esjwx]\n', '2025-10-16T08:49:24.645Z nodeRunner Preparing sandbox [worker #2, session #8iaeg]\n', '2025-10-16T08:49:24.645Z nodeRunner Preparing sandbox [worker #3, session #lgjde]\n', '2025-10-16T08:49:24.645Z nodeRunner Preparing sandbox [worker #4, session #nxhuo]\n', '2025-10-16T08:49:24.645Z nodeRunner Prepared sandbox [worker #0, session #ztj9q]\n', '2025-10-16T08:49:24.645Z nodeRunner Prepared sandbox [worker #1, session #esjwx]\n', '2025-10-16T08:49:24.645Z nodeRunner Prepared sandbox [worker #2, session #8iaeg]\n', '2025-10-16T08:49:24.645Z nodeRunner Prepared sandbox [worker #3, session #lgjde]\n', '2025-10-16T08:49:24.645Z nodeRunner Prepared sandbox [worker #4, session #nxhuo]\n', '2025-10-16T08:49:24.645Z workers [worker #0, session #ztj9q] Running tests in sandbox\n', '2025-10-16T08:49:24.645Z workers [ztj9q] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:24.645Z workers [worker #1, session #esjwx] Running tests in sandbox\n', '2025-10-16T08:49:24.645Z workers [esjwx] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:24.645Z workers [worker #2, session #8iaeg] Running tests in sandbox\n', '2025-10-16T08:49:24.645Z workers [8iaeg] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:24.645Z workers [worker #3, session #lgjde] Running tests in sandbox\n', '2025-10-16T08:49:24.645Z workers [lgjde] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:24.645Z workers [worker #4, session #nxhuo] Running tests in sandbox\n', '2025-10-16T08:49:24.645Z workers [nxhuo] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:24.645Z workers [l18g1] Sandbox is responsive, closing it\n', '2025-10-16T08:49:24.647Z workers [vzot4] Sandbox is responsive, closing it\n', '2025-10-16T08:49:24.648Z workers [daqxy] Sandbox is responsive, closing it\n', '2025-10-16T08:49:24.650Z workers [w88j6] Sandbox is responsive, closing it\n', '2025-10-16T08:49:24.651Z workers [1lolk] Sandbox is responsive, closing it\n', "2025-10-16T08:49:24.754Z workers 'Vitest Run Abandoned (1lolk): 2025-10-16T08:49:24.657Z'\n", "2025-10-16T08:49:24.754Z workers 'Scheduling Vitest Run (ztj9q): 2025-10-16T08:49:24.657Z'\n", '2025-10-16T08:49:24.900Z fs File changed in editor: null/tn-elem-paste.ts\n', '2025-10-16T08:49:24.901Z project File null/tn-elem-paste.ts changes are patches only: false\n', '2025-10-16T08:49:24.902Z project File null/tn-elem-paste.ts is not instrumented by core\n', '2025-10-16T08:49:24.902Z project File null/tn-elem-paste.ts changes saved, store ts: 1760604539832, change ts: 1760604564901\n', '2025-10-16T08:49:24.903Z runManager Test run started; run priority: 2\n', '2025-10-16T08:49:24.903Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 16, from failing: 0\n', '2025-10-16T08:49:24.903Z workers [worker #0] Cancelled run\n', '2025-10-16T08:49:24.903Z workers [worker #2] Cancelled run\n', '2025-10-16T08:49:24.903Z workers [worker #1] Cancelled run\n', '2025-10-16T08:49:24.904Z workers [worker #4] Cancelled run\n', '2025-10-16T08:49:24.904Z workers [worker #3] Cancelled run\n', '2025-10-16T08:49:24.904Z workers Planning to run 17 queued test files (regular run)\n', '2025-10-16T08:49:24.904Z workers [worker #0] New run (tier 1, regular): 2 test files, time estimate 3160.69 ms\n', '2025-10-16T08:49:24.904Z workers [worker #1] New run (tier 1, regular): 3 test files, time estimate 4787.95 ms\n', '2025-10-16T08:49:24.904Z workers [worker #2] New run (tier 2, regular): 1 test files, time estimate 1430.56 ms\n', '2025-10-16T08:49:24.904Z workers [worker #3] New run (tier 3, regular): 5 test files, time estimate 8187.43 ms\n', '2025-10-16T08:49:24.904Z workers [worker #4] New run (tier 3, regular): 6 test files, time estimate 9820.47 ms\n', '2025-10-16T08:49:24.904Z nodeRunner Starting sandbox [worker #0, session #4nqwt]\n', '2025-10-16T08:49:24.904Z nodeRunner Starting sandbox [worker #1, session #jcebc]\n', '2025-10-16T08:49:24.904Z nodeRunner Starting sandbox [worker #2, session #0330u]\n', '2025-10-16T08:49:24.904Z nodeRunner Starting sandbox [worker #3, session #xqr4i]\n', '2025-10-16T08:49:24.904Z nodeRunner Starting sandbox [worker #4, session #64etx]\n', '2025-10-16T08:49:24.904Z nodeRunner Preparing sandbox [worker #0, session #4nqwt]\n', '2025-10-16T08:49:24.904Z nodeRunner Preparing sandbox [worker #1, session #jcebc]\n', '2025-10-16T08:49:24.904Z nodeRunner Preparing sandbox [worker #2, session #0330u]\n', '2025-10-16T08:49:24.904Z nodeRunner Preparing sandbox [worker #3, session #xqr4i]\n', '2025-10-16T08:49:24.904Z nodeRunner Preparing sandbox [worker #4, session #64etx]\n', '2025-10-16T08:49:24.904Z nodeRunner Prepared sandbox [worker #0, session #4nqwt]\n', '2025-10-16T08:49:24.904Z nodeRunner Prepared sandbox [worker #1, session #jcebc]\n', '2025-10-16T08:49:24.904Z nodeRunner Prepared sandbox [worker #2, session #0330u]\n', '2025-10-16T08:49:24.904Z nodeRunner Prepared sandbox [worker #3, session #xqr4i]\n', '2025-10-16T08:49:24.904Z nodeRunner Prepared sandbox [worker #4, session #64etx]\n', '2025-10-16T08:49:24.904Z workers [worker #0, session #4nqwt] Running tests in sandbox\n', '2025-10-16T08:49:24.904Z workers [4nqwt] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:24.904Z workers [worker #1, session #jcebc] Running tests in sandbox\n', '2025-10-16T08:49:24.904Z workers [jcebc] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:24.904Z workers [worker #2, session #0330u] Running tests in sandbox\n', '2025-10-16T08:49:24.904Z workers [0330u] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:24.904Z workers [worker #3, session #xqr4i] Running tests in sandbox\n', '2025-10-16T08:49:24.904Z workers [xqr4i] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:24.904Z workers [worker #4, session #64etx] Running tests in sandbox\n', '2025-10-16T08:49:24.904Z workers [64etx] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:24.904Z workers [ztj9q] Sandbox is responsive, closing it\n', '2025-10-16T08:49:24.905Z workers [8iaeg] Sandbox is responsive, closing it\n', '2025-10-16T08:49:24.905Z workers [esjwx] Sandbox is responsive, closing it\n', '2025-10-16T08:49:24.906Z workers [nxhuo] Sandbox is responsive, closing it\n', '2025-10-16T08:49:24.906Z workers [lgjde] Sandbox is responsive, closing it\n', '2025-10-16T08:49:25.023Z fs File changed in editor: null/tn-elem-paste.ts\n', '2025-10-16T08:49:25.024Z project File null/tn-elem-paste.ts changes are patches only: false\n', '2025-10-16T08:49:25.024Z project File null/tn-elem-paste.ts is not instrumented by core\n', '2025-10-16T08:49:25.025Z project File null/tn-elem-paste.ts changes saved, store ts: 1760604539832, change ts: 1760604565024\n', '2025-10-16T08:49:25.026Z runManager Test run started; run priority: 2\n', '2025-10-16T08:49:25.026Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 16, from failing: 0\n', '2025-10-16T08:49:25.026Z workers [worker #0] Cancelled run\n', '2025-10-16T08:49:25.027Z workers [worker #1] Cancelled run\n', '2025-10-16T08:49:25.027Z workers [worker #3] Cancelled run\n', '2025-10-16T08:49:25.027Z workers [worker #4] Cancelled run\n', '2025-10-16T08:49:25.027Z workers [worker #2] Cancelled run\n', '2025-10-16T08:49:25.027Z workers Planning to run 17 queued test files (regular run)\n', '2025-10-16T08:49:25.027Z workers [worker #0] New run (tier 1, regular): 2 test files, time estimate 3340.61 ms\n', '2025-10-16T08:49:25.027Z workers [worker #1] New run (tier 1, regular): 3 test files, time estimate 4759.77 ms\n', '2025-10-16T08:49:25.027Z workers [worker #2] New run (tier 3, regular): 4 test files, time estimate 6516.31 ms\n', '2025-10-16T08:49:25.027Z workers [worker #3] New run (tier 3, regular): 4 test files, time estimate 6511.320000000001 ms\n', '2025-10-16T08:49:25.027Z workers [worker #4] New run (tier 3, regular): 4 test files, time estimate 6259.09 ms\n', '2025-10-16T08:49:25.027Z nodeRunner Starting sandbox [worker #0, session #4bmbu]\n', '2025-10-16T08:49:25.027Z nodeRunner Starting sandbox [worker #1, session #s3bt9]\n', '2025-10-16T08:49:25.027Z nodeRunner Starting sandbox [worker #2, session #01h4i]\n', '2025-10-16T08:49:25.027Z nodeRunner Starting sandbox [worker #3, session #yufzh]\n', '2025-10-16T08:49:25.027Z nodeRunner Starting sandbox [worker #4, session #xg6g7]\n', '2025-10-16T08:49:25.027Z nodeRunner Preparing sandbox [worker #0, session #4bmbu]\n', '2025-10-16T08:49:25.027Z nodeRunner Preparing sandbox [worker #1, session #s3bt9]\n', '2025-10-16T08:49:25.027Z nodeRunner Preparing sandbox [worker #2, session #01h4i]\n', '2025-10-16T08:49:25.027Z nodeRunner Preparing sandbox [worker #3, session #yufzh]\n', '2025-10-16T08:49:25.027Z nodeRunner Preparing sandbox [worker #4, session #xg6g7]\n', '2025-10-16T08:49:25.027Z nodeRunner Prepared sandbox [worker #0, session #4bmbu]\n', '2025-10-16T08:49:25.027Z nodeRunner Prepared sandbox [worker #1, session #s3bt9]\n', '2025-10-16T08:49:25.027Z nodeRunner Prepared sandbox [worker #2, session #01h4i]\n', '2025-10-16T08:49:25.027Z nodeRunner Prepared sandbox [worker #3, session #yufzh]\n', '2025-10-16T08:49:25.027Z nodeRunner Prepared sandbox [worker #4, session #xg6g7]\n', '2025-10-16T08:49:25.027Z workers [worker #0, session #4bmbu] Running tests in sandbox\n', '2025-10-16T08:49:25.027Z workers [4bmbu] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:25.027Z workers [worker #1, session #s3bt9] Running tests in sandbox\n', '2025-10-16T08:49:25.027Z workers [s3bt9] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:25.027Z workers [worker #2, session #01h4i] Running tests in sandbox\n', '2025-10-16T08:49:25.027Z workers [01h4i] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:25.027Z workers [worker #3, session #yufzh] Running tests in sandbox\n', '2025-10-16T08:49:25.027Z workers [yufzh] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:25.027Z workers [worker #4, session #xg6g7] Running tests in sandbox\n', '2025-10-16T08:49:25.027Z workers [xg6g7] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:25.027Z workers [4nqwt] Sandbox is responsive, closing it\n', '2025-10-16T08:49:25.028Z workers [jcebc] Sandbox is responsive, closing it\n', '2025-10-16T08:49:25.028Z workers [xqr4i] Sandbox is responsive, closing it\n', '2025-10-16T08:49:25.029Z workers [64etx] Sandbox is responsive, closing it\n', '2025-10-16T08:49:25.029Z workers [0330u] Sandbox is responsive, closing it\n', '2025-10-16T08:49:25.137Z fs File changed in editor: null/tn-elem-paste.ts\n', '2025-10-16T08:49:25.138Z project File null/tn-elem-paste.ts changes are patches only: false\n', '2025-10-16T08:49:25.138Z project File null/tn-elem-paste.ts is not instrumented by core\n', '2025-10-16T08:49:25.139Z project File null/tn-elem-paste.ts changes saved, store ts: 1760604539832, change ts: 1760604565138\n', '2025-10-16T08:49:25.140Z runManager Test run started; run priority: 2\n', '2025-10-16T08:49:25.140Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 16, from failing: 0\n', '2025-10-16T08:49:25.140Z workers [worker #0] Cancelled run\n', '2025-10-16T08:49:25.140Z workers [worker #2] Cancelled run\n', '2025-10-16T08:49:25.140Z workers [worker #1] Cancelled run\n', '2025-10-16T08:49:25.140Z workers [worker #4] Cancelled run\n', '2025-10-16T08:49:25.140Z workers [worker #3] Cancelled run\n', '2025-10-16T08:49:25.140Z workers Planning to run 17 queued test files (regular run)\n', '2025-10-16T08:49:25.140Z workers [worker #0] New run (tier 1, regular): 2 test files, time estimate 3160.69 ms\n', '2025-10-16T08:49:25.140Z workers [worker #1] New run (tier 1, regular): 3 test files, time estimate 4787.95 ms\n', '2025-10-16T08:49:25.140Z workers [worker #2] New run (tier 2, regular): 1 test files, time estimate 1430.56 ms\n', '2025-10-16T08:49:25.140Z workers [worker #3] New run (tier 3, regular): 5 test files, time estimate 8187.43 ms\n', '2025-10-16T08:49:25.140Z workers [worker #4] New run (tier 3, regular): 6 test files, time estimate 9820.47 ms\n', '2025-10-16T08:49:25.141Z nodeRunner Starting sandbox [worker #0, session #tk3is]\n', '2025-10-16T08:49:25.141Z nodeRunner Starting sandbox [worker #1, session #p5rc3]\n', '2025-10-16T08:49:25.141Z nodeRunner Starting sandbox [worker #2, session #87qgc]\n', '2025-10-16T08:49:25.141Z nodeRunner Starting sandbox [worker #3, session #rvnt5]\n', '2025-10-16T08:49:25.141Z nodeRunner Starting sandbox [worker #4, session #4kqjd]\n', '2025-10-16T08:49:25.141Z nodeRunner Preparing sandbox [worker #0, session #tk3is]\n', '2025-10-16T08:49:25.141Z nodeRunner Preparing sandbox [worker #1, session #p5rc3]\n', '2025-10-16T08:49:25.141Z nodeRunner Preparing sandbox [worker #2, session #87qgc]\n', '2025-10-16T08:49:25.141Z nodeRunner Preparing sandbox [worker #3, session #rvnt5]\n', '2025-10-16T08:49:25.141Z nodeRunner Preparing sandbox [worker #4, session #4kqjd]\n', '2025-10-16T08:49:25.141Z nodeRunner Prepared sandbox [worker #0, session #tk3is]\n', '2025-10-16T08:49:25.141Z nodeRunner Prepared sandbox [worker #1, session #p5rc3]\n', '2025-10-16T08:49:25.141Z nodeRunner Prepared sandbox [worker #2, session #87qgc]\n', '2025-10-16T08:49:25.141Z nodeRunner Prepared sandbox [worker #3, session #rvnt5]\n', '2025-10-16T08:49:25.141Z nodeRunner Prepared sandbox [worker #4, session #4kqjd]\n', '2025-10-16T08:49:25.141Z workers [worker #0, session #tk3is] Running tests in sandbox\n', '2025-10-16T08:49:25.141Z workers [tk3is] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:25.141Z workers [worker #1, session #p5rc3] Running tests in sandbox\n', '2025-10-16T08:49:25.141Z workers [p5rc3] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:25.141Z workers [worker #2, session #87qgc] Running tests in sandbox\n', '2025-10-16T08:49:25.141Z workers [87qgc] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:25.141Z workers [worker #3, session #rvnt5] Running tests in sandbox\n', '2025-10-16T08:49:25.141Z workers [rvnt5] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:25.141Z workers [worker #4, session #4kqjd] Running tests in sandbox\n', '2025-10-16T08:49:25.141Z workers [4kqjd] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:25.141Z workers [4bmbu] Sandbox is responsive, closing it\n', '2025-10-16T08:49:25.142Z workers [01h4i] Sandbox is responsive, closing it\n', '2025-10-16T08:49:25.142Z workers [s3bt9] Sandbox is responsive, closing it\n', '2025-10-16T08:49:25.143Z workers [xg6g7] Sandbox is responsive, closing it\n', '2025-10-16T08:49:25.143Z workers [yufzh] Sandbox is responsive, closing it\n', '2025-10-16T08:49:25.266Z fs File changed in editor: null/tn-elem-paste.ts\n', '2025-10-16T08:49:25.267Z project File null/tn-elem-paste.ts changes are patches only: false\n', '2025-10-16T08:49:25.268Z project File null/tn-elem-paste.ts is not instrumented by core\n', '2025-10-16T08:49:25.268Z project File null/tn-elem-paste.ts changes saved, store ts: 1760604539832, change ts: 1760604565267\n', '2025-10-16T08:49:25.269Z runManager Test run started; run priority: 2\n', '2025-10-16T08:49:25.269Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 16, from failing: 0\n', '2025-10-16T08:49:25.270Z workers [worker #0] Cancelled run\n', '2025-10-16T08:49:25.270Z workers [worker #1] Cancelled run\n', '2025-10-16T08:49:25.270Z workers [worker #3] Cancelled run\n', '2025-10-16T08:49:25.270Z workers [worker #4] Cancelled run\n', '2025-10-16T08:49:25.270Z workers [worker #2] Cancelled run\n', '2025-10-16T08:49:25.270Z workers Planning to run 17 queued test files (regular run)\n', '2025-10-16T08:49:25.270Z workers [worker #0] New run (tier 1, regular): 2 test files, time estimate 3340.61 ms\n', '2025-10-16T08:49:25.270Z workers [worker #1] New run (tier 1, regular): 3 test files, time estimate 4759.77 ms\n', '2025-10-16T08:49:25.270Z workers [worker #2] New run (tier 3, regular): 4 test files, time estimate 6516.31 ms\n', '2025-10-16T08:49:25.270Z workers [worker #3] New run (tier 3, regular): 4 test files, time estimate 6511.320000000001 ms\n', '2025-10-16T08:49:25.270Z workers [worker #4] New run (tier 3, regular): 4 test files, time estimate 6259.09 ms\n', '2025-10-16T08:49:25.270Z nodeRunner Starting sandbox [worker #0, session #29r2a]\n', '2025-10-16T08:49:25.270Z nodeRunner Starting sandbox [worker #1, session #tcd8p]\n', '2025-10-16T08:49:25.270Z nodeRunner Starting sandbox [worker #2, session #zv8i3]\n', '2025-10-16T08:49:25.270Z nodeRunner Starting sandbox [worker #3, session #4fdaz]\n', '2025-10-16T08:49:25.270Z nodeRunner Starting sandbox [worker #4, session #an7oa]\n', '2025-10-16T08:49:25.270Z nodeRunner Preparing sandbox [worker #0, session #29r2a]\n', '2025-10-16T08:49:25.270Z nodeRunner Preparing sandbox [worker #1, session #tcd8p]\n', '2025-10-16T08:49:25.270Z nodeRunner Preparing sandbox [worker #2, session #zv8i3]\n', '2025-10-16T08:49:25.270Z nodeRunner Preparing sandbox [worker #3, session #4fdaz]\n', '2025-10-16T08:49:25.270Z nodeRunner Preparing sandbox [worker #4, session #an7oa]\n', '2025-10-16T08:49:25.270Z nodeRunner Prepared sandbox [worker #0, session #29r2a]\n', '2025-10-16T08:49:25.270Z nodeRunner Prepared sandbox [worker #1, session #tcd8p]\n', '2025-10-16T08:49:25.270Z nodeRunner Prepared sandbox [worker #2, session #zv8i3]\n', '2025-10-16T08:49:25.270Z nodeRunner Prepared sandbox [worker #3, session #4fdaz]\n', '2025-10-16T08:49:25.270Z nodeRunner Prepared sandbox [worker #4, session #an7oa]\n', '2025-10-16T08:49:25.270Z workers [worker #0, session #29r2a] Running tests in sandbox\n', '2025-10-16T08:49:25.270Z workers [29r2a] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:25.270Z workers [worker #1, session #tcd8p] Running tests in sandbox\n', '2025-10-16T08:49:25.271Z workers [tcd8p] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:25.271Z workers [worker #2, session #zv8i3] Running tests in sandbox\n', '2025-10-16T08:49:25.271Z workers [zv8i3] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:25.271Z workers [worker #3, session #4fdaz] Running tests in sandbox\n', '2025-10-16T08:49:25.271Z workers [4fdaz] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:25.271Z workers [worker #4, session #an7oa] Running tests in sandbox\n', '2025-10-16T08:49:25.271Z workers [an7oa] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:25.271Z workers [tk3is] Sandbox is responsive, closing it\n', '2025-10-16T08:49:25.271Z workers [p5rc3] Sandbox is responsive, closing it\n', '2025-10-16T08:49:25.272Z workers [rvnt5] Sandbox is responsive, closing it\n', '2025-10-16T08:49:25.272Z workers [4kqjd] Sandbox is responsive, closing it\n', '2025-10-16T08:49:25.272Z workers [87qgc] Sandbox is responsive, closing it\n', '2025-10-16T08:49:25.456Z fs File changed in editor: null/tn-elem-paste.ts\n', '2025-10-16T08:49:25.457Z project File null/tn-elem-paste.ts changes are patches only: false\n', '2025-10-16T08:49:25.457Z project File null/tn-elem-paste.ts is not instrumented by core\n', '2025-10-16T08:49:25.458Z project File null/tn-elem-paste.ts changes saved, store ts: 1760604539832, change ts: 1760604565457\n', '2025-10-16T08:49:25.459Z runManager Test run started; run priority: 2\n', '2025-10-16T08:49:25.459Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 16, from failing: 0\n', '2025-10-16T08:49:25.459Z workers [worker #0] Cancelled run\n', '2025-10-16T08:49:25.459Z workers [worker #2] Cancelled run\n', '2025-10-16T08:49:25.460Z workers [worker #1] Cancelled run\n', '2025-10-16T08:49:25.460Z workers [worker #4] Cancelled run\n', '2025-10-16T08:49:25.460Z workers [worker #3] Cancelled run\n', '2025-10-16T08:49:25.460Z workers Planning to run 17 queued test files (regular run)\n', '2025-10-16T08:49:25.460Z workers [worker #0] New run (tier 1, regular): 2 test files, time estimate 3160.69 ms\n', '2025-10-16T08:49:25.460Z workers [worker #1] New run (tier 1, regular): 3 test files, time estimate 4787.95 ms\n', '2025-10-16T08:49:25.460Z workers [worker #2] New run (tier 2, regular): 1 test files, time estimate 1430.56 ms\n', '2025-10-16T08:49:25.460Z workers [worker #3] New run (tier 3, regular): 5 test files, time estimate 8187.43 ms\n', '2025-10-16T08:49:25.460Z workers [worker #4] New run (tier 3, regular): 6 test files, time estimate 9820.47 ms\n', '2025-10-16T08:49:25.460Z nodeRunner Starting sandbox [worker #0, session #tbhmj]\n', '2025-10-16T08:49:25.460Z nodeRunner Starting sandbox [worker #1, session #73byc]\n', '2025-10-16T08:49:25.460Z nodeRunner Starting sandbox [worker #2, session #9u0g7]\n', '2025-10-16T08:49:25.460Z nodeRunner Starting sandbox [worker #3, session #uosdm]\n', '2025-10-16T08:49:25.460Z nodeRunner Starting sandbox [worker #4, session #8ql86]\n', '2025-10-16T08:49:25.460Z nodeRunner Preparing sandbox [worker #0, session #tbhmj]\n', '2025-10-16T08:49:25.460Z nodeRunner Preparing sandbox [worker #1, session #73byc]\n', '2025-10-16T08:49:25.460Z nodeRunner Preparing sandbox [worker #2, session #9u0g7]\n', '2025-10-16T08:49:25.460Z nodeRunner Preparing sandbox [worker #3, session #uosdm]\n', '2025-10-16T08:49:25.460Z nodeRunner Preparing sandbox [worker #4, session #8ql86]\n', '2025-10-16T08:49:25.460Z nodeRunner Prepared sandbox [worker #0, session #tbhmj]\n', '2025-10-16T08:49:25.460Z nodeRunner Prepared sandbox [worker #1, session #73byc]\n', '2025-10-16T08:49:25.460Z nodeRunner Prepared sandbox [worker #2, session #9u0g7]\n', '2025-10-16T08:49:25.460Z nodeRunner Prepared sandbox [worker #3, session #uosdm]\n', '2025-10-16T08:49:25.460Z nodeRunner Prepared sandbox [worker #4, session #8ql86]\n', '2025-10-16T08:49:25.460Z workers [worker #0, session #tbhmj] Running tests in sandbox\n', '2025-10-16T08:49:25.460Z workers [tbhmj] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:25.460Z workers [worker #1, session #73byc] Running tests in sandbox\n', '2025-10-16T08:49:25.460Z workers [73byc] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:25.460Z workers [worker #2, session #9u0g7] Running tests in sandbox\n', '2025-10-16T08:49:25.460Z workers [9u0g7] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:25.460Z workers [worker #3, session #uosdm] Running tests in sandbox\n', '2025-10-16T08:49:25.460Z workers [uosdm] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:25.460Z workers [worker #4, session #8ql86] Running tests in sandbox\n', '2025-10-16T08:49:25.460Z workers [8ql86] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:25.460Z workers [29r2a] Sandbox is responsive, closing it\n', '2025-10-16T08:49:25.460Z workers [zv8i3] Sandbox is responsive, closing it\n', '2025-10-16T08:49:25.461Z workers [tcd8p] Sandbox is responsive, closing it\n', '2025-10-16T08:49:25.461Z workers [an7oa] Sandbox is responsive, closing it\n', '2025-10-16T08:49:25.462Z workers [4fdaz] Sandbox is responsive, closing it\n', '2025-10-16T08:49:25.558Z fs File changed in editor: null/tn-elem-paste.ts\n', '2025-10-16T08:49:25.560Z project File null/tn-elem-paste.ts changes are patches only: false\n', '2025-10-16T08:49:25.560Z project File null/tn-elem-paste.ts is not instrumented by core\n', '2025-10-16T08:49:25.561Z project File null/tn-elem-paste.ts changes saved, store ts: 1760604539832, change ts: 1760604565560\n', '2025-10-16T08:49:25.562Z runManager Test run started; run priority: 2\n', '2025-10-16T08:49:25.562Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 16, from failing: 0\n', '2025-10-16T08:49:25.562Z workers [worker #0] Cancelled run\n', '2025-10-16T08:49:25.562Z workers [worker #1] Cancelled run\n', '2025-10-16T08:49:25.563Z workers [worker #3] Cancelled run\n', '2025-10-16T08:49:25.563Z workers [worker #4] Cancelled run\n', '2025-10-16T08:49:25.563Z workers [worker #2] Cancelled run\n', '2025-10-16T08:49:25.563Z workers Planning to run 17 queued test files (regular run)\n', '2025-10-16T08:49:25.563Z workers [worker #0] New run (tier 1, regular): 2 test files, time estimate 3340.61 ms\n', '2025-10-16T08:49:25.563Z workers [worker #1] New run (tier 1, regular): 3 test files, time estimate 4759.77 ms\n', '2025-10-16T08:49:25.563Z workers [worker #2] New run (tier 3, regular): 4 test files, time estimate 6516.31 ms\n', '2025-10-16T08:49:25.563Z workers [worker #3] New run (tier 3, regular): 4 test files, time estimate 6511.320000000001 ms\n', '2025-10-16T08:49:25.563Z workers [worker #4] New run (tier 3, regular): 4 test files, time estimate 6259.09 ms\n', '2025-10-16T08:49:25.563Z nodeRunner Starting sandbox [worker #0, session #uj2sl]\n', '2025-10-16T08:49:25.563Z nodeRunner Starting sandbox [worker #1, session #1pufl]\n', '2025-10-16T08:49:25.563Z nodeRunner Starting sandbox [worker #2, session #tv7pv]\n', '2025-10-16T08:49:25.563Z nodeRunner Starting sandbox [worker #3, session #2u9m1]\n', '2025-10-16T08:49:25.563Z nodeRunner Starting sandbox [worker #4, session #le6q9]\n', '2025-10-16T08:49:25.563Z nodeRunner Preparing sandbox [worker #0, session #uj2sl]\n', '2025-10-16T08:49:25.563Z nodeRunner Preparing sandbox [worker #1, session #1pufl]\n', '2025-10-16T08:49:25.563Z nodeRunner Preparing sandbox [worker #2, session #tv7pv]\n', '2025-10-16T08:49:25.563Z nodeRunner Preparing sandbox [worker #3, session #2u9m1]\n', '2025-10-16T08:49:25.563Z nodeRunner Preparing sandbox [worker #4, session #le6q9]\n', '2025-10-16T08:49:25.563Z nodeRunner Prepared sandbox [worker #0, session #uj2sl]\n', '2025-10-16T08:49:25.563Z nodeRunner Prepared sandbox [worker #1, session #1pufl]\n', '2025-10-16T08:49:25.563Z nodeRunner Prepared sandbox [worker #2, session #tv7pv]\n', '2025-10-16T08:49:25.563Z nodeRunner Prepared sandbox [worker #3, session #2u9m1]\n', '2025-10-16T08:49:25.563Z nodeRunner Prepared sandbox [worker #4, session #le6q9]\n', '2025-10-16T08:49:25.563Z workers [worker #0, session #uj2sl] Running tests in sandbox\n', '2025-10-16T08:49:25.563Z workers [uj2sl] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:25.563Z workers [worker #1, session #1pufl] Running tests in sandbox\n', '2025-10-16T08:49:25.563Z workers [1pufl] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:25.563Z workers [worker #2, session #tv7pv] Running tests in sandbox\n', '2025-10-16T08:49:25.563Z workers [tv7pv] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:25.563Z workers [worker #3, session #2u9m1] Running tests in sandbox\n', '2025-10-16T08:49:25.563Z workers [2u9m1] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:25.563Z workers [worker #4, session #le6q9] Running tests in sandbox\n', '2025-10-16T08:49:25.563Z workers [le6q9] Sandbox is waiting for worker cleanup\n', '2025-10-16T08:49:25.563Z workers [tbhmj] Sandbox is responsive, closing it\n', '2025-10-16T08:49:25.564Z workers [73byc] Sandbox is responsive, closing it\n', '2025-10-16T08:49:25.564Z workers [uosdm] Sandbox is responsive, closing it\n', '2025-10-16T08:49:25.565Z workers [8ql86] Sandbox is responsive, closing it\n', '2025-10-16T08:49:25.565Z workers [9u0g7] Sandbox is responsive, closing it\n', '2025-10-16T08:49:25.969Z fs File changed: null/tn-elem-paste.ts\n', '2025-10-16T08:49:25.970Z fs No changes detected for null/tn-elem-paste.ts\n', '2025-10-16T08:49:25.970Z extended-core File was not changed, but file markers may need to be synced\n', '2025-10-16T08:49:34.199Z websocket received message ui.untrackExecutionProgress\n', '2025-10-16T08:49:34.199Z websocket received method call: untrackExecutionProgress\n', '2025-10-16T08:49:34.199Z websocket received message ui.trackExecutionProgress\n', '2025-10-16T08:49:34.199Z websocket received method call: trackExecutionProgress\n', '2025-10-16T08:49:34.276Z websocket received message ui.updateAppSettings\n', '2025-10-16T08:49:34.276Z websocket received method call: updateAppSettings\n', '2025-10-16T08:49:34.278Z websocket received message ui.openInSideView\n', '2025-10-16T08:49:34.278Z websocket received method call: openInSideView\n', "2025-10-16T08:49:34.431Z websocket client connected: ui { address: '::', family: 'IPv6', port: 55000 }\n", '2025-10-16T08:49:34.454Z websocket received message ui.trackProjectConfig\n', '2025-10-16T08:49:34.454Z websocket received method call: trackProjectConfig\n', '2025-10-16T08:49:34.455Z websocket received message ui.featureUsed\n', '2025-10-16T08:49:34.455Z websocket received method call: featureUsed\n', '2025-10-16T08:49:34.455Z websocket received message ui.trackStatus\n', '2025-10-16T08:49:34.455Z websocket received method call: trackStatus\n', '2025-10-16T08:49:34.455Z websocket received message ui.trackStatus\n', '2025-10-16T08:49:34.455Z websocket received method call: trackStatus\n', '2025-10-16T08:49:34.455Z websocket received message ui.trackTestRun\n', '2025-10-16T08:49:34.455Z websocket received method call: trackTestRun\n', '2025-10-16T08:49:34.455Z websocket received message ui.handshake\n', '2025-10-16T08:49:34.455Z websocket received method call: handshake\n', '2025-10-16T08:49:34.455Z websocket received message ui.trackEditorCursor\n', '2025-10-16T08:49:34.455Z websocket received method call: trackEditorCursor\n', '2025-10-16T08:49:34.455Z websocket received message ui.trackProjectConfig\n', '2025-10-16T08:49:34.455Z websocket received method call: trackProjectConfig\n', '2025-10-16T08:49:34.455Z websocket received message ui.trackStatus\n', '2025-10-16T08:49:34.455Z websocket received method call: trackStatus\n', '2025-10-16T08:49:34.547Z websocket received message ui.trackDiagnosticMessages\n', '2025-10-16T08:49:34.547Z websocket received method call: trackDiagnosticMessages\n', '2025-10-16T08:49:35.432Z websocket received message ui.updateAppSettings\n', '2025-10-16T08:49:35.432Z websocket received method call: updateAppSettings\n', '2025-10-16T08:49:45.267Z websocket received message ui.copyDiagnosticsReport\n', '2025-10-16T08:49:45.267Z websocket received method call: copyDiagnosticsReport\n' ] } ```