Add app console.log

This commit is contained in:
lee-at-zoo-corp
2025-04-04 12:43:04 -04:00
parent 062495c02d
commit 7f18aef49b

View File

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