Modify tests for a Test Analysis Bot demo

This commit is contained in:
Jace Browning
2025-05-08 10:37:22 -04:00
parent 479179dd9b
commit 29fd6ad45f

View File

@ -197,5 +197,10 @@ test.describe('Basic sketch', () => {
)
}, PERSIST_MODELING_CONTEXT)
await doBasicSketch(page, [], { cmdBar, scene, homePage, editor })
await expect(true).toBe(false)
})
test('new test for demo', async ({}) => {
await expect(true).toBe(true)
})
})