Compare commits

...

3 Commits

Author SHA1 Message Date
eda70432e5 A snapshot a day keeps the bugs away! 📷🐛 2025-03-21 19:24:35 +00:00
c8f19772d5 A snapshot a day keeps the bugs away! 📷🐛 2025-03-21 19:10:35 +00:00
4cd076277b Add skipWin to a file-tree test 2025-03-21 14:56:08 -04:00

View File

@ -13,7 +13,7 @@ import { FILE_EXT } from 'lib/constants'
test.describe('integrations tests', () => {
test(
'Creating a new file or switching file while in sketchMode should exit sketchMode',
{ tag: '@electron' },
{ tag: ['@electron', '@skipWin'] },
async ({ page, context, homePage, scene, editor, toolbar, cmdBar }) => {
await context.folderSetupFn(async (dir) => {
const bracketDir = join(dir, 'test-sample')