Localize macOS application menu and correct AITURK package checks
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user