feat: 将发布预检移入内置浏览器
This commit is contained in:
@@ -82,6 +82,10 @@ describe('ProjectPublishAction', () => {
|
||||
expect(screen.getByRole('button', { name: '正在检查并提交…' })).toBeDisabled();
|
||||
await flushSubmission();
|
||||
|
||||
expect(screen.getByTestId('project-publish-status')).toHaveTextContent(
|
||||
'本地预览检查已完成,项目已上传,正在等待云端受控构建与平台校验。',
|
||||
);
|
||||
|
||||
expect(publishWorksProjectSourceMock).toHaveBeenCalledWith({
|
||||
projectId: 'prj_space_cleaner',
|
||||
project: {
|
||||
|
||||
Reference in New Issue
Block a user