From 0babbcff496a78672621720aff7ca25e08bc9ed5 Mon Sep 17 00:00:00 2001 From: Pierre Jacquier Date: Thu, 27 Feb 2025 09:34:15 -0500 Subject: [PATCH] Remove skipWin tag on point-and-click e2e tests (#5531) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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] --- e2e/playwright/point-click.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/playwright/point-click.spec.ts b/e2e/playwright/point-click.spec.ts index 1e3ca7de1..4fe637ad5 100644 --- a/e2e/playwright/point-click.spec.ts +++ b/e2e/playwright/point-click.spec.ts @@ -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,