This commit is contained in:
2026-05-02 16:22:12 +08:00
25 changed files with 1336 additions and 169 deletions

View File

@@ -112,9 +112,9 @@ test('creation hub reflects updated draft title summary and counts after rerende
Node.DOCUMENT_POSITION_FOLLOWING,
).toBeTruthy();
expect((rpgButton as HTMLButtonElement).disabled).toBe(false);
expect((match3dButton as HTMLButtonElement).disabled).toBe(true);
expect((match3dButton as HTMLButtonElement).disabled).toBe(false);
expect(
within(match3dButton).getAllByText('敬请期待').length,
within(match3dButton).getAllByText('经典消除玩法').length,
).toBeGreaterThan(0);
expect(puzzleButton).toBeTruthy();
expect(screen.queryByRole('button', { name: //u })).toBeNull();