fix: Needed to support the bad request flow, the toast will hang forever, the return control flows don't dismiss a forever toast
This commit is contained in:
@ -62,7 +62,8 @@ extrude(sketch003, length = 20)
|
||||
test.describe('edit with AI example snapshots', () => {
|
||||
test(
|
||||
`change colour`,
|
||||
{ tag: '@snapshot' },
|
||||
// TODO this is more of a snapshot, but atm it needs to be manually run locally to update the files
|
||||
{ tag: ['@electron'] },
|
||||
async ({ context, homePage, cmdBar, editor, page, scene }) => {
|
||||
const project = 'test-dir'
|
||||
await context.folderSetupFn(async (dir) => {
|
||||
|
Reference in New Issue
Block a user