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

@ -8,7 +8,9 @@ import {
} from '@e2e/playwright/test-utils'
import { expect, test } from '@e2e/playwright/zoo-test'
test.describe('Test network and connection issues', () => {
test.describe('Test network and connection issues', {
tag: ['@macOS'],
}, () => {
test(
'simulate network down and network little widget',
{ tag: '@skipLocalEngine' },