Remove skipWin tag on point-and-click e2e tests (#5531)

* Remove skipWin tag on point-and-click e2e tests

* A snapshot a day keeps the bugs away! 📷🐛 (OS: namespace-profile-ubuntu-8-cores)

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Pierre Jacquier
2025-02-27 09:34:15 -05:00
committed by GitHub
parent 02c2e80b31
commit 0babbcff49

View File

@ -9,7 +9,7 @@ import { Locator } from '@playwright/test'
// test file is for testing point an click code gen functionality that's not sketch mode related
test.describe('Point-and-click tests', { tag: ['@skipWin'] }, () => {
test.describe('Point-and-click tests', () => {
test('verify extruding circle works', async ({
context,
homePage,