Localize macOS application menu and correct AITURK package checks

This commit is contained in:
2026-09-06 05:29:21 +03:00
parent 5e76f58637
commit 7724d65e92
12 changed files with 296 additions and 28 deletions
+2 -2
View File
@@ -34,9 +34,9 @@ test.afterAll(async () => {
fixture = null
})
test('window opens with the Hermes title', async () => {
test('window opens with the AITURK title', async () => {
const title = await fixture!.page.title()
expect(title).toContain('Hermes')
expect(title).toContain('AITURK')
})
test('renderer loads and shows DOM content', async () => {