Run file tests on Windows to cover path differences

This commit is contained in:
Jace Browning
2025-05-06 19:48:26 -04:00
parent b0b1198d2e
commit 0bc0ed45b9
2 changed files with 174 additions and 177 deletions

View File

@ -2,7 +2,7 @@ import path from 'path'
import { expect, test } from '@e2e/playwright/zoo-test'
import * as fsp from 'fs/promises'
test.describe('Import UI tests', () => {
test.describe('Import UI tests', { tag: ['@windows'] }, () => {
test('shows toast when trying to sketch on imported face, and hovering over imported geometry should NOT highlight any code', async ({
context,
page,