同步工具行摘要断言
Project CI / AI game creator shell Rust smoke (pull_request) Has been cancelled
Project CI / AI game creator shell Rust crates (pull_request) Has been cancelled
Project CI / Backend tests (pull_request) Has been cancelled
Project CI / Native shell tests (pull_request) Has been cancelled
Project CI / Frontend tests (pull_request) Has been cancelled
Project CI / Repository checks (pull_request) Has been cancelled
Project CI / AI game creator shell web tests (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 2/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 1/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 3/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 4/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust smoke (pull_request) Has been cancelled
Project CI / AI game creator shell Rust crates (pull_request) Has been cancelled
Project CI / Backend tests (pull_request) Has been cancelled
Project CI / Native shell tests (pull_request) Has been cancelled
Project CI / Frontend tests (pull_request) Has been cancelled
Project CI / Repository checks (pull_request) Has been cancelled
Project CI / AI game creator shell web tests (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 2/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 1/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 3/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 4/4 (pull_request) Has been cancelled
按当前工具行显示的命令与文件摘要更新测试。
This commit is contained in:
@@ -8476,8 +8476,8 @@ export function registerProjectSupervisorSurfaceTests() {
|
||||
expect(rows[1]?.getAttribute('data-status')).toBe('failed');
|
||||
const commandRow = rows[0] as HTMLElement;
|
||||
const fileRow = rows[1] as HTMLElement;
|
||||
expect(within(commandRow).getByText('已运行 npm run build')).not.toBeNull();
|
||||
expect(within(fileRow).getByText('已编辑 game/src/hero.ts')).not.toBeNull();
|
||||
expect(within(commandRow).getByText('npm run build')).not.toBeNull();
|
||||
expect(within(fileRow).getByText('game/src/hero.ts')).not.toBeNull();
|
||||
expect(within(fileRow).getByText('失败')).not.toBeNull();
|
||||
// 每行右侧显示该工具自己的耗时(`startedAt` → `updatedAt`)。
|
||||
expect(commandRow.getAttribute('data-duration-ms')).toBe('100');
|
||||
|
||||
Reference in New Issue
Block a user