feat: enforce Guanghu-native HoloLake runtime laws
This commit is contained in:
parent
ccee303355
commit
67e6fcdd38
57 changed files with 1765 additions and 1504 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue