feat: enforce Guanghu-native HoloLake runtime laws

This commit is contained in:
冰朔 2026-08-04 23:11:25 +08:00
commit 67e6fcdd38
57 changed files with 1765 additions and 1504 deletions

View file

@ -44,16 +44,6 @@ test.describe('Contribute modal', () => {
await page.keyboard.press('Enter')
await expect.poll(async () => page.evaluate(() => (window as typeof window & { __tolariaOpenedUrls: string[] }).__tolariaOpenedUrls)).toContain('https://refactoring.fm/')
await page.keyboard.press('Tab')
await expect(page.getByRole('button', { name: 'Open Codacy' })).toBeFocused()
await page.keyboard.press('Enter')
await expect.poll(async () => page.evaluate(() => (window as typeof window & { __tolariaOpenedUrls: string[] }).__tolariaOpenedUrls)).toContain('https://www.codacy.com/')
await page.keyboard.press('Tab')
await expect(page.getByRole('button', { name: 'Open CodeScene' })).toBeFocused()
await page.keyboard.press('Space')
await expect.poll(async () => page.evaluate(() => (window as typeof window & { __tolariaOpenedUrls: string[] }).__tolariaOpenedUrls)).toContain('https://codescene.com/')
await page.keyboard.press('Tab')
await expect(page.getByRole('button', { name: 'Open CircleCI' })).toBeFocused()
await page.keyboard.press('Enter')