From d67dac3e87cc7b59a4eaa7f9a48964f510832e85 Mon Sep 17 00:00:00 2001 From: Daniel Spaude Date: Fri, 17 Feb 2023 13:18:53 -0500 Subject: [PATCH] go through failing tests and mark green ones temporary - WIP --- tests/playwright/tests/metaSync.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/playwright/tests/metaSync.spec.ts b/tests/playwright/tests/metaSync.spec.ts index f845c384d3..07cd140852 100644 --- a/tests/playwright/tests/metaSync.spec.ts +++ b/tests/playwright/tests/metaSync.spec.ts @@ -4,6 +4,8 @@ import { SettingsPage, SettingTab } from '../pages/Dashboard/Settings'; import setup, { NcContext } from '../setup'; import { isMysql, isPg, isSqlite, mysqlExec, pgExec, sqliteExec } from '../setup/db'; +// was green when run individually via .only +// on 6b743b11dbb9f9f2f33790f6c4182a65c430e2fa test.describe('Meta sync', () => { let dashboard: DashboardPage; let settings: SettingsPage;