Continue running tests with weak network (#6223)

This commit is contained in:
Jace Browning
2025-04-08 22:13:38 -04:00
committed by GitHub
parent a31fd608cf
commit e4f73a6d5c
3 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,7 @@ import { expect, test } from '@e2e/playwright/zoo-test'
* Test file menu actions that trigger something in the frontend
*/
test.describe('Native file menu', { tag: ['@electron'] }, () => {
test.skip() // TODO: Reimplement native file menu tests
test.describe('Home page', () => {
test.describe('File role', () => {
test('Home.File.Create project', async ({ tronApp, cmdBar, page }) => {