Skip to content

3D 预览后新建空文件对话框不弹出(viewport-empty-state 既有失败) #196

Description

@vilicvane

packages/app/test/browser/viewport-empty-state.test.ts 的 "creating an empty file after a 3D preview shows the hint and switching files resets it" 在 main(de61c02)上确定性失败(3/3):场景中先有 3D 预览,点击 New file 后文件对话框不出现,后续 fill 15s 超时。按钮可点击(非 disabled),projectDirectory.create('file') 未弹出 dialog。

与 issue-180 分支的改动无关(分支 HEAD fbe436c 与 main 均以相同方式失败;fbe436c 改动的 project/filesystem.ts manifest 容错不是诱因,main 上不含该提交也失败)。

复现:

cd packages/app && npm run dev -- --host 127.0.0.1 --port 3133 --strictPort
CODE3D_TEST_URL=http://127.0.0.1:3133 node --import ../../test/source-loader.mjs --test --test-concurrency=1 --test-name-pattern='creating an empty file after a 3D preview' test/browser/viewport-empty-state.test.ts

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions