Add app console.log
This commit is contained in:
@ -61,6 +61,7 @@ test.describe('Native file menu', { tag: ['@electron'] }, () => {
|
|||||||
// Run electron snippet to find the Menu!
|
// Run electron snippet to find the Menu!
|
||||||
await page.waitForTimeout(100) // wait for createModelingPageMenu() to run
|
await page.waitForTimeout(100) // wait for createModelingPageMenu() to run
|
||||||
await tronApp.electron.evaluate(async ({ app }) => {
|
await tronApp.electron.evaluate(async ({ app }) => {
|
||||||
|
console.log(app)
|
||||||
if (!app || !app.applicationMenu) {
|
if (!app || !app.applicationMenu) {
|
||||||
fail()
|
fail()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user