test: Fix tests

This commit is contained in:
Sidharth Vinod
2025-03-19 19:54:42 -07:00
parent 501c983b99
commit 64e156085b
7 changed files with 76 additions and 86 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { expect, test } from '@playwright/test';
import { typeInEditor } from './utils';
test.describe('Save History', () => {
test.describe.skip('Save History', () => {
test.beforeEach(async ({ page }) => {
await page.addInitScript(() => {
Object.defineProperty(Date, 'now', {