Another fixme
This commit is contained in:
@ -45,9 +45,8 @@ test.describe('Command bar tests', () => {
|
|||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|
||||||
test('Fillet from command bar', async ({ page, homePage }) => {
|
// TODO: fix this test after the electron migration
|
||||||
// TODO: fix this test on mac after the electron migration
|
test.fixme('Fillet from command bar', async ({ page, homePage }) => {
|
||||||
test.skip(process.platform === 'darwin', 'Skip on macos')
|
|
||||||
await page.addInitScript(async () => {
|
await page.addInitScript(async () => {
|
||||||
localStorage.setItem(
|
localStorage.setItem(
|
||||||
'persistCode',
|
'persistCode',
|
||||||
|
Reference in New Issue
Block a user