Opt-in tests that cover Windows-specific capabilities (#6489)
* Opt-in tests that cover Windows-specific capabilities * Remove unnecessary quotes
This commit is contained in:
@ -29,7 +29,7 @@ import { expect, test } from '@e2e/playwright/zoo-test'
|
||||
test.describe(
|
||||
'Testing settings',
|
||||
{
|
||||
tag: ['@macOS'],
|
||||
tag: ['@macos', '@windows'],
|
||||
},
|
||||
() => {
|
||||
test('Stored settings are validated and fall back to defaults', async ({
|
||||
@ -281,7 +281,7 @@ test.describe(
|
||||
|
||||
test(
|
||||
`Project settings override user settings on desktop`,
|
||||
{ tag: ['@electron', '@skipWin'] },
|
||||
{ tag: ['@electron'] },
|
||||
async ({ context, page }, testInfo) => {
|
||||
test.fixme(orRunWhenFullSuiteEnabled())
|
||||
const projectName = 'bracket'
|
||||
|
Reference in New Issue
Block a user