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:
		@ -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,
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user