Opt-in tests that cover macOS-specific capabilities (#6486)

This commit is contained in:
Jace Browning
2025-04-24 17:15:11 -04:00
committed by GitHub
parent 6641e1178b
commit 8589f8fc5f
6 changed files with 988 additions and 955 deletions

View File

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