Pass can-sketch-on-all-planes... with ease

This commit is contained in:
49lf
2024-11-22 14:45:08 -05:00
parent 24011dd100
commit fd39fcdb25
2 changed files with 28 additions and 34 deletions

View File

@ -139,9 +139,9 @@ async function doBasicSketch(page: Page, homePage: HomePageFixture, openPanes: s
}
test.describe('Basic sketch', () => {
test('code pane open at start', { tag: ['@skipWin'] }, async ({ page, homePage }) => { // Skip on windows it is being weird.
test.skip(process.platform === 'win32', 'Skip on windows')
await doBasicSketch(page, homePage, ['code']) })
test('code pane open at start', async ({ page, homePage }) => { // Skip on windows it is being weird.
await doBasicSketch(page, homePage, ['code'])
})
test('code pane closed at start', async ({ page, homePage }) => { // Load the app with the code panes
await page.addInitScript(async (persistModelingContext) => {