📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-07-29 07:59:17 +00:00
parent 60364c6660
commit 0c634043e3
427 changed files with 26138 additions and 2336 deletions
@@ -37,11 +37,11 @@ describe('TopicLanding', () => {
expect(screen.getByRole('heading', { name: /Recommended skills for this workflow/i })).toBeInTheDocument();
expect(screen.getByRole('link', { name: /@Antigravity Agent Manager/i })).toHaveAttribute(
'href',
'/skill/antigravity-agent-manager',
'/skill/antigravity-agent-manager/',
);
expect(screen.getByRole('link', { name: /GitHub source for AAS Core and its skill catalog/i })).toHaveAttribute(
'href',
'/topics/github-ai-skills-repository',
'/topics/github-ai-skills-repository/',
);
expect(screen.getAllByText(/Antigravity CLI skills/i).length).toBeGreaterThan(0);